Apache-SSL + PHP

2003-03-03 Thread Rus Foster
Hi All, I've just installed apache-ssl and that works fine. However PHP wasn't enable by default so I edited httpd.conf but now when starting apache-ssl I'm getting PHP Fatal error: Unable to start session mm module in Unknown on line 0 Bug#112093 sees to cover this but it is closed. I ran ec

APACHE -SSl + PHP + DB2 suppport?

2002-12-03 Thread Irvin Temp
i installed apache-ssl and added php support.. we can access mysql database using our setup... however our company is planning on using DB2 database running on 1 of our window2K servers(although im trying to convince them to install it on linux). my question here is that do i need to recompile P

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

Apache-ssl php/MySQL problem

1999-08-22 Thread Andrew Glover
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/mod_auth_mysql.so into httpd.conf, but im also guessing I need:

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

Apache-ssl php/MySQL problem

1999-08-22 Thread finn2000
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/mod_auth_mysql.so into httpd.conf, but im also guessing I need