[PHP-DEV] Re: apache 2.0.28 and php 4.1rc2

2001-11-15 Thread Sebastian Bergmann
Alonso wrote: > try on php.qa group. php.qa would be more off-topic than php.dev, IM(NS)HO. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing

[PHP-DEV] Re: apache 2.0.28 and php 4.1rc2

2001-11-14 Thread Alonso
try on php.qa group. "Ben Woodhead" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello Everybody > > I am working on testing these together, I am compiled them both (DSO - > apxs2). Everything seemed fine, i have an additional directory called > modules > i

[PHP-DEV] Re: apache 2.0.28 and php 4.1rc2

2001-11-14 Thread Sebastian Bergmann
Ben Woodhead wrote: > AddType application/x-httpd-php .php .html > AddType application/x-httpd-php-source .phps You need SetOutputFilter PHP SetInputFilter PHP in your httpd.conf. -- Sebastian Bergmann http://sebastian-bergmann.de/ htt