https://bz.apache.org/bugzilla/show_bug.cgi?id=62334

Christopher Schultz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Christopher Schultz <[email protected]> ---
Does IIS not already provide such a facility?

For example, in Apache httpd, this kind of thing can be done easily with this
configuration:

<Location "/path/to/status/worker">
  Order allow,deny
  Allow from 127.0.0.1
  Deny from all
</Location>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to