[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-09-04 22:34:39 CEST

On Wed, Sep 04, 2002 at 11:17:42AM +0200, Michael Wood wrote:
>...
> On Wed, Sep 04, 2002 at 12:41:09AM -0700, Greg Stein wrote:
> > > On Tuesday, September 3, 2002, at 07:50 PM, Justin Erenkrantz wrote:
> > >...
> > > > You might want to try:
> > > >
> > > > AddOutputFilter php .php
> [snip]
> > Bleck. mod_dav just shoves brigades into the output filters. It should
> > "just work". No need for proxying or any such stuff.
> [snip]
>
> But Subversion uses GET requests to checkout files, right? So this
> would prevent Subversion from checking out php files, wouldn't it? In
> which case, what's the point?

You would use different locations for SVN operations vs PHP operations.
Something like this:

<Location /php>
  DAV svn
  SVNPath /repos/path/name
</Location>
<Location /repos/www>
  DAV svn
  SVNPath /repos/path/name
  SetHandler dav-handler
</Location>

Or instead of the SetHandler, some way to disable PHP and/or mod_mime or
whatever.

(in fact, we may need that anyways, based on the issues that Justin found)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 22:35:58 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.