# 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