This is a discussion on php4_module is already loaded within the PHP General forums, part of the PHP Programming Forums category; I just updated my 4.2.x to 4.3.2 and when I restart the apache, I get the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I just updated my 4.2.x to 4.3.2 and when I restart the apache, I get the
error [warn] module php4_module is already loaded, skipping. Can anyone offer any suggestions? I searched the archives, but didn't see anything that would help. Apache/PHP seem to be running ok, but I would like to get rid of the error. Thanks Chris |
|
|||
|
--- CDitty <mail@redhotsweeps.com> wrote:
> I just updated my 4.2.x to 4.3.2 and when I restart the apache, > I get the error [warn] module php4_module is already loaded, > skipping. > > Can anyone offer any suggestions? You are probably loading the library twice in your httpd.conf file. Check that, and eliminate one. Chris ===== Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ |
|
|||
|
Most likely your php is a core module that does not require the load
module in your httpd.conf file... you can verify if it is core (static not DSO) with httpd -l -- BigDog On Mon, 2003-07-14 at 21:01, CDitty wrote: > I just updated my 4.2.x to 4.3.2 and when I restart the apache, I get the > error [warn] module php4_module is already loaded, skipping. > > Can anyone offer any suggestions? I searched the archives, but didn't see > anything that would help. Apache/PHP seem to be running ok, but I would > like to get rid of the error. > > Thanks > > Chris > |