Page 1 of 1

Apache crash

Posted: 02 Sep 2007, 10:48
by snowtam
Hey everyone,
I have some strange things going on with apache on my bubba.
I recently configured my bubba to work with mysql and I had everything working just fine.

But now it seems like apache has crashed and it wont restart, not even via a hard re-boot.

bubba:/# /etc/init.d/apache2 stop
Stopping web server: Apache2 ... failed!
You may still have some apache2 processes running. There are
processes named 'apache2' which do not match your pid file,
and in the name of safety, we've left them alone. Please review
the situation by hand.


Anyone seen this before?

/
Snowtam

Problem solved

Posted: 02 Sep 2007, 13:45
by snowtam
Ok, managed to get Apache up'n running again. Aparently the line;
Include /etc/phpmyadmin/apache.conf in /etc/apache2/apache2.conf gave me a "file not found" respons when restarting Apache.

I removed that line and... it works!

I still need an explanation to why this works!? Coz without that line in apache2.conf the database driven part should not work... right? But it does!

//
Snowtam