I don't think it's possible with 4.04pl1, but it will compile if you grab
the latest cvs snapshot.
I've gotten it to serve pages, but when I issue an "apachectrl stop" apache
refuses to kill all the processes once the php module is loaded. Take the
php module out, and you're back in business.
You'll also need to add the following lines to the bottom of your http.conf
file:
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
- Mark
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]