Try all lower case: http://hostname/server-info
(You had a capital S)

And make sure you have something like this in httpd.conf:
<Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from foo.org
</Location>

or you could modify the above to add 'Server-status', 8^)

"Wang, Pin-Chieh" wrote:
> 
> I build Apache_1.3.14 with Mod_Perl-1.24_01
> The complete build looks good and I can calling up page with http://hostname
> But when I calling http://hostname/Server-info I get "file does not exist"
> in the error_log file.
> but if I do a httpd -l I can see mod_info is included in the compile
> listing.
> 
> Is there anything I can check? to get further?
> 
> Thanks
> 
> PC

-- 
struct Programmer/Analyst 'Danny Rathjens' {this.place = "MyCity.com";}
I know you believe you understood what you think I said, but I
am not sure you realize that what you heard is not what I meant.

Reply via email to