Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > e28c23db4b6e762c14e50e7b195f7b1f > files > 9

mod_pubcookie-3.3.4a-3.fc13.src.rpm

# Below is an example on how to configure an instance of the pubcookie login
# cgi script. After configuring /etc/pubcookie/config and making sure the
# keyserver is running (from xinetd), initialize the keyclient:
#
# 	cp /var/lib/pubcookie/starter.key /var/lib/pubcookie/<this-server>.key
# 	keyclient
#
# Then, uncomment the 'Alias' and 'Directory' lines and restart httpd.
# Make sure the private http server key (also referenced from
# /etc/pubcookie/config) is owned by user 'apache', as the pubcookie.cgi
# script will NOT be allowed to run as root !
#
# To test the pubcookie login server, visit
#
#	https://<this-server>/login_demo/
#
# You can create multiple instances of login servers by cloning
# the /usr/share/pubcookie/login_templates directory and adding the
# corresponding snippets to this config file.

ScriptAlias /pubcookie-cgi/index.cgi /usr/share/pubcookie/cgi-bin/index.cgi

#Alias /login_demo/ /usr/share/pubcookie/login_templates/
#<Directory /usr/share/pubcookie/login_templates/>
#    DirectoryIndex /pubcookie-cgi/index.cgi
#    AddHandler cgi-script .cgi
#    Options ExecCGI
#</Directory>