Hi Imran,
> I have never used squid b4, I have a task to add port 59000 on my proxy
> server which is running squid (Linux), can someone help please, it will be
> appreciate.
If you mean that you have an existing (working) squid happily listening on
a TCP port such as 8080 and need for it to listen on TCP port 59000 also,
then you need to modify the http_port line in squid.conf, for example
from:
http_port 8080
to:
http_port 8080 59000
Then tell the running squid to reload the config by running "squid -k
reconfigure".
If this is not what you're trying to do, then could you please give us a
bit more detail.
HTH,
Neale.
-- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Tue Aug 29 2000 - 01:07:40 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:55:07 MST