.htaccess
author fabien
Tue, 07 Oct 2003 00:05:59 -0400
branchxbelweb
changeset 31 cee64de4e7e0
parent 17 14bec94bbe89
permissions -rw-r--r--
[svn r1575] Move index.py generic functions into a separate library.

AddHandler cgi-script py
Options +ExecCGI
DirectoryIndex index.py
AuthType Basic
AuthName Fabien@TZoNE
AuthUserFile /home/fabien/public_html/xbelweb/.htpasswd
<Limit GET POST>
  require valid-user
</Limit>