> Is there a way to send a pop-up message to all subscriber using my
> squid-proxy? If there is how can I do it?
You could try and run a DNS server (on the squid server) listening on
127.0.0.1 pretending to be authoritive for every single request. Then
answer with the IP of a webserver of your own. The webserver uses
a 'real' DNS server, displays the webpage with your message and includes a
link to the page initially requested.
However, proxying happens for ALL objects on a page/website so this could
turn into a somewhat tricky scenario.
When you authenticate users first you could try to flip a flag in LDAP,
or whatever you authenticate with, to indicate the user has been shown
the Message Of The Day already.
Albert
Received on Sat Jul 23 2005 - 09:26:09 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Aug 01 2005 - 12:00:02 MDT