Apache server update

Every day solutions to every day challenges. + Brilliant stuff

Moderators: b1o, jkerr82508

Forum rules
Please feel free to post your tip it does not have to be advanced. Also ask questions directly related to the tip here. But do not start new threads with questions or ask for help here. That is what the help section is for. forum rules: http://bjoernvold.com/forum/viewtopic.php?f=8&t=568
User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Apache server update

Postby viking60 » 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

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
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

Return to “Tips & Tricks”