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

Annotation of palm/Palm-Keyring/examples/cgi/conf/keyring.conf, Revision 1.2

1.2     ! andrew      1: # $RedRiver: keyring.conf,v 1.1 2009/06/11 20:40:45 andrew Exp $
1.1       andrew      2: ScriptAlias /keyring/ "/keyring/bin/keyring.cgi/"
1.2     ! andrew      3:
        !             4: <Location "/keyring">
        !             5:     RewriteEngine On
        !             6:     RewriteCond %{HTTPS} off
        !             7:     RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
        !             8: </Location>
        !             9:
        !            10: <Directory "/var/www/keyring">
1.1       andrew     11:        Order allow,deny
                     12:        Deny from all
                     13: </Directory>
1.2     ! andrew     14: <Directory "/var/www/keyring/bin">
        !            15:     Options ExecCGI FollowSymLinks
1.1       andrew     16:     AllowOverride None
                     17:     Order allow,deny
                     18:     Allow from all
                     19: </Directory>

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