I have been successful (after days of trying) with Apache 2.0.43 ,
PHP 4.2.3 on Redhat 7.3

I compiled php with ./configure --with-mysql --with-apxs2=/apth/to/apxs
(apxs is under /path/to/apache2/bin)

After 'make' and 'make install'  you will find libphp4.so in
/path/to/apache2/modules

Then I added the following lines in httpd.conf

LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php php
<FilesMatch "\.php(\..+)?$">
SetOutputFilter PHP
</FilesMatch>


Have fun
Andrea Forghieri


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to