root/.htaccess

Revision 3, 215 bytes (checked in by davea, 3 years ago)

re-jig to use mod_python instead of CGI. now does proper authentication, meaning anyone with a valid IMAP account can login

Line 
1 SetHandler mod_python
2 PythonHandler mod_python.publisher
3 PythonAuthenHandler auth
4
5 PythonDebug on
6
7 AuthType Basic
8 AuthName "SUCS Webmail Login"
9 require valid-user
10
11 #AddHandler cgi-script py
12 #DirectoryIndex index.py
Note: See TracBrowser for help on using the browser.