Re: DirectoryIndex

2004-09-13 Thread Chris Devers
y restrictive access; the second Directory directive is the base of your 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

Re: DirectoryIndex

2004-09-12 Thread hcohen2
extension (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. Te

DirectoryIndex

2004-09-12 Thread Octavian Rasnita
gi) 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 u