equal
deleted
inserted
replaced
1 AddHandler cgi-script py |
|
2 Options +ExecCGI |
|
3 DirectoryIndex index.py |
|
4 AuthType Basic |
|
5 AuthName Fabien@TZoNE |
|
6 AuthUserFile /home/fabien/public_html/xbelweb/.htpasswd |
|
7 <Limit GET POST> |
|
8 require valid-user |
|
9 </Limit> |
|