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
0
votes
0 answers

Determine why 100% of Mysql CPU is being used

I setup a database on an Amazon RDS server The server is a db.m4.xlarge which is 4 vCPU's and 16Gig RAM yes our Magento (1.9) based website keeps causing our database to spike to 00% CPU utilization. The site doesn't actually do any transactions and…
Jayreis
  • 145
  • 15
0
votes
1 answer

Request entity too large

I'm saving product in Magento admin, but it presents the following error: Request Entity Too Large The requested resource /admin/system_config/save/section/carriers/key/gs12323230599f2ce25da01b8b27cb596b06974f011331a/ does not allow request…
Webninja
  • 101
  • 3
0
votes
1 answer

Nginx installation with temporary url on centos 7

I have a new dedicated server with centos 7. For the testing purpose i need to use nginx on a temporary url like 127.0.0.1/~linux but the issue remains how should i post the nginx to this host(server_name). I unable to create a 127.0.0.1/~linux.conf…
Mek
  • 1
0
votes
1 answer

strange : 2 php version on the same server

I need to upgrade php 5.4 to 5.6 to use my framework magento 2. I apply these commands : echo "deb http://packages.dotdeb.org wheezy-php56 all" >> /etc/apt/sources.list.d/dotdeb.list echo "deb-src http://packages.dotdeb.org wheezy-php56 all" >>…
0
votes
3 answers

Redirecting all traffic to HTTP except one URL

I have been scratching my head off as all of the forums are saying that following simple code should work for redirecting all traffic from HTTPS to HTTP except one location (Nginx: force SSL on one path, non-SSL on others) but in my case it is not…
Farmi
  • 379
  • 1
  • 4
  • 17
0
votes
2 answers

Varnish - Multiple backends with same hostname

I have several Magento 2 instances under the same domain. For example, www.mydomain.com/magento1 and www.mydomain.com/magento2. I am trying to set up Varnish against these Magento sites. However, how can I set up multiple backends if the sites are…
Krt_Malta
  • 173
  • 1
  • 7
0
votes
2 answers

SELINUX disturb PHP7 to work fine

I am using a Server with Centos 7 and nginx, PHP5.4. I host Magento and everthing works well. And now I just remove the PHP5.4 which is installed and I install PHP7 and I also change everything what is needed listen =…
vTillmann
  • 11
  • 1
  • 8
0
votes
2 answers

SSL Everywhere or HSTS on Magento System and avoid HTTP

I would like to setup a Magento Platform on a Server. I use Centos and nginx and would like to redirect all http connections to https I already set on nginx domain.conf a http https redirect and thats works fine but how can I be sure that all…
vTillmann
  • 11
  • 1
  • 8
0
votes
2 answers

Safe to secure mysql server with private networking?

I can't figure this out, so hopefully somebody can explain to me why and what's most secure: I'm hosting a Magento webshop on a VPS at DigitalOcean, but to make things more secure I thought it would be safer to keep my MySQL database on a dedicated…
0
votes
0 answers

How to install php 7.0.4 in ubuntu 14.04

I am running Magento2 using php7 I updated php to 7.0.5 but Magento2 has a known issue with this version. How can I install version 7.0.4 specifically? I installed it using ppa:ondrej/php and apt-get by the way.
awavi
  • 101
  • 1
0
votes
2 answers

Domain name is not displayed in URL after redirection

I have a domain on GoDaddy and have hosted a Magento project on it. I now purchased CloudWay and have migrated on their server. My issue is with URL, I created a subDomain live.******.com and set CNAME from CPanel. On Firing, this URL my New Hosted…
Mrug
  • 101
  • 3
0
votes
1 answer

Stop numproc exceeding the limit

We are running magento on VPS, which is facing a Numproc issue. According to our hosting provider, our server is exceeding the limit of numproc "400" & memory usage is also high. Because of this memory shortage our website faces "Memory Allocation"…
Mek
  • 1
0
votes
0 answers

nginx configuration: Extremely poor performance of AWS server running Magento

I have an AWS server which is setup with nginx with Magento, and PHP-FPM. The server is currently setup as an on-demand type (which I realize is the wrong type to use). Type: c3.2xlarge CPU : 8 (2.80GHz) RAM : 16GB Storage : 1TB Php version :…
siliconpi
  • 1,807
  • 6
  • 32
  • 46
0
votes
2 answers

nginx location rewrite to Subfolder

I installed Magento 2 into the root directory but Magento 2 has an own root folder named "rootdirectory/pub" - it works. But now I want to install Drupal 8 and extract in the "rootdirectory" and want to show this on Domain as subdirectory "blog" e.…
Alexander
  • 1
  • 3
0
votes
2 answers

docker nginx proxy: error ERR_TOO_MANY_REDIRECTS

I am using the jwilder/nginx-proxy docker container to proxy a magento container (using nginx) with SSL. I was able to set up the containers and run the magento installation routine with an SSL connection. After completing the installation I get a…
user3868893
  • 1
  • 1
  • 1