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

Magento 2 with Nginx and Varnish - How to serve webp images

I am using the following, trying to serve webp images from Magento using Nginx and Varnish as caching. Added to /etc/nginx/mime.types image/webp webp; Added to main nginx.conf http { map $http_accept $webp_suffix { default ""; …
1
vote
2 answers

Can't access directory .well-known in a Magento 2.4 multistore setup

I'm trying to set up a let's encrypt cert with a store view in Magento 2.4.1, but I can't access the .well-known/acme-challenge directory. In the Apache 2.4 virtual host, I have: ... #==== LET'S ENCRYPT ====
Aknot
  • 163
  • 1
  • 9
0
votes
1 answer

magento 2 site loading speed very slow

as per our architecture, we have a web server(Apache) running on one machine and my database(MySQL) running on different machine. The communication between these two machines in over internal network (without any firewall or any gateway). We have a…
0
votes
2 answers

Setting up multi websites using different ports with ubuntu 16.04 and nginx

I'm trying to set up multi websites with different ports but same domain. i.e. domain.com, domain.com:81, domain.com:82 Below is the my nginx configuration, /etc/nginx/sites-enabled/magento225 and upstream fastcgi_backend { server …
Elavarasan
  • 109
  • 3
0
votes
1 answer

nginx proxy: forward port 8080 to 80 works but generated links in webapp don't work after that

I'm trying to setup up a really simple thing: use Nginx to listen to port 8080 and forward everything to internal host with port 80. This is my config so far: server { listen 8080; server_name publichost; location / { …
artgrohe
  • 151
  • 1
  • 9
0
votes
0 answers

POST Request with a 302 redirect never gets to its destination

For example, this request in the access_log: xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx) - - [31/Jan/2019:16:19:24 +0100] "POST /ppt/index/result/id/2000000169/ HTTP/1.1" 302 - "-" "Java/1.7.0" How come that it looks like it never gets to the application. I…
Gianni Di Falco
  • 101
  • 1
  • 1
0
votes
1 answer

Magento 2 install hangs with no errors or information

I am trying to install Magento 2.3 on a windows server (IIS with PHP installed - No XAMP), but the installation seems to hang. The wizard progress shows the following: (And has been for hours) Starting Magento installation: File permissions…
Louis van Tonder
  • 141
  • 2
  • 13
0
votes
1 answer

Urgent Nginx broke after upgrade in Ubuntu server

Tried before to upgrade Nginx from 1.14 to 1.14.1. But in apt-get upgrade I got: mysite systemd[1]: Starting A high performance web server and a reverse proxy server... mysite nginx[31861]: nginx: [emerg] duplicate upstream "fastcgi_backend"…
G. G.
  • 143
  • 7
0
votes
1 answer

Magento Data Migration - Host is not allowed to connect to this MySQL server

In Magento Data Migration process, Host is not allowed to connect to this MySQL server. I check Mysql connection using normal PHP file and able to connect in Mysql service. I also create a remote user in phpmyadmin but it also not working and give…
0
votes
1 answer

Varnish with apache 2 and multi vhost

I am looking to a guide about configure Varnish for my ubuntu server with apache 2. There is like 20 website (who are not using varnish and do not need it). Only one vhost (magento 2.X) need varnish. Two problem : The port is 443 (ssl) and When I…
0
votes
2 answers

How a subfolder of domain having different IP

We have multiple ecommerce platforms. Say, Magento and Shopware. Magento and Shopware are hosted in different servers. We want to migrate all Magento stores to Shopware. The domain name of Magento platform is aaa.com [IP Address: 111.111.111.111]…
0
votes
0 answers

LIghtsail Magento instance redirect to domain

I am unable to redirect my Magento Lightsail instance to a domain and not the IP address? How can I achieve this?
0
votes
0 answers

How to access the backend files on my instance in google cloud platform

I have installed Magento using Google Cloud Platform's (One-Click Deployment) However, I don't know how to access these files on the server. There is no file manager or anyway to access server files. I'm using Google Compute Engine. And I connected…
0
votes
0 answers

Apache very slow at serving images

I have a very strange issue with Apache. It is very slow when serving images, but only for images in a particular folder. The site is using Magento, but I don't think this is the issue. Has you can see in the following image, the first image of…
0
votes
2 answers

Chroot Jailing of an user to their home with PHP CLI and everything to run Magento 2 CLi commands

Ok, so first off I'm pretty sure there's gonna be a load of "additional info" requests so please post them in the OP comments and I'll do my best to provide extra info on request! Here's the skinny, first the server : It is a Shared staging…
Blatant
  • 111
  • 1
  • 7