1

Please help me figure out why Apache2 will not start:

root@myUbuntu804ServerName:~# /etc/init.d/apache2 start
 * Starting web server apache2
Segmentation fault
   ...fail!

The application running on it is mostly PHP. How do I go about diagnosing and fixing this?

Thanks!

Adam
  • 225
  • 4
  • 8

2 Answers2

0

Reinstall apache2

sudo aptitude reinstall  apache2

found on ( serverfault)

bulleric
  • 269
  • 1
  • 2
  • 8
0

What did you cachanged since the last sucesfull start ?

try strace/ltrace, try to disable the modules after each other

Izac
  • 1,758
  • 1
  • 11
  • 11