[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

A curiosity of apache configuration

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2006-03-02 02:19:00 CET

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I recently discovered an interesting quirk relating to mod_authz_svn
configuration in Apache httpd 2.0 and 2.2.

Below is my _working_ local Subversion configuration. Spot the rather
unusual configuration directive :-)

<Location /repos>
DAV svn
SVNParentPath /svn
AuthType Basic
AuthName "Max's Local Repositories"
Require supercalifragilisticexpialidocious
Satisfy Any
AuthUserFile /svn/htpasswd
AuthzSVNAccessFile /svn/authz
</Location>

Note that removing the unusual line does affect the configuration - it
isn't being ignored completely.

Having studied the code, I do understand how this state of affairs
actually works - I'm not seeking an explanation, I'm just posting this
because it's too bizarre not to share :-)

Max.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)

iD8DBQFEBkgEfFNSmcDyxYARAmmhAJ9J3S1uwxnEz8k1Fn9ntvV2nqs2wACgxz6P
qdOU5h5CuJIStj0aWRS9+P4=
=qjSZ
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 2 02:19:37 2006

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.