Questions tagged [apache]
Use this tag for programming questions relating to the Apache HTTP Server. Do not use this tag for questions about other Apache Foundation products. Note that server configuration questions are usually a better fit on https://serverfault.com
143 questions
0 votes
1 answer
130 views
http to https redirect
I've followed all the solutions found in similar issues in the forum. I have no succeed doing it. What i have: Magento 2.4.3 Varnish Cache 6 (set to work at port 80) Apache (set to work at port 8081 ...
0 votes
1 answer
922 views
Magento 2.4.6 Localhost Install Windows 11
I am having issues installing Magento2 on my local machine. I have been following this tutorial but I run into the same issue where my localhost/magento2/pub/ page doesn't display content. I have been ...
1 vote
1 answer
566 views
Magento 2.4.6: All pages 404 after upgrade from 2.3.5-p1
I am getting 404 page not found on all pages including admin dashboard after upgrading Magento from 2.3.5p1 to 2.4.6 on a VPS. My root .htaccess: RewriteEngine on RewriteCond %{REQUEST_URI} !^pub/ ...
0 votes
1 answer
3k views
Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR
I have Magento 2.4.4 running on Plesk CentOS Server. PHP 8.1 PHP FPM Enabled Varnish on Port 80 Nginx on Port 8080 and 443 Apache on Port 7080 and 7081 Most of the time the website doesn't load well ...
0 votes
1 answer
364 views
magento 2 xampp pdo_mysql extension is not installed
I have installed everything needed for magento-2 to run on xampp on windows. php.ini is also edited properly and have enabled all the extensions needed. When I try to run the localhost/magento link i ...
1 vote
1 answer
571 views
Magento 2.3.7 developer mode : I need to regenerate my static content all the time
Env : Magento 2.3.7 PHP 7 VM on Linux I'm facing an issue : my instance of Magento 2 is in developer mode. But I need, all the time, to redeploy static content (like JS and CSS ; with -f argument) ...
0 votes
2 answers
801 views
Magento 2.4 issue with CSS/JS not being sent to browser after installation/deployment; most probably server related (Nginx/Apache)
I have seen a couple of similar issues, but none of the solutions/reasons helped me. I installed Magento 2.4; tried it switch it to default and developer modes, forced it to compile and deploy static ...
1 vote
1 answer
476 views
Magento 2 on Apache + Varnish getting continuous purge request
I have configured Varnish on my ubuntu server with apache. But varnish is showing a lot of repetitive purge requests and the site is extremely slow. What could be the reason behind it? I have magento ...
0 votes
1 answer
369 views
Quote table showing same IP for each Quote Entity
I have set up Varnish 4 in Centos 7 with Apache and Magento 2.4.2. Varnish is working fine but there is one issue we are facing is that. Every order or quote showing the same customer IP which is of ...
0 votes
1 answer
150 views
Last-Modified header is M2.4.3 upgrade date
We have recently upgraded our M2.4.3 version and have noticed that the last modified header for all our web pages is now fixed at the exact upgrade date of our store across all web pages even newly ...
0 votes
1 answer
160 views
Magento or Apache 2 Permission?
I have a vm where I run ubuntu 18.04 , Apache 2 and Magento 2.3 every thing works fine but I think I'm doing something wrong with my permissions. So I have added to user 'dev' to the www-data group (...
0 votes
0 answers
256 views
Magento website not accessible in browser via VPN (Apache logs shows http 302 status)
I have deployed the magento website using bitnami magento stack on Azure platform. Also for security I have included this in VPN and connect to the server(SSH) via VPN client. Even after all magento ...
0 votes
1 answer
63 views
Shipping calculation on the product page
We have a shipping calculation module its name is "FRETE RáPIDO" the documentation says it appears on the product page. For some reason, my theme doesn't work. What code do I put in my theme ...
0 votes
0 answers
218 views
Magento2. client denied by server configuration on hosting error report
client denied by server configuration on hosting error report When I check Cpanel errors I can see below errors appear lot of time AH01630: client denied by server configuration: /home/b/public_html/...
0 votes
0 answers
62 views
Magento customer login hangs on some accounts
I have a magento 2.4.2 install, and some customers can't login into their account area, the website just hangs. They don't get no error or anything. It was that bad that it brought down a whole server ...