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

231 questions
1
vote
2 answers

Memory adjustments for magento with php5-fpm , Nginx, APC, Mysql

I am using magento with php5-fpm , Nginx, APC, and Varnish. When there is varnish hit, the load time is very good. But on varnish miss, the site takes toomuch time to load. I have seen through htop that CPU goes under a lot of load and Ram and swap…
MJQ
  • 111
  • 3
1
vote
3 answers

Nginx unknown "https" variable

I've woken up this morning to find that a new Nginx server I've been teaching myself with is no longer serving websites. It looks like this is because Nginx is no longer running. When I try to start it though, I get this error: Starting nginx:…
Matt
  • 143
  • 1
  • 1
  • 7
1
vote
1 answer

truncated headers from varnish configuration file

I need help with Varnish, I have a varnish configuration file as default.vcl. I can see from the output of varnishstat that hit ratio is quite high. I've also checked varnishtop -i txurl to see what are the requests going to backend. Now, the…
sandeep.s85
  • 2,119
  • 1
  • 18
  • 27
1
vote
3 answers

Several Cron at same minute

I'm installing a bunch of Magento shops on a webserver. Every website has a cron job that Magento uses to update its stuff -- it takes 3-4 seconds to complete. The instructions tell to set it to run every 5 minutes. I was asking to myself if is it…
flip79
  • 143
  • 8
1
vote
3 answers

Magento Migration - Always 404

I just cant get Magento running on a new server. I followed these Instructions exactly, I tried both methods. When I open the website, it just gives me the Magento 404 "Page not Found" page. I do not get any errors in my nginx error log either. How…
s1ck
  • 145
  • 1
  • 2
  • 8
1
vote
4 answers

Magento Apache Config & Memory Issues

I have a Magento installation on a VPS that is giving me a headache. This particular VPS has a reasonable spec - 2gb Memory and 50gb storage. It runs a single domain, with a single Magento install - and nothing else. About 5 months ago we started…
cheshirepine
1
vote
1 answer

Intermittent blocking mysql query

I have a big problem on our server which host about ten magento website. I make all obvious optimizations like APC for Opcode, APC for cache backend, innodb settings tuning, magento compilation, etc. The websites load correctly but sometimes, 5-6…
Sidhannowe
  • 141
  • 4
1
vote
1 answer

Apache on Ubuntu very slow on inital calls, very fast afterwards

I own an Ubuntu 10 VPS Server with Apache 2 hosting a Magento website. The first hit to the site from any client takes about 15-20 sec, while the subsequent hits from the same client take 0-1 sec. I suppose it doesn't have to do with Magento…
papakost
  • 11
  • 1
1
vote
2 answers

mysql my.cnf shows InnoDB as disabled "skip-innodb". Should I enable it for large Magento DB?

The MySQL my.cnf file on our centOS server shows skip-innodb as present. We are looking to optimize my.cnf for a large Magento database. The server has 12GB of memory and 5 Xeon Processors. Would it be best to comment/remove the skip-innodb line? If…
Larry B
  • 261
  • 4
  • 5
  • 18
1
vote
2 answers

gzip compression increases performance, then eventually increases response time from server

Here is my current server scenario. I'm running on a Rackspace Cloud instance (16GB of RAM), using cPanel/WHM on a CentOS 5.5 install. I'm currently running about 10 Magento sites, all varying in size (from medium size to small) Over time I noticed…
Axel
  • 111
  • 2
1
vote
2 answers

Prevent SQL injection in Magento (Search Terms)

My question is, what can be done to prevent malicious search phrases in mysql databases? Search terms spamming example: guayabera en espa�a//?option=com_product//catalog/seo_sitemap/account//index2.php?option=c I'm thinking of doing this in PHP by…
Luis
  • 11
  • 1
  • 2
1
vote
2 answers

How to install magento extensions from behind an ISA Server?

I am trying to install some Magento extensions however it keeps timing out. When I run a trace through ISA Server 2004 I can't see any denied traffic. The only thing I do get is a http proxy closed status: A connection was abortively closed …
Stooie29
  • 31
  • 5
1
vote
1 answer

sub vcl_recv | Magento + Varnish

I would like to kindly ask someone for help. I browsed a lot of pages containing Varnish tutorials and sample VCL files, but I can't find anything related to configurating Varnish for Magento (at least they don't function right). All manuals I've…
Thomas
  • 13
  • 3
1
vote
2 answers

How to make Swap work? CENTOS 5.7

I've got a Centos 5.7 running Magento with nginx. I also got there 10GB of Swap. But the os never use it. How can i make it work?
1
vote
3 answers

Apache becomes unresponsive on Sundays

For some reason, most Sundays around 5-6AM local time Apache is not working properly. I can't find the reason, and I'm stuck troubleshooting. I'm running Magento on Apache2 with an SSL certificate, and around that specific time random pages stop…
Rune
  • 11
  • 2