Re: DirectoryIndex

2004-09-13 Thread Chris Devers
web document tree -- adding ExecCGI here is probably what you want.) * Find the DirectoryIndex line(s), and add a new extension for your CGI scripts: DirectoryIndex index.html index.pl index.cgi etc Make these changes, then test re-start Apache: $ sudo apachectl configtest sudo

DirectoryIndex

2004-09-12 Thread Octavian Rasnita
) and if I set it to be a DirectoryIndex in httpd.conf. Do you know if a certain file (like index.html) can be automaticly chosen by the web server if rezides in a ScriptAlias directory (like /cgi-bin/)? Or, are there any other secure solutions for what I want to do? Thank you. Teddy -- To unsubscribe

Re: DirectoryIndex

2004-09-12 Thread hcohen2
(like .cgi) and if I set it to be a DirectoryIndex in httpd.conf. Do you know if a certain file (like index.html) can be automaticly chosen by the web server if rezides in a ScriptAlias directory (like /cgi-bin/)? Or, are there any other secure solutions for what I want to do? Thank you. Teddy Ted