Re: Another "attempt to invoke directory as script" Error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 14.03.07 09:46, Liyu,She wrote:
> 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.

I wonder, why don't you just

ScriptAlias /cgi/ /sly/www/cgi/

- you should get the same behaviour. Or are there some files in that
directory that are not to be executed?

> >On 13/03/07, Liyu,She <liyushe@xxxxxxxxx> wrote:
> >> 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>

-- 
Matus UHLAR - fantomas, uhlar@xxxxxxxxxxx ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
He who laughs last thinks slowest. 

---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux