Developers Heaven Forum

Operating Systems => Lunix & Unix => Topic started by: admin on July 02, 2010, 01:18:32 PM

Title: Fixing httpd: [warn] module php5_module is already loaded, skipping
Post by: admin on July 02, 2010, 01:18:32 PM
If you get this message

httpd: [warn] module php5_module is already loaded, skipping

when you restart Apache this means that you call

LoadModule php5_module        /usr/lib/apache/libphp5.so

two times or may you call it in the main conf file:

/etc/httpd/conf/httpd.conf

and in:

/etc/httpd/conf/extra/httpd-phpmodules.conf

So you should remove one of them.