9 lines
198 B
ApacheConf
9 lines
198 B
ApacheConf
# Make apache execute .pl as a CGI
|
|
AddHandler cgi-script .pl
|
|
|
|
# kwotes.pl is our directory index
|
|
DirectoryIndex kwotes.pl
|
|
|
|
# make apache execute CGIs and not allow indexes
|
|
Options +ExecCGI -Indexes
|