Networking Forums

Networking Forums > Computer Networking > Linux Networking > Apache-Proxyblock.conf -Need to block iGoogle without blocking Google

Reply
Thread Tools Display Modes

Apache-Proxyblock.conf -Need to block iGoogle without blocking Google

 
 
nandagopalrvarma
Guest
Posts: n/a

 
      12-16-2008, 10:43 AM
Hi,
Hi,

I want to prevent the users in my company who use Apache proxy from
loading the site IGoogle . in the proxyblock.conf directive I added
igoogle and google.com/ig and google.co.in/ig .

The proxy blocks users when they type in www.igoogle,com but when they
type www.google.com/ig or www.google.co.in/ig or when they just go to
the Google page and click on the iGoogle link it loads for them.

The users who have Gmail,Youtube etc blocked already have now found
out that they can access the same using iGoogle . This is frustrating
for us system admins who dont want to block google.com but only
iGoogle .

Is there any way this is possible. Can i give the whole link i.e
http://www.google.co.in/ig?hl=en without the Apache server blocking
anything that starts with http/www ???


Also is Squid better than Apache??? I guess the same can be done with
Squid ???

Am not a Linux guy,jus learning the ropes..into Cisco and Microsoft
mainly...so please tone your answers for a Non-Linux guy...thanks


Regards,
Nandagopal
 
Reply With Quote
 
 
 
 
Doff
Guest
Posts: n/a

 
      12-17-2008, 11:03 AM
In article <1574c471-d911-4828-8f8b-
(E-Mail Removed)>, (E-Mail Removed)
says...
> Hi,
> Hi,
>
> I want to prevent the users in my company who use Apache proxy from
> loading the site IGoogle . in the proxyblock.conf directive I added
> igoogle and google.com/ig and google.co.in/ig .
>
> The proxy blocks users when they type in www.igoogle,com but when they
> type www.google.com/ig or www.google.co.in/ig or when they just go to
> the Google page and click on the iGoogle link it loads for them.
>
> The users who have Gmail,Youtube etc blocked already have now found
> out that they can access the same using iGoogle . This is frustrating
> for us system admins who dont want to block google.com but only
> iGoogle .
>
> Is there any way this is possible. Can i give the whole link i.e
> http://www.google.co.in/ig?hl=en without the Apache server blocking
> anything that starts with http/www ???
>
>
> Also is Squid better than Apache??? I guess the same can be done with
> Squid ???
>
> Am not a Linux guy,jus learning the ropes..into Cisco and Microsoft
> mainly...so please tone your answers for a Non-Linux guy...thanks
>
>
> Regards,
> Nandagopal
>

Apache can do Proxy, but, it's not it first goal.
For having a real proxy, use squid (+ SquidGuard if you want filtering).
It can use regex also.
For your case : ^http://.*\.igoogle\..* would match
 
Reply With Quote
 
nandagopalrvarma
Guest
Posts: n/a

 
      12-19-2008, 09:49 AM
OK... I havent used squid till now. We use IPTables + ISA server 2006
+ Apache Proxy in our network. ISA 2006 does the task ...By the way
wat is regex???

and are u telling me ^http://.*\.igoogle\..* is wat i need to give in
the proxyblock.conf directive?? dat's it??? will it block iGoogle
without blocking google.com??? but I need to block www.google.co.in/ig
and any other www.google.co.nz/ig ,www.google.co.uk/ig etc

Thanks for your replies..

Rgds,
Nandagopal
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Google manifest destiny. A critical approach to Google international Miguel Gallardo Wireless Internet 0 02-11-2011 03:45 PM
Google Maps for Mobile 1.3.0 (formerly Google Local for Mobile) John Navas Wireless Internet 0 07-26-2006 09:26 PM
What is difference of SYNC, ASYNC, BLOCKING, NON-BLOCKING sockets? kevin Linux Networking 0 11-21-2005 09:56 AM
Apache 302 error from httpd.conf file, Server Down danparker276@yahoo.com Linux Networking 1 07-27-2005 01:32 AM
dhcpd.conf, resolv.conf and the search directive Andy Richardson Linux Networking 4 07-13-2005 08:23 AM



1 2 3 4 5 6 7 8 9 10 11