Annotation of palm/Palm-Keyring/examples/cgi/conf/keyring.conf, Revision 1.4
1.3 andrew 1: # $RedRiver: keyring.conf,v 1.2 2009/06/15 17:48:38 andrew Exp $
1.4 ! andrew 2: ScriptAlias /keyring/ "/var/www/keyring/bin/keyring.cgi/"
1.2 andrew 3:
4: <Location "/keyring">
1.3 andrew 5: # You will need to replace us.holligan.net with your server name
6: SSLOptions +StrictRequire
7: SSLRequireSSL
8: SSLRequire %{HTTP_HOST} eq "us.holligan.net"
1.4 ! andrew 9: ErrorDocument 403 https://us.holligan.net/keyring/
1.2 andrew 10: </Location>
11:
12: <Directory "/var/www/keyring">
1.1 andrew 13: Order allow,deny
14: Deny from all
15: </Directory>
1.2 andrew 16: <Directory "/var/www/keyring/bin">
1.3 andrew 17: AuthType Basic
18: AuthName "Keyring Access"
19: AuthUserFile /var/www/conf/htpasswd
20: AuthGroupFile /var/www/conf/htgroup
21: Require group keyring
22:
1.2 andrew 23: Options ExecCGI FollowSymLinks
1.1 andrew 24: AllowOverride None
25: Order allow,deny
26: Allow from all
27: </Directory>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>