Developers Heaven Forum

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

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

Code: [Select]
httpd: [warn] module php5_module is already loaded, skipping
when you restart Apache this means that you call

Code: [Select]
LoadModule php5_module        /usr/lib/apache/libphp5.so
two times or may you call it in the main conf file:
 
Code: [Select]
/etc/httpd/conf/httpd.conf

and in:

Code: [Select]
/etc/httpd/conf/extra/httpd-phpmodules.conf
So you should remove one of them.