Apache server update
Posted: 24 Mar 2014, 19:18
After a Manjaro update yesterday my Apache server stopped working.
I had to follow the steps here
https://sudopacman.wordpress.com/2014/0 ... pache-2-4/
In addition;I had to comment out this in /etc/httpd/conf/httpd.conf
like this:
Then I had to restart the Apache daemon:
And my server was back - phpmyadmin does not work anymore so I use adminer
I had to follow the steps here
https://sudopacman.wordpress.com/2014/0 ... pache-2-4/
In addition;I had to comment out this in /etc/httpd/conf/httpd.conf
Code: Select all
# User home directories
Include conf/extra/httpd-userdir.conflike this:
Code: Select all
# User home directories
#Include conf/extra/httpd-userdir.confThen I had to restart the Apache daemon:
Code: Select all
sudo systemctl restart httpdAnd my server was back - phpmyadmin does not work anymore so I use adminer