Re: [PHP-INSTALL] how to install php as module

2006-02-09 Thread Mark Galbreath
I see from a separate post you made to this list that you are trying to install and config httpd 1.3x.  I have never used 1.3x and do not know why you would be doing so, since Apache has deprecated it.  In fact, the 2.x series has already made the 2.0.x series an endangered technology.  In short,

Re: [PHP-INSTALL] how to install php as module

2006-02-09 Thread Ruprecht Helms
Mark Galbreath wrote: Apache does not compile the module, PHP does. When you configure httpd, be sure the --enable-mod.so switch is included. When you configure PHP, be sure to --without-cgi and --with-apxs2=/usr/local/apache2/bin/apxs (or wherever httpd is installed). When you php, it will

Re: [PHP-INSTALL] how to install php as module

2006-02-08 Thread Mark Galbreath
Apache does not compile the module, PHP does.  When you configure httpd, be sure the --enable-mod.so switch is included.  When you configure PHP, be sure to --without-cgi and --with-apxs2=/usr/local/apache2/bin/apxs (or wherever httpd is installed).  When you php, it will place the libphp4.so in