PS:

'Scuse my ignorance (haven't got Perl on my W2k box:) but does the
variable $Is_Win32 get set true for NT/Win2000?

As I understand it there is a concept of execute permission in W2k
(dunno about NT) and if this flag is set they're ignored.

> around lines 50-56 of Apache/Registry.pm - 
>         unless (-x _ or $Is_Win32) {
>             $r->log_reason("file permissions deny server execution",
>                            $filename);
>             return FORBIDDEN;
>         }

Reply via email to