Joe Stone wrote:
with apache2 you can enable
<IfModule mod_info.c>
    <Location /server-info>
        SetHandler server-info
        <IfModule mod_access.c>
        Order deny,allow
        Deny from all
        allow from 127.0.0.1
        </IfModule>
    </Location>
</IfModule>
in the config-file
hope this helped

It certainly did! I'm using this now with apache2 and both server-info and server-status work. Thanks. Not as colourful as phpinfo() though!


With regards
Dhruba Bandopadhyay


-- [EMAIL PROTECTED] mailing list



Reply via email to