[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 23:20:03 CEST

Based on the patch I just submitted to dev@httpd, a configuration
to do this split would be:

<Location />
  DAV svn
  SVNPath /repos/path/name
  ModMimeUsePathInfo on
</Location>
<Location /repos>
  DAV svn
  SVNPath /repos/path/name
  ModMimeUsePathInfo off
</Location>

/ would serve with all filters enabled (so mod_include or
mod_php could be served) and /repos would not have filters
enabled.

HTH. -- 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 23:20:34 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.