[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 04:50:32 CEST

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
Received on Wed Sep 4 04:52:10 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.