RE: [squid-users] HTTP PORT

From: Simon Meddings <simon.meddings@dont-contact.us>
Date: Tue, 17 Sep 2002 16:39:28 +0100

At 16:24 17/09/2002, Sadananda Rai wrote:
>http_port 1.2.3.4:80

is your server squid server running on IP 1.2.3.4 then??

>httpd_accel_host virtual

needs to be the hostname/ip addr of your Zope server

>httpd_accel_port 9080 (zope running on this)

>httpd_accel_with_proxy on

you dont need this on if your just running squid as an accelerator

>httpd_accel_uses_host_header on

you can switch this off too.

>httpd_accel_single_host on (Thax a lot........Yes it's working and now
>it's trying to contact zope. this entry was off in the squid.conf)
> One more thing is squid supports ssl(https)???? Any docs on how to
>configure.......??

httpd_accel_single_host on (needs to be on in your configuration!)

haven't gone into ssl yet - please read the squid FAQ.

Cheers
<Si>

>With regards
>Sadananda Rai
>
>-----Original Message-----
>From: Simon Meddings [mailto:simon.meddings@object1.com]
>Sent: Tuesday, September 17, 2002 8:42 PM
>To: Sadananda Rai; squid users
>Subject: RE: [squid-users] HTTP PORT
>
>
>also check squid.out & squid_cache.log too for info.
>
>DIRECT/1.2.3.4 doesn't look right
>
>what do you have set for the following values:
>httpd_accel_host
>httpd_accel_port
>httpd_accel_single_host
>httpd_accel_with_proxy
>httpd_accel_uses_host_header
>
>You are getting a connection to squid successfully on port:85 otherwise you
>wouldn't see the access denied in your
>browser (nor the info in your logs) but you still need to properly
>configure squid.
>I would suggest if you dont know what to put for the above values then read
>the FAQ again!
>
>Cheers
><Si>
>
>
>At 14:12 17/09/2002, you wrote:
> >.............U mean the access.log??.. This is what in access.log
> >
> >1032222986.626 2 1.2.3.5 TCP_NEGATIVE_HIT/403 1040 GET - NONE/-
> >text/html
> >1032223265.883 7 1.2.3.5 TCP_MISS/403 1006 GET http://abc.xyz.com:85-
> >NONE/- -
> >1032223265.889 2009 1.2.3.5 TCP_MISS/403 1033 GET http://abc.xyz.com:85-
> >DIRECT/1.2.3.4 text/html
> >1032223279.580 4 1.2.3.5 TCP_NEGATIVE_HIT/403 1041 GET
> >http://abc.xyz.com:85 - NONE/- text/html
> >1032223793.183 0 1.2.3.5 TCP_MISS/403 1006 GET http://abc.xyz.com:85 -
> >NONE/- -
> >1032223793.184 52 1.2.3.5 TCP_MISS/403 1033 GET http://abc.xyz.com:85 -
> >DIRECT/1.2.3.4 text/html
> >1032223811.403 1 1.2.3.5 TCP_NEGATIVE_HIT/403 1036 GET
> >http://abc.xyz.com:85 - NONE/- text/htm
> >
> >
> >
> >-----Original Message-----
> >From: Simon Meddings [mailto:simon.meddings@object1.com]
> >Sent: Tuesday, September 17, 2002 6:25 PM
> >To: Sadananda Rai
> >Subject: RE: [squid-users] HTTP PORT
> >
> >
> >At 13:50 17/09/2002, Sadananda Rai wrote:
> >
> > >After changing also I am getting same error.....
> >
> >...and what does the debug info in the logs say??
> >
> >
> >
> > >-----Original Message-----
> > >From: Simon Meddings [mailto:simon.meddings@object1.com]
> > >Sent: Tuesday, September 17, 2002 5:33 PM
> > >To: Sadananda Rai
> > >Cc: squid users
> > >Subject: RE: [squid-users] HTTP PORT
> > >
> > >
> > >At 12:25 17/09/2002, you wrote:
> > > >Yes, i changed the port as (1.2.3.4:85). But I get MISS HIT in
>access.log
> > > >and in web page it says as fallow.........
> > > >
> > > > ERROR
> > > >The requested URL could not be retrieved
> > > >
> > >
> >
> >---------------------------------------------------------------------------
> > >-
> > > >----
> > > >
> > > >While trying to retrieve the URL: http://xyz.abc.com:85
> > > >
> > > >The following error was encountered:
> > > >
> > > >Access Denied.
> > > >Access control configuration prevents your request from being allowed
>at
> > > >this time. Please contact your service provider if you feel this is
> > > >incorrect.
> > >
> > > >Your cache administrator is root.
> > >
> > >at least your getting a response from squid on port 85!
> > >Just need to check you acl to allow permission.
> > >(worst comes to worst and their's no security implications
> > >start off with the minimum and build up from there)
> > >
> > >acl www src 0.0.0.0/0.0.0.0
> > >http_access allow www
> > >
> > >up the debugging levels (debug_options ALL,9)
> > >and make sure your writing all the cache_logs
> > >(cache_log & cache_store_log)
> > >
> > >should help you to debug your problem.
> > >
> > >Cheers
> > ><Si>
> > >
> > >
> > >
> > >
> > >
> >
> >---------------------------------------------------------------------------
> > >-
> > > >----
> > > >Generated Mon, 16 Sep 2002 23:28:31 GMT by vision (Squid/2.4.STABLE1)
> > > >
> > > >================================= Sada
> > > >
> > > >-----Original Message-----
> > > >From: Simon Meddings [mailto:simon.meddings@object1.com]
> > > >Sent: Tuesday, September 17, 2002 4:41 PM
> > > >To: Sadananda Rai
> > > >Cc: squid-users@squid-cache.org
> > > >Subject: Re: [squid-users] HTTP PORT
> > > >
> > > >
> > > >At 12:05 17/09/2002, Sadananda Rai wrote:
> > > >
> > > > >Hello All
> > > > > I have configured squid as a accelerator for the zope
> > >WebPages.
> > > >It
> > > > >is
> > > > >working fine with default http port(80). Can any one help me in
> >changing
> > > > >this port to 85 or something. This is because I am running apache on
> >port
> > > >80
> > > > >which I can't take of as many web pages hosted through that. Will be
> > > > >expecting the solution as the earliest.......Thanks in advance.
> > > > >
> > > > >Sadananda Rai
> > > >
> > > >look for the http_port tag in squid.conf - should look something like:
> > > >http_port 1.2.3.4:85
> > > >
> > > >restart and your away.
Received on Tue Sep 17 2002 - 09:40:13 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:20 MST