View Single Post
Old 05-26-2002, 04:43 PM  
mike503
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: oregon.
Posts: 2,243
Quote:
Originally posted by va2k
hey question for you all when I try to load a module in the httpd.conf file
Extra Modules
AddModule mod_php.c
#AddModule mod_php3.c
#AddModule mod_perl.c
is there anywhere else I need to edit this?
I uncommented addmodule mod_php.c and my php works now but my site manger dont
anyone know how to help on this?
well typically you have:

LoadModules, then a ClearModuleList, then AddModule, like this:

LoadModule php4_module libexec/libphp4.so
(other modules loaded..)
ClearModuleList
AddModule mod_php4.c
(same order as above..)

what version of php is this? etc.
__________________
php/mysql guru. hosting, coding, all that jazz.
mike503 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote