[BACK]Return to keyring.conf CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring / examples / cgi / conf

Diff for /palm/Palm-Keyring/examples/cgi/conf/keyring.conf between version 1.1 and 1.4

version 1.1, 2009/06/11 21:40:45 version 1.4, 2010/01/19 17:58:30
Line 1 
Line 1 
 # $RedRiver$  # $RedRiver: keyring.conf,v 1.2 2009/06/15 17:48:38 andrew Exp $
 ScriptAlias /keyring/ "/keyring/bin/keyring.cgi/"  ScriptAlias /keyring/ "/var/www/keyring/bin/keyring.cgi/"
 <Directory "/keyring">  
   <Location "/keyring">
           # You will need to replace us.holligan.net with your server name
           SSLOptions +StrictRequire
           SSLRequireSSL
           SSLRequire %{HTTP_HOST} eq "us.holligan.net"
           ErrorDocument 403 https://us.holligan.net/keyring/
   </Location>
   
   <Directory "/var/www/keyring">
         Order allow,deny          Order allow,deny
         Deny from all          Deny from all
 </Directory>  </Directory>
 <Directory "/keyring/bin">  <Directory "/var/www/keyring/bin">
     Options ExecCGI      AuthType Basic
       AuthName "Keyring Access"
       AuthUserFile /var/www/conf/htpasswd
       AuthGroupFile /var/www/conf/htgroup
       Require group keyring
   
       Options ExecCGI FollowSymLinks
     AllowOverride None      AllowOverride None
     Order allow,deny      Order allow,deny
     Allow from all      Allow from all

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>