[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Dynamic content and the order of httpd2 module processing

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-09-04 10:58:58 CEST

On Wed, Sep 04, 2002 at 09:53:46AM +0100, Joe Orton wrote:
> This came up before on dev@httpd, I thought the problem is that the PHP
> output filter just doesn't really filter: I'm no filtering guru, but if
> you look at sapi/apache2filter/sapi_apache2.c:php_output_filter, it only
> processes FILE buckets, and for them it extracts the filename using
> apr_file_name_get and passes that to the Zend engine. (at least in PHP
> 4.2.2).

Oh, that's a problem too, but it's not the real problem. =) If that
were the case, mod_include would work, but because of the way
mod_mime works, .shtml doesn't either.

You're right though - if we fix mod_mime, PHP's lack of non-file
support will still stop PHP from working.

Anyway, I just posted on dev@httpd about fixing mod_mime. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 10:59:37 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.