niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Apps » Squid
making squid not cache specific web sites
Post new topic   Reply to topic Page 66 of 66 [983 Posts] View previous topic :: View next topic
Goto page:  Previous  1, 2, 3, ..., 64, 65, 66
Author Message
Dirk
*nix forums addict


Joined: 03 Apr 2005
Posts: 61

PostPosted: Thu Jul 06, 2006 5:59 am    Post subject: Re: [squid-users] squid dns problem Reply with quote

In ipcop are 2 resolv.conf, one in /etc and the the other in /var/ipcop/red.
The one in /var/ipcop/red is updated by the connection to the ISP.

Why isn't here an update to /etc/resolv.conf at the same time?

Dirk


Quote:
ons 2006-07-05 klockan 18:08 +0700 skrev dny:
i have this weird problem with squid on a clean install ipcop 1.4.10

there are lots of website give out error:
The dnsserver returned:
No DNS records

ping to the domain from ipcop box gives unknown host error.

but, when i ping the domain name from client pc, it gives out good reply.
and when i disable the proxy, the website opened up fine.

Most likely the two is using different DNS servers. The one used by the
clients working, but the one used by Squid & ipcop broken...
check /etc/resolv.conf.

Regards
Henrik
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
IPCop-user mailing list
IPCop-user-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/ipcop-user


= = = = = = = = = ========= = = = = = = = = = =

Dirk
dirk-CWa3ahdiOKprRZJ7SnVzDQ@public.gmane.org
06.07.2006



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Back to top
John Walubengo
*nix forums beginner


Joined: 05 May 2005
Posts: 17

PostPosted: Mon Jul 10, 2006 5:47 am    Post subject: RE: HowDo I: Get Date stamp on the access.log Reply with quote

Thanx Geoff.

U have given me exactly what I needed; a step by step
solution aka the 'dummy's version' Wink.

thanx alot.

walu.

--- Geoff Varney <geoff.varney@esd112.org> wrote:

Quote:
John,
Here are the files if you're interested.

Geoff

-----Original Message-----
From: John Walubengo [mailto:jwalu@yahoo.com]
Sent: Friday, July 07, 2006 1:39 AM
To: Guido Serassio; Laurent Marc 00
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] HowDo I: Get Date stamp on the
access.log

Below is my sample access.log data:

1152258629.089 23364 172.16.32.80 TCP_MISS/200 4625 GET
http://www.pcreview.co.uk/template/vbulletin.css student
DIRECT/70.86.33.18 text/css

1152258629.261 2792 172.16.32.80 TCP_MISS/200 2570 GET
http://www.htmlgoodies.com/css/starlight/star-light.css
student DIRECT/63.236.73.67 text/css


It is basically the default log; how can i get it to show
the date:time stamp so that I get to know WHEN the users
accessed these sites?

walu.


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
around
http://mail.yahoo.com



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Back to top
Richard Steven
*nix forums beginner


Joined: 15 Jul 2005
Posts: 2

PostPosted: Tue Jul 18, 2006 10:05 am    Post subject: rd_steven@hotmail.com Reply with quote

unsubscribe
Back to top
Henrik Nordstrom
*nix forums Guru


Joined: 01 Feb 2005
Posts: 2377

PostPosted: Tue Jul 18, 2006 8:43 pm    Post subject: Re: Help me !. Problem whit Squid 2.5 - commBind: Cannot bind socket FD 11 Reply with quote

tis 2006-07-18 klockan 15:23 -0500 skrev Raul Lapitzondo:

Quote:
linux squid[15990]: commBind: Cannot bind socket FD 11 to
192.168.0.1:3128: (99) Cannot assign requested address

This generally indicates 192.168.0.1 is not an IP address assigned on
your network interface..

Check your http_port settings, and make sure it matches what you expect.

Regards
Henrik
Back to top
Henrik Nordstrom
*nix forums Guru


Joined: 01 Feb 2005
Posts: 2377

PostPosted: Tue Jul 18, 2006 9:05 pm    Post subject: RE: Re: imp--- help required for making squid transparent. Reply with quote

tis 2006-07-18 klockan 20:56 +0000 skrev shoaib akbar:
Quote:
Here is my Squid.conf file...

but when i want to act this proxy as transparent , it gives TCP_MISS/503 error in its access.log file.

http://www.squid-cache.org/mail-archive/squid-users/200607/0023.html

http://www.squid-cache.org/bugs/show_bug.cgi?id=1650
http://www.squid-cache.org/Versions/v2/2.6/changesets/10801.patch

Regards
Henrik
Back to top
Henrik Nordstrom
*nix forums Guru


Joined: 01 Feb 2005
Posts: 2377

PostPosted: Tue Jul 18, 2006 9:31 pm    Post subject: RE: Re: imp--- help required for making squid transparent. Reply with quote

tis 2006-07-18 klockan 21:28 +0000 skrev shoaib akbar:
Quote:
can anybody help me to apply the patch mentioned below to my squid configuration.

http://www.squid-cache.org/Versions/v2/2.6/changesets/10801.patch

cd squid-2.6.STABLE1
patch -p1 <../10801.patch
../configure etc as usual when building Squid.

Alternatively you can grab the nighly snapshot release which includes
this bugfix and numerous other bugfixes since 2.6.STABLE1 was released,
or wait for 2.6.STABLE2 which shouldn't be far away..

Regards
Henrik
Back to top
Henrik Nordstrom
*nix forums Guru


Joined: 01 Feb 2005
Posts: 2377

PostPosted: Tue Jul 18, 2006 10:01 pm    Post subject: Re: Re: imp--- help required for making squid transparent. Reply with quote

ons 2006-07-19 klockan 02:53 +0500 skrev shoaib akbar:
Quote:
The patching option didn't solve my problem.
kindly tell me about the second option, what do you mean by nightly
snapshot.

See http://www.squid-cache.org/Versions/v2/2.6/

Regards
Henrik
Back to top
Henrik Nordstrom
*nix forums Guru


Joined: 01 Feb 2005
Posts: 2377

PostPosted: Tue Jul 18, 2006 10:46 pm    Post subject: RE: Re: Re: imp--- help required for making squid transparent. Reply with quote

tis 2006-07-18 klockan 22:19 +0000 skrev shoaib akbar:
Quote:
i have installed Squid Cache: Version 2.6.STABLE1-20060718 , but this also isn;t working.
is there still any other possiblity

Works in many other installations..

what happens?

any errors in cache.log?

any errors shown in the browser? (if using IE, make sure to disable
"user friendly errors" before responding.. the IE internal error
substitution pages is not of any use to anyone)

Regards
Henrik
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 66 of 66 [983 Posts] Goto page:  Previous  1, 2, 3, ..., 64, 65, 66
View previous topic :: View next topic
The time now is Mon Dec 01, 2008 10:13 pm | All times are GMT
navigation Forum index » Apps » Squid
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Postfix relay to specific domain and to everybody else golgotha Postfix 0 Thu Oct 23, 2008 11:11 pm
No new posts Insert header and footer in every page served by squid ehmedk Squid 0 Tue Apr 22, 2008 6:16 pm
No new posts Relay for specific recipients jvernice Postfix 0 Mon Sep 17, 2007 6:21 pm
No new posts Urgent and imp. Making Squid 2.6 stable as tranpsarent proxy SHERDIL Squid 0 Thu Aug 03, 2006 11:18 am
No new posts Help required for making squid 2.6 stable 2 transparent SHERDIL Squid 0 Tue Aug 01, 2006 6:55 am

Remortgages | Adverse Credit Remortgage | Problem Mortgage | Debt Consolidation | Free Cingular Ringtones
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 28.0022s ][ Queries: 16 (27.6183s) ][ GZIP on - Debug on ]