d6cf12d
d6cf12d
Alias /phplogcon /usr/share/phplogcon/
d6cf12d
d6cf12d
<Directory /usr/share/phplogcon>
f00480e
    <IfModule mod_authz_core.c>
f00480e
        # Apache 2.4
f00480e
        Require local
f00480e
    </IfModule>
f00480e
    <IfModule !mod_authz_core.c>
f00480e
        # Apache 2.2
f00480e
        Order Deny,Allow
f00480e
        Deny from All
f00480e
        Allow from 127.0.0.1 localhost
f00480e
    </IfModule>
d6cf12d
    ErrorDocument 403 "Access denied per /etc/httpd/conf.d/phplogcon.conf."
d6cf12d
</Directory>
d6cf12d