You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using APACHE_PORT=127.0.0.1:8081 and network_mode: host works but results in AH00547 errors.
Since the entrypoint.sh script replaces the VirtualHost part in 000-default.conf with "<VirtualHost *:127.0.0.1:8081>" it results in errors.
/etc/apache2/ports.conf replace works fine: "Listen 127.0.0.1:8081"
I wanted to use a reverse proxy and also access mysql on my docker host where port 3306 is also restricted to localhost. So i tried using APACHE_PORT=127.0.0.1:8081 since the port does not have to be accessible from the outside. This works fine btw.
The text was updated successfully, but these errors were encountered:
Using APACHE_PORT=127.0.0.1:8081 and network_mode: host works but results in AH00547 errors.
Since the entrypoint.sh script replaces the VirtualHost part in 000-default.conf with "<VirtualHost *:127.0.0.1:8081>" it results in errors.
/etc/apache2/ports.conf replace works fine: "Listen 127.0.0.1:8081"
I wanted to use a reverse proxy and also access mysql on my docker host where port 3306 is also restricted to localhost. So i tried using APACHE_PORT=127.0.0.1:8081 since the port does not have to be accessible from the outside. This works fine btw.
The text was updated successfully, but these errors were encountered: