*** empty log message ***

This commit is contained in:
briandilley 2004-11-02 01:45:00 +00:00
parent efbce54dca
commit c1070d02f3

View File

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