Hi,
Thanks for the reply, I have used the IP address of my machine (single IP
address) to be Allowed and it works.
But I don't know how to allow a group of users to access web server?
especially if there is no place to specify
the network mask.

>> 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
>> Allow from .mydomain.com
>> </Locatiom>
>> In the log file it simply says denied by server.

>Are you sure that .mydomain.com is getting resolved correctly? Try using
>IP.

As far as I can see DNS is working fine, nslookup can resolve the machine
name.

>Also one should avoid using domain names on production server. It's a
>performance hit since it turns HostnameLookups on.
>http://httpd.apache.org/docs/misc/perf-tuning.html#runtime

Thanks for the comments.

PC

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to