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
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
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