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

Re: pi3 web help



> 
> how do i remove the 403 protection?
well if you want a directory listing of Cgi-bin instead of 
403 ... then

find:

<Object>
    Name Scripts
    Class FlexibleHandlerClass
    Condition "&cmp(&dblookup(response,string,ObjectMap),Scripts)"
    CheckPath RefuseFileByMask AllowFileMask="EFD" RefuseStatus=404
    CheckPath RefuseFileByMask AllowFileMask="F" RefuseStatus=403
    CheckPath ReturnCode ReturnCode=COMPLETED
    CheckAccess AccessByFile RequirePermissions="X"
    CheckType ReturnCode ReturnCode=COMPLETED
    Handle StandardCGI
</Object>

and replace it with:

<Object>
    Name Scripts
    Class FlexibleHandlerClass
    Condition "&cmp(&dblookup(response,string,ObjectMap),Scripts)"
#   CheckPath RefuseFileByMask AllowFileMask="EFD" RefuseStatus=404
#   CheckPath RefuseFileByMask AllowFileMask="F" RefuseStatus=403
#   CheckPath ReturnCode ReturnCode=COMPLETED
#   CheckAccess AccessByFile RequirePermissions="X"
#   CheckType ReturnCode ReturnCode=COMPLETED
    Handle Condition="&not(&cmp($c,internal/x-directory))" StandardCGI
</Object>

> 
> Michael
> 
> 
> -----Original Message-----
> From: John P Roy <jproy@world.std.com>
> To: Michael Jr. <mdhealyjr@adelphia.net>
> Date: Wednesday, April 01, 1998 10:57 AM
> Subject: Re: pi3 web help
> 
> 
> >
> >Hi,
> >My default directory indexing for cgi-bin is forbidden to stop
> >people from trying to download (and find bugs in) scripts etc.
> >
> >Is this the problem?, can you run the scripts?, you can remove
> >the 403 protection if you want, let me know and I'll try and help more.
> >
> >John
> >> 
> >> I keep getting 403 Forbidden error when i try to access files in the
> >> cgi-bin.  I'm running Windows 95 and using both the netscape and msie
> >> browsers.  please help me. my e-mail is mdhealyjr@adelphia.net and my
> >> site url is http://relayman.dyn.ml.org.
> >> 
> >> Thanx,
> >> 
> >> Michael Healy
> >>
>