Thanks. I replaced the "SetHandler cgi-script" with "AddHandler cgi-script .html" And it worked. I always thought that if there's only cgi programs in a directory, AddHandler and SetHandler would have no difference(There isn't such problem using apache on WIN32). But apparently, SetHandler also treat directories as script.
Thanks again. Vincent. Thank you all the same, Ashutosh. Best regards. sly On 3/14/07, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 13/03/07, Liyu,She <[EMAIL PROTECTED]> wrote: > Hi, everyone. > > I am running Apache 2.2.3 on FreeBSD 6.1release. > I was trying to make the /cgi/ path indexed while visiting. > More specifically, I want anyone visiting /cgi/ would be > automatically redirected to /cgi/index.html > > The related configuration part is: > ========================================= > Alias /cgi/ "/sly/www/cgi/" > > <Directory "/sly/www/cgi/"> > Options Indexes ExecCGI FollowSymLinks > AllowOverride None > DirectoryIndex index.html > Order allow,deny > Allow from all > SetHandler cgi-script > </Directory> > ========================================= > > But I kept knocked off from the /cgi/ location with > 403 forbidden http status code. It says: > > ========================================= > Forbidden > > You don't have permission to access /cgi/ on this server. > ========================================= > > I check log file and it says: > > ========================================= > [Tue Mar 13 15:24:39 2007] [error] [client 10.10.93.5] attempt to > invoke directory as script: /sly/www/cgi/ > ========================================= > > > I don't know why. I've searched a lot on google, but I can't find any answer. Bad google! I wrote this up on the wiki. Lemme know if it doesn't work out. http://wiki.apache.org/httpd/Errors/DirectoryAsScript -- noodl --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
