Hello - I am new to SUSE Linux, so this could be something simple…
I have apache2 up and running, with two virtual web-sites running fine. However I noticed yesterday when I made some changes to the config files and tried a “rcapache2 restart”, the only response I recieved was “Killed”. All of the rcapache2 commands do the same thing. I even rebooted and it is the same.
Keep in mind that the website seems fine, and the apache2ctl functions all work fine.
>
> What changes did you make?
> You can restore the files by replacing them with recycle file (green
> icon with a recycle symbol).
>
> /Geoff
>
>
gzdenek;
Did you check the apache2 log files. I’d start here:
/var/log/apache2/error_log
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
my /var/log/apache2/error_log has the following error many times:
Tue Feb 10 16:57:48 2009] [error] Failed to change_hat to ‘HANDLING_UNTRUSTED_INPUT’
and a few like this:
[Mon Feb 09 21:59:41 2009] [error] [client 173.70.125.31] File does not exist: /srv/www/fran/favicon.ico
[Mon Feb 09 21:59:31 2009] [notice] Apache/2.2.8 (Linux/SUSE) mod_ssl/2.2.8 OpenSSL/0.9.8g configured – resuming normal operations
I remembered that I was messing with apparmor after reading about the top error on the web, and sure enough when I deleted the apparmor profile for appache, the error went away.
Problem fixed - although now I got to learn about AppArmor to configure it correctly. Thanks for the help!