Re: Apache-ssl php/MySQL problem

1999-08-22 Thread finn
Ashley Clark wrote: > > On Sun, 22 Aug 1999, Andrew Glover wrote: > > LoadModule /usr/lib/php3/apache/mysql.so > Thanks for [both of yours] help. And sorry for the duplicate post by me. Andrew. -- Andrew Glover

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Ashley Clark
On Sun, 22 Aug 1999, Andrew Glover wrote: > LoadModule /usr/lib/php3/apache/mysql.so Close. You don't need the line you had here, just put in /etc/php3/apache/php3.ini a line saying extension=mysql.so and then restart apache, then your MySQL pages should load You might also want other extensio

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Gergely Madarasz
On Sun, 22 Aug 1999 [EMAIL PROTECTED] wrote: > Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although > it > doesnt want to load. apacheconfig doesnt even attempt to load it. > > After playing I figured out to add: > > LoadModule auth_mysql_module /usr/lib/apache/1.3/mo