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
1 answer

How to find unnecessary loaded modules in Apache?

I'm trying to find out which Apache modules I really need to run Magento. Is there a easy way to find out which modules I need, of all these loaded modules? The server is using the following modules (as far as I…
Aknot
  • 163
  • 1
  • 9
1
vote
1 answer

magento store views under sub folders with nginx

Can someone please explain how i can get nginx to reocgnise a store view in magento under it's own sub folder. i have a store.. with the following code in my nginx config file. location ~ \.php$ { fastcgi_split_path_info…
PixelPaul
  • 343
  • 2
  • 12
1
vote
1 answer

http to https including www 301 redirect

I currently have our Magento website to redirect http to https. Basically the site should only be accessed through https including the www. I think it is working however, it currently shows as a 302 redirect and I'd like to make this into a 301.…
p4rma
  • 13
  • 1
  • 4
1
vote
2 answers

Magento VM Instance on Google Cloud Platform doesn't allow uploading any files

Decided to give the Google Cloud Launcher a try by launching a one click Magento installation. Everything went smoothly and it did get up and running, however I have encountered one glaring fault that has rendered the whole thing useless- I cannot…
dmandave
  • 11
  • 2
1
vote
0 answers

Apache crashes when running Magento on Amazon EC2 Large

So I've spent the last two days trying to figure this out. We host a pretty high-traffic Magento site on Amazon EC2 Large, using both Apache w/mpm-prefork, Varnish, and APC caching. Problem is the CPUs suddenly spike at 100% and never quits,…
Fredrik
  • 111
  • 3
1
vote
2 answers

Correct rewrite syntax to remove index.php

I got an nginx vHost that hosts: a CMS in / a magento shop in /store Things are running fine except one thing: Removing index.php from the URL. At the moment the following URLs are working example.com/store/index.php/my-funny-test-product.html…
Tsolen
  • 23
  • 1
  • 7
1
vote
0 answers

HIGH CPU usage by PHP on a VPS Magento Server

My server running magento is 4gb ram and 4 core cpu. But still i am struggling with the high CPU usage. I only have 10 visitors at any given point of time. I am not sure if the PHP has to take this high % CPU usage. Attached is the TOP result. top -…
Anil
  • 11
  • 2
1
vote
4 answers

Varnish doesn't seems to be doing anything

I would highly appreciate an input on whats going wrong here: Running Magento on Ubuntu 14.04 x64 + Nginx + Mysql + Php5-FPM Please double check my steps so maybe you could help me point what's messy: Installed Varnish Installed Magento Tupertine…
user236615
1
vote
0 answers

Simple php page gives 404 error in Magento

For testing purpose, I created a folder and created a test.php file in my magento site. It contains: It works on one machine but not another machine. I chmod 777 to the file but it didn't work. If I create a test.html file it…
Sam Kong
  • 883
  • 1
  • 8
  • 10
1
vote
1 answer

Session created with wrong permissions?

Is there a way to modify the permissions on generated session files? The system is writing the files to /var/session directory correctly, but without the proper access permissions (resulting in no carts or admin access): -rw------- 1 [user] [group] …
user4984
  • 123
  • 4
1
vote
1 answer

Nginx Map Directive for multiple variables

I currently use nginx with Magento and I use the map directive to supply the store code like this: map $http_host $magecode { www.store.com retail_store; wholesale.store.com wholesale_store; beta.store.com…
Alex Block
  • 13
  • 1
  • 3
1
vote
0 answers

MAGMI fails while importing big chunks of records. Ideal Mysql configuration for Magmi

Configuration: Linux Centos 6, NGINX, Mysql We are trying to use MAGMI a common tool for mass importing of data in Mysql based on webbrowser. I run in an issue. As a try to import more than a small quantity 2000-2500 records the MAGMI simply doesn't…
Claudio Ferraro
  • 129
  • 1
  • 5
1
vote
1 answer

NGINX not serving CSS & JS

NGINX will not serve CSS or JS files to the browser Link to page (magento) http://836237.vps-10.com/ Access log shows: [01/Dec/2013:16:55:17 +0000] "GET /js/varien/form.js HTTP/1.1" 304 0 "http://836237.vps-10.com/" "Mozilla/5.0 (Windows NT 6.1)…
user179181
  • 13
  • 2
  • 5
1
vote
0 answers

vhost working but not finding index.php

Its my first time that i have a vserver with plesk - i always deleted plesk and worked without it because i didnt liked it but now i try with and it doesnt work as i want it. installed magento here: /var/www/name/public_html/magento/public my vhost…
Jonny Vince
  • 111
  • 1
1
vote
1 answer

nginx URL rewrite for subfolders

I have 2 subfolders, they are opened on my_url/test1 and my_url/test2 location /test1 { index index.html index.php; ## Allow a static html file to be shown first try_files $uri $uri/ /test1 /index.php; expires 30d; ## Assume all files…
freento
  • 135
  • 1
  • 3
  • 12