[NTLUG:Discuss] php3 / mysql / apache ? on RedHat 6.0

Bug Hunter bughuntr at one.ctelcom.net
Fri Oct 15 08:33:09 CDT 1999


  What is the complaint?

On Thu, 14 Oct 1999, Alex D. Coker wrote:

> Anyone know how to get apache talking to MySQL database?
> 
> Server has RH6, MySQL 3.22.27, mod_php3-3.09-1, apache 1.3.6 all loaded
> from standard RPMS.
> 
> httpd.conf has mod_php3.c uncommented, but apache conplains on startup.
> 
in my httpd.conf, it was required in two places:

# Extra Modules
LoadModule php_module         modules/mod_php.so
LoadModule php3_module        modules/libphp3.so

.
.
.
.
# Extra Modules
AddModule mod_php.c
AddModule mod_php3.c







More information about the Discuss mailing list