Re: [us...@httpd] overlapping -Sections

2010-03-25 Thread rog7993
On Tue, Mar 23, 2010 at 12:38:43PM -0400, Eric Covener wrote: > On Tue, Mar 23, 2010 at 12:33 PM, wrote: > >>> > >>> WebSVN stuff > >>> > >>> > >>> > >>> subversion stuff > >>> Possibly this configuration does not work because of a bug in Apache, mod_dav or mod_dav_svn in the handling of

Re: [us...@httpd] overlapping -Sections

2010-03-23 Thread Eric Covener
On Tue, Mar 23, 2010 at 12:33 PM, wrote: > Am 23.03.2010 17:03, schrieb Eric Covener: >>> >>>   WebSVN stuff >>> >>> >>> >>>   subversion stuff >>> > >> I thought you only wanted one section, note the order of >> precedence/evaluatuion in the manual for the different containers, >> which I be

Re: [us...@httpd] overlapping -Sections

2010-03-23 Thread rog7993
Am 23.03.2010 17:03, schrieb Eric Covener: >> >> WebSVN stuff >> >> >> >> subversion stuff >> > I thought you only wanted one section, note the order of > precedence/evaluatuion in the manual for the different containers, > which I believe is the opposite of the order you listed them. If

Re: [us...@httpd] overlapping -Sections

2010-03-23 Thread Eric Covener
On Tue, Mar 23, 2010 at 12:00 PM, wrote: > Hello, > > Am 23.03.2010 13:34, schrieb Eric Covener: >>> Negation within the pattern of or seems to be >>> impossible (like ). >> >> you have to do the negation in PCRE -- see "negative lookahead" > > Do you mean something like this? > > >   WebSVN s

Re: [us...@httpd] overlapping -Sections

2010-03-23 Thread rog7993
Hello, Am 23.03.2010 13:34, schrieb Eric Covener: >> Negation within the pattern of or seems to be >> impossible (like ). > > you have to do the negation in PCRE -- see "negative lookahead" Do you mean something like this? WebSVN stuff subversion stuff Unfortunately this does not

Re: [us...@httpd] overlapping -Sections

2010-03-23 Thread Eric Covener
> Negation within the pattern of or seems to be > impossible (like ). As mod_rewrite does allow > this, I carried out some tests with it, but without success until now. you have to do the negation in PCRE -- see "negative lookahead" -- Eric Covener cove...@gmail.com --

[us...@httpd] overlapping -Sections

2010-03-23 Thread rog7993
Hello, I'm looking for a configuration that allows the combining of two sections, which overlap. We have a running subversion server, which is located at the root of the web server: DAV svn SVNParentPath /home/subversion/repos AuthzSVNAccessFile svn-access-file