![]() |
|
#1
|
||||
|
||||
|
[warn] module php5_module is already loaded, skipping
hello,
I got this error when I restart apache: [warn] module php5_module is already loaded, skipping this is normal? |
|
#2
|
|||
|
|||
|
You have two of the lines in your httpd.conf: LoadModule php5_module /usr/lib/apache/libphp5.so
Look into /etc/httpd/conf/httpd.conf and remove one off these lines LoadModule php5_module /usr/lib/apache/libphp5.so |
|
#3
|
||||
|
||||
|
hi,
yes, this works. thank you. |
|
#4
|
||||
|
||||
|
The php5_module is loaded directly in:
/etc/httpd/conf/httpd.conf but also in the by that file included: /etc/httpd/conf/extra/httpd-phpmodules.conf which one should I delete when I'm using the custombuild system? |
|
#5
|
|||
|
|||
|
It doesn't really matter in my opinion but the most suitable place to load the module is within httpd-phpmodules.conf. You'll want to keep httpd.conf as clean as possible.
__________________
www.BitTraffic.com |
|
#6
|
||||
|
||||
|
Thanks! Sounds reasonable, going to implement that...
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|