On Thu, 3 May 2001, senthil wrote:
> Hello
>
> I am new to oops proxy earlier i was with squid now i am with oops. I want
> to know how to block a particular site in the oops.cfg file. in squid i used
> to manage with Webmin.
>
> please indicate to me how to block this particular url like
>
> http://abc.com/index.html
You can set up redir module for all or any special group. Like this
group localusers {
networks 10.0.0.0/8 ;
....
redir_mods redir;
....
}
module redir {
file /usr/local/oops/redir_rules
...
}
In the file /usr/local/oops/redir_rules you should list regex to which
http://abc.com/index.html will match. You can find some examples in
distribution.
>
> One more question if u dont mind is there any GUI based administration tool
> for oops like webmin ? Kindly let me know if it is there I will be really
No, there is no GUI.
> greatful if you can pass on the information.
>
> waiting for a good reply
>
> senthil
>
> =====================================================================
> If you would like to unsubscribe from this list send message to
> [EMAIL PROTECTED] with "unsubscribe oops" in message body.
> Archive is accessible on http://www.paco.net/oops/
>
Igor Khasilev |
PACO Links, igor at paco dot net |
=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops" in message body.
Archive is accessible on http://www.paco.net/oops/