I'm trying to use the docker image on eitumd/httpdcas but I'm not able to see the page "index.html" (on /usr/local/apache2/htdocs) when I try to point the host browser to http://localhost:8080 but I continue to obtain an error.
If I comment from the httpd.conf the row LoadModule auth_cas_module /usr/local/apache2/modules/mod_auth_cas.so, Apache2 works fine and I'm able to see correctly the index page in my host browser.
Could you help me? Am I missing something?
My Dockerfile is very simple:
FROM eitumd/httpdcas:latest
ENV CAS_LOGIN_URL https://ecas.ec.europa.eu/cas/login
ENV CAS_VALIDATE_URL https://ecas.ec.europa.eu/cas/laxValidate