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
I have noticed that the config ./httpd-cfg is not used by the ssl host. I am wondering what the meaning is when we can add certificates but that virtualhost config is not the same for 8080 and 8443.
I have noticed that the config ./httpd-cfg is not used by the ssl host. I am wondering what the meaning is when we can add certificates but that virtualhost config is not the same for 8080 and 8443.
See
https://github.com/sclorg/s2i-php-container/blob/master/7.4/root/usr/share/container-scripts/php/common.sh#L38
The workaround is to configure shared settings with the .htaccess which is not ideal.
A reverse proxy in ssl can do the trick also
The text was updated successfully, but these errors were encountered: