Page 1 of 1

Apache server update

Posted: 24 Mar 2014, 19:18
by viking60
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

Code: Select all

# User home directories
Include conf/extra/httpd-userdir.conf

like this:

Code: Select all

# User home directories
#Include conf/extra/httpd-userdir.conf


Then I had to restart the Apache daemon:

Code: Select all

sudo systemctl restart httpd

And my server was back - phpmyadmin does not work anymore so I use adminer