*** empty log message ***

This commit is contained in:
briandilley
2004-10-15 20:43:25 +00:00
parent 44ad98e21c
commit 7201d52846
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Make apache execute .pl as a CGI
AddHandler cgi-script .pl
Options +ExecCGI
Options -Indexes
# kwotes.pl is our directory index
DirectoryIndex kwotes.pl
# make apache execute CGIs and not allow indexes
Options +ExecCGI -Indexes