Hi.  Looks like maybe a syntax error.... look below:

"Wang, Pin-Chieh" wrote:

> Hi,
>
> I build Apache_1.3.14 with mod_perl-1.25 on RedHat Linux 7.0 with DSO.
> Initially both server-status and server-info works fine, but some how both
> of these pages denied my display request.(403 Forbidden )
>
> I have checked httpd.conf where I have
> <Location /server-status>
> SetHandler server-status
> Order deny,allow
> Deny from all

You've got Allow frpm instead of Allow from in the following line:

>
> Allow frpm .mydomain.com
> </Locatiom>
> In the log file it simply says denied by server.
>
> I want tracking down the reason. and solve the problem.
> I have Apache::DB installed.
>
> Can anybody point me which module denied my request
>
> Thanks for the help
>
> PC

~Sean

Reply via email to