Author Topic: Fixing httpd: [warn] module php5_module is already loaded, skipping  (Read 4067 times)

Offline admin

  • Administrator
  • Sr. Member
  • *****
  • Posts: 296
    • View Profile
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.