> <Location /perl-server-status> > SetHandler server-status > Order deny,allow > Deny from all > Allow from env=admin_ip > </Location> > > I still get > > [client 127.0.0.1] client denied by server configuration
Put the access rules in the front-end (non-mod_perl) apache rather than the back-end. Carl