[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 Clift <jclift_at_digitaldistribution.com>
Date: 2002-09-04 07:00:58 CEST

Hi Justin,

Just tried adding the "AddOutputFilter php .php" bit to the <Location>
tag (changed it to Location from Directory as you mentioned too).

Didn't work, as it still spits it out as text.

Any other ideas?

:-)

Regards and best wishes,

Justin Clift

Justin Erenkrantz wrote:
>
> On Wed, Sep 04, 2002 at 12:43:00PM +1000, Justin Clift wrote:
> > <Directory />
> > DAV svn
> > SVNPath /www/repos
> > </Directory>
>
> Hmm, that bit should be <Location />.
>
> > But I'd like Subversion to be able to provide dynamic files (PHP).
>
> You might want to try:
>
> AddOutputFilter php .php
>
> Yet, I'm not convinced that will work as I think we'd have to
> rerun mod_mime or something like that once we know what the
> 'file' extension is. (I think the path_info components aren't
> tested in mod_mime.)
>
> If that doesn't work, then we probably need to rethink how mod_dav
> delivers content so that we can get this to work. -- justin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
   - Indira Gandhi
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 09:57: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.