fa wrote:
> 
> ME> fa wrote:
> >>
> >>  Hi, list.
> >>  I'm a newbie in UNIX. I'm trying to figure out how squid works on a
> >>  FreeBSD 4.6.2 machine. It's not connected to network and does'n have
> >>  any network cards.
> >>  So I'm launching apache:
> >>  #/usr/local/apache/bin/httpd
> >>  Theb squid:
> >>  #usr/local/squid/bin/squid -D
> >>  Then Mozilla (with proxy settings: 127.0.0.1:3128):
> >>  #mozilla &
> >>  When I try to load some page: http://localhost/, I'm getting an error
> >>  message.
> 
> ME>   What is the error message, then ?
> 
> ME>   M.
> 
> I can't recall the error message exactly, but it says something like
> "there is nothing listening to 3128". If I change the port in mozilla
> proxy setting (for example to 3127) the error message is the same. It
> looks like squid is not listening to 3128.
> But I can see it running with
> #ps ax
> I also tried
> #squid -a 3128 -D
> But the error message was the same anyways

  Try :

  % telnet localhost 3128

  You should get a connection if squid is running,
  not connection refused.

  Check squid's cache.log for further error info , if any.
 
  M.


-- 

 'Time is a consequence of Matter thus
 General Relativity is a direct consequence of QM
 (M.E. Mar 2002)

Reply via email to