Jump to content

Edit History

dsxsoft

dsxsoft

I need help. I have Ubuntu 20.04 with a webmin / virtualmin panel which includes an Apache2 server. I installed preste 1.7.7.3 on the docker with mysql 5.7. Here is the Presta Docker setup

sudo docker run -ti --name prestashop --network prestashop-net -e DB_SERVER = psmysql -p 8080: 80 -v / home / presta: / var / www / html -d prestashop / prestashop: 1.7-7.3-apache

I have access to the store emample.com: 8080 I made in a reverse Apache proxy to access the store without 8080 only immediately http: // emample.com apache.config

<VirtualHost *: 80>

ServerName example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

</VirtualHost>

Everything works fine from http: // example.com the problem appears when I enter from ssl https: // padlock is the store displayed but the css styles load the page is run by http works but not completely on https? In addition, in the presta panel I can not turn on all ssl pages button inactive calls by typing https: // example.com what should I do what should the apache configuration for ssl be? Now I have apache set up for ssl

 

<VirtualHost *: 443>

ServerName example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

RequestHeader ustawia X-Forwarded-Proto „https”

SSLEngine on

SSLCertificateFile /etc/ssl/crt/server.crt

SSLCertificateKeyFile /etc/ssl/crt//server.key

</VirtualHost>

dsxsoft

dsxsoft

I need help. I have Ubuntu 20.04 with a webmin / virtualmin panel which includes an Apache2 server. I installed preste 1.7.7.3 on the docker with mysql 5.7. Here is the Presta Docker setup

sudo docker run -ti --name prestashop --network prestashop-net -e DB_SERVER = psmysql -p 8080: 80 -v / home / presta: / var / www / html -d prestashop / prestashop: 1.7-7.3-apache

I have access to the store emample.com: 8080 I made in a reverse Apache proxy to access the store without 8080 only immediately http: // emample.com apache.config

<VirtualHost *: 80>

NazwaSerwera example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

</VirtualHost>

Everything works fine from http: // example.com the problem appears when I enter from ssl https: // padlock is the store displayed but the css styles load the page is run by http works but not completely on https? In addition, in the presta panel I can not turn on all ssl pages button inactive calls by typing https: // example.com what should I do what should the apache configuration for ssl be? Now I have apache set up for ssl

 

<VirtualHost *: 443>

NazwaSerwera example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

RequestHeader ustawia X-Forwarded-Proto „https”

SSLEngine on

SSLCertificateFile /etc/ssl/crt/server.crt

SSLCertificateKeyFile /etc/ssl/crt//server.key

</VirtualHost>

dsxsoft

dsxsoft

Potrzebuję pomocy Mam Ubuntu 20.04 z panelem webmin / virtualmin, który zawiera serwer Apache2. Zainstalowałem preste 1.7.7.3 na dockerze z mysql 5.7. Tutaj jest konfiguracja Dockera Presta

sudo docker run -ti --name prestashop --network prestashop-net -e DB_SERVER = psmysql -p 8080: 80 -v / home / presta: / var / www / html -d prestashop / prestashop: 1.7-7.3-apache

dostęp do sklepu mam emample.com: 8080 zrobiłem w odwrotnym proxy Apache aby mieć dostęp do sklepu bez 8080 tylko od razu http: // emample.com apache.config

<VirtualHost *: 80>

NazwaSerwera example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

</VirtualHost>

Wszystko działa dobrze od http: // example.com problem pojawia się, gdy wchodzę z ssl https: // kłódka czy sklep jest wyświetlany, ale style css ładują się strona jest uruchamiana przez http działa, ale nie całkowicie na https? Dodatkowo w panelu presta nie mogę włączyć wszystkich stron ssl przycisk nieaktywne wywołania wpisując https: // example.com co mam zrobić jaka powinna być konfiguracja apache dla ssl? Teraz mam apache skonfigurowany dla ssl

 

<VirtualHost *: 443>

NazwaSerwera example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

RequestHeader ustawia X-Forwarded-Proto „https”

SSLEngine on

SSLCertificateFile /etc/ssl/crt/server.crt

SSLCertificateKeyFile /etc/ssl/crt//server.key

</VirtualHost>

dsxsoft

dsxsoft

I need help I have ubuntu 20.04 with webmin / virtualmin panel which includes apache2 server. I installed preste 1.7.7.3 on the docker with mysql 5.7 here is the presta docker configuration

sudo docker run -ti --name prestashop --network prestashop-net -e DB_SERVER=psmysql -p 8080:80 -v /home/presta:/var/www/html -d prestashop/prestashop:1.7-7.3-apache

access to the store I have my_ip: 8080 I made in apache reverse proxy to have access to the shop without 8080 only immediately http: // emample.com apache.config

<VirtualHost *:80>

ServerName example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

</VirtualHost>

Everything works ok from http: // example.com the problem occurs when I enter from ssl https: // padlock is the store is displayed but the css styles are loading the page is run over http works but not entirely on https? In addition, in the presta panel I can not turn on all ssl pages the button is inactive calls by typing https: // example.com what can I do what should be the apache configuration for ssl? Now I have apache set up for ssl

 

<VirtualHost *:443>

ServerName example.com 

ProxyPreserveHost On

ProxyPass / http://127.0.0.1:8080/

ProxyPassReverse / http://127.0.0.1:8080/

RequestHeader set X-Forwarded-Proto 'https'

SSLEngine on

SSLCertificateFile /etc/ssl/crt/server.crt

SSLCertificateKeyFile /etc/ssl/crt//server.key

</VirtualHost>

dsxsoft

dsxsoft

I need help I have ubuntu 20.04 with webmin / virtualmin panel which includes apache2 server. I installed preste 1.7.7.3 on the docker with mysql 5.7 here is the presta docker configuration

sudo docker run -ti --name prestashop --network prestashop-net -e DB_SERVER=psmysql -p 8080:80 -v /home/presta:/var/www/html -d prestashop/prestashop:1.7-7.3-apache

access to the store I have my_ip: 8080 I made in apache reverse proxy to have access to the shop without 8080 only immediately http: // myip apache.config

<VirtualHost *:80>

ServerName .example.com 

ProxyPreserveHost On

ProxyPass http://127.0.0.1:8080/

ProxyPassReverse http://127.0.0.1:8080/

</VirtualHost>

Everything works ok from http: // myip the problem occurs when I enter from ssl https: // padlock is the store is displayed but the css styles are loading the page is run over http works but not entirely on https? In addition, in the presta panel I can not turn on all ssl pages the button is inactive calls by typing https: // myip what can I do what should be the apache configuration for ssl? Now I have apache set up for ssl

 

<VirtualHost *:443>

ServerName .example.com 

ProxyPreserveHost On

ProxyPass http://127.0.0.1:8080/

ProxyPassReverse http://127.0.0.1:8080/

RequestHeader set X-Forwarded-Proto 'https'

SSLEngine on

SSLCertificateFile /etc/ssl/crt/server.crt

SSLCertificateKeyFile /etc/ssl/crt//server.key

</VirtualHost>

dsxsoft

dsxsoft

I need help I have ubuntu 20.04 with webmin / virtualmin panel which includes apache2 server. I installed preste 1.7.7.3 on the docker with mysql 5.7 here is the presta docker configuration

sudo docker run -ti --name prestashop --network prestashop-net -e DB_SERVER=psmysql -p 8080:80 -v /home/presta:/var/www/html -d prestashop/prestashop:1.7-7.3-apache

access to the store I have my_ip: 8080 I made in apache reverse proxy to have access to the shop without 8080 only immediately http: // myip apache.config

<VirtualHost *:80>

ServerName .example.com 

ProxyPreserveHost On

ProxyPass http://127.0.0.1:8080/

ProxyPassReverse http://127.0.0.1:8080/

</VirtualHost>

Everything works ok from http: // myip the problem occurs when I enter from ssl https: // kłudka is the store is displayed but the css styles are loading the page is run over http works but not entirely on https? In addition, in the presta panel I can not turn on all ssl pages the button is inactive calls by typing https: // myip what can I do what should be the apache configuration for ssl? Now I have apache set up for ssl

 

<VirtualHost *:443>

ServerName .example.com 

ProxyPreserveHost On

ProxyPass http://127.0.0.1:8080/

ProxyPassReverse http://127.0.0.1:8080/

RequestHeader set X-Forwarded-Proto 'https'

SSLEngine on

SSLCertificateFile /etc/ssl/crt/server.crt

SSLCertificateKeyFile /etc/ssl/crt//server.key

</VirtualHost>

×
×
  • Create New...