[rt-users] IP restriction on WebUI

Smylers smylers at gbdirect.co.uk
Mon Dec 2 05:05:06 EST 2002


alviN wrote:

> how can i restrict other IPs from accessing the RT WebUI? is this
> possible?

It presumably would be possible to do this in 'RT' (using some Mason to
look at the incoming IP address) but this kind of restriction is
traditionally performed by the server.

Exactly how depends on the server you use.  If it's 'Apache' you might
get something like this working for you:

  <Location /rt/>
    Order allow,deny
    Allow from intranet.example.com
    # ...
  </Location>

Smylers
-- 
GBdirect
http://www.gbdirect.co.uk/




More information about the rt-users mailing list