Got the following Error while restarting Apache
[warn] module php5_module is already loaded, skipping
Then i have a close look at my httpd.conf file and found
LoadModule php5_module modules/libphp5.so
twice in my configuration file. I removed one from my configuration file and now apache is working fine.
Advertisement