[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Running Apache/1.3.14
i have a cgi directory
ScriptAlias /boards/ "/var/www/wwwthreads/"
that works fine if i give it the full path to the .pl
http://www.domain.com/boards/index.pl
but is doesnt work with just
http://www.domain.com/boards/
or
http://www.domain.com/boards
Including index.cgi in the server wide DirectoryIndex directive doesnt work.
neither does
<Directory "/var/www/wwthreads">
DirectoryIndex index.cgi index.pl
</Directory>
Anyone know how to make this work?
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|