|
|
 |
RE: FN-FORUM Installing PHP and Apache
date posted 20th January 2003 15:10
I have attempted to install PHP and Apache on my computer at home but
when I run Apache I get the following error:
'Cannot add module via name 'mod_php.c': not in list of loaded modules
Does anyone know what this means and how I can rectify it?
Sounds to me like you're trying to call AddModule in the httpd.conf file
before you've added a LoadModule line.
Not quite sure of the syntax on Win32, but it should be something like:
LoadModule php_module modules/libphp.dll
AddModule mod_php.c
Easiest way is to download PHP Triad or something similar which will
install Apache, PHP and MySQL in one easy routine.
Darran.
|
 |
|