[PLUG] 403: Permission/Access Denied

Rich Shepard rshepard at appl-ecosys.com
Sat Mar 29 23:35:23 UTC 2014


On Sat, 29 Mar 2014, Rich Shepard wrote:

>   I'll see if I can find it.

   Aha! I find:

/usr/lib/httpd/modules/mod_info.so

so can I assume that all I need is to add:

<Location /server-info>
   SetHandler server-info
   Order deny,allow
   Deny from all
   Allow from appl-ecosys.com
</Location>

in /etc/httpd/httpd.conf?

   Well, I'll give that a try.

Thanks, Ken,

Rich



More information about the PLUG mailing list