vagnercardosoweb / docker-php8

Docker with php8.2+, apache, mysql, postgresql, phpmyadmin, redis, nginx and pgadmin
MIT License
139 stars 176 forks source link

in apache2 #21

Open hi2rashid opened 1 month ago

hi2rashid commented 1 month ago

docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable docker.apache | AH00526: Syntax error on line 267 of /usr/local/apache2/conf/httpd.conf: docker.apache | DocumentRoot '/var/www/app/public_html' is not a directory, or is not readable

bloxxor commented 1 week ago

Same here, I cannot get rid of the /app/ path.

You have to move the docker and public_html directories to a /app/ folder.