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

URL rewrite doesn’t work for magento

Web Server Rewrites in admin is set to yes. Secure and unsecure URLs do not have index.php in them. mod-rewrite is enabled and works I tried all combination with RewriteBase / in htaccess Flushed cash more times than I can count (which has nothing…
Upment
  • 121
  • 4
2
votes
2 answers

magento with nginx frontend and REST API url

We have magento configured with nginx, we are trying to use http//magentohost/api/rest to manage customers, but when we try to access that url i get 404. Just wondering anybody proper configuration for the magento REST api url with nginx our…
ksutha
  • 21
  • 1
  • 3
2
votes
2 answers

Magento - Users unable to login from corporate networks with Bluecoat / F5 Load balancers

Hoping someone has come across this issue before with Magento and corporate clients. We have two clients for our Magento site who both have their internal networks setup using bluecoat security devices and F5 load balancers. Some users within these…
2
votes
2 answers

Avoiding Varnish Hitting Magento Cookies - VCL

Hello to serverfault users, I would like to kindly ask someone to help me configure varnish for magento. Using command: varnishtop -i TxHeader -I Cookie , following info show: TxHeader Cookie: frontend=965b5...(*lots of numbers);…
Tomas
  • 21
  • 1
  • 3
2
votes
1 answer

VCL - configuration for Magento and Varnish 3.0.2

I would like to kindly ask if there's someone who can help me configure Varnish for Magento to reach far more hits. My current ratio from varnishstat is: cache_hit=271 cache_miss=926 I'm kindly asking this because I've googled almost every site…
Tomas
  • 21
  • 2
2
votes
1 answer

Magento/Solr - where to run the Solr daemon on a 2 server system?

I got almost no experience with Solr, so please bear with me, if the answer is obvious: In a Magento Enterprise 1.11 shop system (about 30k products), where one machine mainly serves the web requests and another machine is dedicated for database…
2
votes
3 answers

Magento CE PCI Compliance

We are currently trying to achieve PCI compliance using Trustwave's vulnerability scanner. The Magento version is 1.5.1.0, running on CentOS 5. We am down to the last issue according to the PCI Compliance report. We have disputed the issue but they…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
2
votes
4 answers

Which should I put on my bigger machine? Magento Webserver of Magento Database?

I am about to launch a new Magento website and I was interested in your feedback on this issue? Do you think the Magento PHP code is slower or the Magento MySQL operations are slower? Which should I split out into the larger box of my two servers?
Magento Newb
2
votes
0 answers

MySQL Temporary table insert hangs and locks other queries

I have a MySQL 5.7.30 as storage for a Magento 2 shop. During the magento reindex process (a PHP process that transforms data into various tables for faster retrieval), some temporary tables are created and filled. These queries should be very fast,…
king_nak
  • 203
  • 1
  • 2
  • 6
1
vote
0 answers

fail2ban config to block attacks on magento payflow endpoint

This is regarding the stopping DDoS attack on Magento payment gateway reported here: https://support.magento.com/hc/en-us/articles/360025515991-PayPal-Payflow-Pro-active-carding-activity I am trying to create the Fail2Ban rules to rate-limit the…
1
vote
1 answer

Website not working if www is in URL

I am forcing my webserver to rewrite a none www URL to www, e.g. https://example.com to https://www.example.com, via .htaccess. RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^…
Black
  • 461
  • 1
  • 8
  • 20
1
vote
0 answers

Magento 2 : X-Magento-Cache-Debug:MISS, over SSL, pages are not being cached by varnish

I have configure varnish with magento 2 with the reverse proxy in apache ubuntu. But, when I see at the headers, I always get the header MISS from the host. So, page is not being cached by the varnish. Also I have noticed that page speed is decrease…
1
vote
1 answer

Apache2 Virtual Host auto redirects to https

I have ubuntu 16.04, I have setup virtual host in apache2 mysite.dev in file /etc/apache2/sites-available/mysite.conf ServerName mysite.dev ServerAlias *.mysite.dev DocumentRoot /var/www/mysite …
riksof-zeeshan
  • 115
  • 1
  • 7
1
vote
0 answers

nginx map regexp for Magento MAGE_RUN_TYPE based on nginx $http_host and $uri

I'm trying to write a nginx config that adds a custom header and pass a variable using fastcgi_param based on two variables that are calculated using map, based on $uri and $http_host. map $uri $STORE_LANGUAGE { ~^/products en; …
Hartwig
  • 111
  • 2
1
vote
0 answers

Varnish+Nginx+Magento almost like one request per second

I have been on the administrative side of a small magento 2 developers team. For the problem i am about to share you can ask for a demo page and check it out aswell you find the information shared lacking. So. They have been setting all their…
1337_sanc
  • 121
  • 1
  • 6
1 2
3
15 16