Questions tagged [magento]

Magento is an open source e-commerce web application.

enter image description here

Magento is an open source e-commerce web application. It was built using the Framework and stores data by using the entity-attribute-value (EAV) database model.

The Magento Community Edition is the free version of Magento.

Website: http://www.magentocommerce.com

Wikipedia: http://en.wikipedia.org/wiki/Magento

228 questions
3
votes
2 answers

Loopback connection via PHP's getimage size crashes server (Magento's CMS)

We were able to trace down a problem that is crashing our NGINX server running Magento until the following point: Background info: Magento Backend has a CMS function with a WYSIWYG editor. This editor loads some pictures via a controller in magento…
Alex
  • 476
  • 13
  • 35
3
votes
3 answers

Magento, NGINX, PHP-FPM, APC, MEMCACHED, 16gb Ram CentOS, Spiking PHP-FPM to 100% CPU

I have been trying to resolve my issue of spiking cpu caused by php-fpm processes. I've reduced the php-fpm config settings to: pm = ondemand pm.max_children = 12 pm.start_servers = 2 pm.min_spare_servers = 2 pm.max_spare_servers =…
Terry Dunford
  • 31
  • 1
  • 4
3
votes
1 answer

Best Way to store sessions in a High Availability / High Performance way in Multiple Server Environment

I have an application (Magento) that has an abstracted session storage layer. I'm trying to visualize the best way to store sessions. mysql Database? I'm thinking a dedicated database with a very large innodb_buffer_pool_size so its basically like…
Bryan Ruiz
  • 131
  • 3
2
votes
1 answer

HTTPS:// is not working on Nginx

My domain is: http://indiasaplings.com/ I ran this command: sudo certbot --nginx -d indiasaplings.com -d www.indiasaplings.com It produced this output: IMPORTANT NOTES: Congratulations! Your certificate and chain have been saved…
2
votes
1 answer

IP change to Domain Name in Ubuntu

I am currently setting up Magento 2.2 for the company I am working with. I set up most of the things and installed the Magento package on the IP Host. I can access it and it kind of works fine until I go to the admin console. I found out this is…
Moddy
  • 21
  • 1
2
votes
2 answers

Amazon EFS as code repository for auto-scaled EC2s

tl;dr: I need to set up a fast automatic sync from EFS to multiple EC2s I've set up an EC2 Auto-Scaling Group in AWS and I'm looking for the best way to manage code deployments to my instances, with as little service interruption as possible…
2
votes
1 answer

Ajax "POST" not working on HTTPS/SSL Nginx

I moved my magento store from non SSL to SSL (webserver: Nginx) The problem : The site's JS scripts ( Multiple Ajax function with "POST" ) has stopped working! Requests are fine but not able to get the response. Response headers (501 B) I am very…
perlware
  • 33
  • 1
  • 5
2
votes
1 answer

Multiple magento sites running under different users in nginx

I have written a script that copies magento files and database from our production server and tries to configure it on a subdomain on our testing server. Each testing site has: - unique subdomain - running under unique user specified in php-fpm…
Guerrilla
  • 193
  • 5
  • 18
2
votes
0 answers

Nginx: Serving magento site at different root with subdirectory inside other magento root

After many hours of googling and testing I have yet to get this to work. I have a functioning magento install at /srv/site1/htdocs . I have another magento install at /srv/site2/htdocs . I need site2 to load at site1.com/site2/ . Tricky right? So…
2
votes
1 answer

Magento with nginx: different config rules for admin section

I'm setting up a Magento store with nginx, and the store is working great. However, now I would like to set a higher client_max_body_size value (let's say 100m), but only for the admin section. I've already searched online, but I can't figure out…
redelschaap
  • 235
  • 1
  • 3
  • 14
2
votes
0 answers

“The location constraint is not valid” When Creating Azure VM

I've just signed up for an Azure account to test it out as a possible hosting solution, but when I try and create a VM from the VM Depot I seem to get the error "The location constraint is not valid", regardless of what location I use. I'm trying to…
2
votes
0 answers

Error 499: Varnish is working how load balance Nginx Webservers

I created a solution to host a magento store with high traffic (> 500 user simultaneously) on AWS. Too often HTTP 499 error appears in the access.log the Varnish. When this happens users who have such access are faced with 503. I have no idea what…
2
votes
2 answers

High Wait Time from Time To First Byte with Magento + Nginx

I am having issue with high TTFB time, especially wait time after send. Webpagetest shows the TTFB is almost 4 seconds. Pingtom specifies the wait time is the bottleneck here Here is my setup for Magento + Nginx server, see screenshots for test and…
Tom
  • 21
  • 1
  • 3
2
votes
3 answers

Memcached - doesn't seem to be working

my local.xml memcached MAGE_
Trev
  • 123
  • 1
  • 4
2
votes
2 answers

Magento subpages give 404

I just restored our Magento website on a different server running apache2 on ubuntu. The home page pulls up just fine but if I try to go to any other page, I get a 404. Permissions All files are 660 All directories are 770 All files and…
1
2
3
15 16