Server :: Squid Not Show TCP_REFRESH_HIT In Log File?

Mar 16, 2011

I am running squid 2.6 (as proxy server) in cent os 5. When I use the following command I see

Code:
#tail -f /var/log/squid/access.log
i can always see
TCP_MISS
TCP_REFRESH_MISS
TCP_CLIENT_MISS

which means that the client computer does not gain web pages from squid cache. If the client gain access gain then there should be

TCP_HIT,
TCP_REFRESH_HIT
TCP_REFRESH_HIT/200

but unfortunately I can not see this message There is no problem with the client side and they are happy but being a system admin it is a serious thing that why there is no chance to see TCP_REFRESH_HIT. The squid cache size is only 2GB.

View 1 Replies


ADVERTISEMENT

Server :: Stop Squid Before Executing Crontab File?

Mar 14, 2011

I am using squid 2.6 on my cent os 5 .I want to shutdown the system at 7:00 pm for that purpose I write in# crontab -e 0 19 * * * /sbin/shutdown -h nowThe thing which I want to clear that when the system will going to turn off it will also stop squid service? If not then how can I automatically stop squid service and then crontab file execute

View 6 Replies View Related

Server :: Squid And Apache2 - Http_access All Deny At The End Of The File - Allow External Petitions To Web?

Nov 11, 2010

I have a server running both apache2 (default port) and squid (3128 port) I set an squid ACL so my LAN 192.168.1.0 gets filtered. ok all works fine except for external web petitions. When i try to access my web server from the outside, using my public ip, i get a SQUID DENIED. i guess that is because in squid ACL's there is something like: http_access all deny at the end of the file. How can i allow external petitions to my web?

View 4 Replies View Related

Server :: Tools - Squid Accounts - To Create - Change - Modify Users Of Squid And To View Their Logs

May 23, 2010

My squid server works fine in fedora 11 system . Is there any web like interface for admins to create,change,modify users of squid and to view their logs.

View 1 Replies View Related

CentOS 5 Server :: Squid Proxy Configuration SQUID 2.6.STABLE21

Jan 17, 2011

I would like to ask some help and tutorial for setting up and how to configure squid proxy server in my (Home PC Server). I am a newbie in Linux Centos. I already installed in my system the CentOS 5.5 . Now, I want to configure it as my internet server, all of my 4 system running in Windows including the laptop I want to connect through my CentOS pc with username authentication. I assign all IP address by static. see tthe attachement in my set up. [url] I just want to know what I need to change and add in my squid config file. And how can I configure properly my CentOS with 2 LAN card as internet server.

View 1 Replies View Related

Ubuntu Networking :: Squid Error - Unable To Open Configuration File / No Such File Or Directory

Jan 6, 2010

my squid show like this when i try create swap directory

[Code]....

View 2 Replies View Related

Server :: Squid Accepts Only HTTP Requests But Speaks FTP On The Server Side?

Apr 26, 2011

Here is my query:

Squid document says that Squid accepts only HTTP requests but speaks FTP on the server side when FTP object are requested.

We call Squid HTTP and FTP caching proxy server. Does it also caches FTP contents? Is it possible to configure FTP clients to use Squid cache? When we make an FTP request to an FTP site via Squid will it be bypassed?

View 5 Replies View Related

Server :: Make Squid 2.6 Stable As Transparent Proxy Server?

Dec 22, 2010

I want to make a transparent squid proxy server in centos. The squid proxy version is 2.6 stable. I made a normal squid server but want to make it transparent so that users do not need to enter the proxy settings in web browser. Even i searched about this on google but not getting it properly.I have two lan cards on centos system. ETH1 used for LAN and ETH2 used for WAN. And in this squid.conf i written "http_port 172.16.31.1:3128 transparent" and i also added a rule in iptables which is "iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT --to-port 3128" but still i have to enter proxy settings at client's web browser to use internet

View 4 Replies View Related

Server :: Installing And Configuring Transparent Squid Server On Centos5.4?

Sep 17, 2010

I would like to install and configure Transparent squid proxy on a gateway server ,but i dont have a local OR intranet DNS server.I am facing issues do that ,regard .My IP series is 192.168.1.1/24

View 5 Replies View Related

Server :: Installing Squid On A CPanel Server - URI::URL Dependency Already Installed?

Jan 12, 2010

I know this seems obvious but i'm stuck. I'm trying to install squid via the command "yum install squid" and here is the output:Quote:

Setting up Install Process
Setting up repositories
update 100% |=========================| 951 B 00:00

[code]....

View 1 Replies View Related

General :: Where Is Time On Squid Log File

Apr 5, 2011

I viewed a squid log file and I am confused on what the following 13 digits indicate..../var/log/dansguardian/access.log:"1301956620.901".

View 2 Replies View Related

Server :: Squid Reverse Proxy Server ?

Jul 22, 2011

I have done configuration of webserver and i want it to pick some information from application server,but i don want people to see that application server,please can someone tell me in detail on how to setup squid reverse proxy server so that each time people want to access my servers they can just see one server,i mean one server must act as a loadbalancer to other servers,let say a sum of up to three servers.I am using redhat 5 servers with apache 2,and squid version that i have is 2.6.

View 5 Replies View Related

Networking :: Download Torrent File Through Squid?

Nov 25, 2008

i am using squid proxy server in my office but i cant download torrent file from client usnig bittorrent. bitorrent may use port 6881 to 6889. but i dont know how and where to put this port numbers in squid to download torrent files.

View 1 Replies View Related

General :: Egrep In Squid Log File On Timestamp

Oct 19, 2010

I want to egrep or a grep in the squid log file .. from this time 1287483952.440 to '1287483452.440, how can I do it.

View 3 Replies View Related

General :: Squid Uploaded File List?

Aug 10, 2010

I am using endian firewall 2.4 and squid 2.6, everything is working fine for me. In squid report i am getting download list by user or IP based. Now my question is, is this possible to get user based uploaded file using HTTP POST. Is there any configuration have to be done is squid.conf, if answer is yes then please give me the what is configuration i have to give. Example: if suppose user uploading a image file into facebook.com, i want to track the file name and which IP address and then where its uploaded.

View 1 Replies View Related

General :: TCP_HIT And TCP_MISS In Squid Log File ?

Mar 7, 2011

I am running squid 2.6 In the

Code:
#tail -f /var/log/squid/access.log
i can see
TCP_HIT/200
TCP_REFRESH_HIT/200
TCP_MISS/200

Kindly guide me about it what mean by TCP_HIT,TCP_REFRESH_HIT and TCP/MISS ?

View 1 Replies View Related

Software :: Analyze Squid Access Log File?

Jun 18, 2011

I need to analyze the squid access log file for the purpose of my research.For that I need to obtain some correlation among time and the web site visited, machine ip and the web site name etc.It's better if I can draw a graph by analyzing the log file . I found some log analyzers but it didnt provide this.I need to obtain some cor-relation from this log file .

View 1 Replies View Related

General :: Squid Access / Permission Denied Error From Squid Occur?

Dec 29, 2010

I am using squid to controlling access to the internet all is working fine expect one of the user who is using outside organization portal to connect internet. But whenever he tries to enter in the portal by typing (EXAMPLE)url. Permission denied error from squid occur.

How can i allow this portal in squid. So squid will allow this to access.

View 1 Replies View Related

Ubuntu Servers :: Apt - Get File Size Mismatch Due To SQUID?

Sep 9, 2010

I am trying to get apt-get to work on a server thats behind a squid proxy server.I have added exections in squid.conf to allow all on [URL]..apt-get can find updates but when it try's to download/install I get

Code:
Failed to fetch http://gb.archive.ubuntu.com/ubuntu/pool/main/g/gdebi/gdebi_0.6.0ubuntu2_all.deb Size mismatch
if I
Code:
wget http://gb.archive.ubuntu.com/ubuntu/pool/main/g/gdebi/gdebi_0.6.0ubuntu2_all.deb
it works..

View 1 Replies View Related

Security :: Deny Download Some File Types On Squid?

Nov 15, 2010

How to deny download some file types on squid ?

I tried below in my squid.conf

acl blockfiles urlpath_regex -i "/etc/squid/src/blockfiles"
http_access allow localnet freesites !blockfiles

and in my /etc/squid/src/blockfiles

.[Ee][Xx][Ee]$
.[Aa][Vv][Ii]$
.[Mm][Pp][Gg]$
.[Mm][Pp][Ee][Gg]$
.[Mm][Pp]3$
.[Rr][Aa][Rr]$

I still able to download

View 2 Replies View Related

Ubuntu :: Looking To Set-up A Squid Server?

Feb 7, 2010

I'm looking to set-up a squid server. Are there any good tutorials out there for this?

View 1 Replies View Related

Server :: FTP Access Through Squid?

May 24, 2011

i m using squid for internet sharing, i am facing problem while accessing public ftp, therer is no problem in accessing local ftp, but if try to access public ftp like ftp://125.125.20.2 i am getting error

' An FTP authentication failure occurred while trying to retrieve the URL: ftp://125.125.20.3/

Squid sent the following FTP command:

PASS <yourpassword>and then received this reply User anonymous cannot log in.Your cache administrator is root.'

if i try to access local ftp ' ftp://10.185.200.12' getting no error

View 1 Replies View Related

Server :: How To Setup Squid

Mar 10, 2011

What is the command for installing squid?
Which distribution is needed? linux server?

View 3 Replies View Related

Server :: How To Tell Squid To Use ISA Proxy

Jul 25, 2011

i want to setup squid proxy server at my home. my service provider has ISA server install on its machine. in windows as a client we have to enter proxy settings manually to IE and firefox. but now in squid where i have to define to use this proxy settings. and what about /etc/resolv.conf . my service provider's connection settings are stated as under.:

IP ADDR= 192.168.1.x
subnet mask=255.255.255.0
Proxy= 192.168.1.1 port= 8080

View 1 Replies View Related

Server :: Get A Cheap VPS And Set Up Squid ?

Aug 16, 2011

I'm looking for VPS provider in the US. I'm just trying to get around geo-location restrictions and I figured that the easiest way would be to get a cheap VPS and set up squid. (I'm planning on sharing it with a few friends) Anybody has any experience with any VPS providers?

View 2 Replies View Related

Server :: Need Software Like Squid

Jun 20, 2010

I'm trying to configure a squid server on CentOS 5.4.
It's really good but I think is there any squid alternative.

Is there any software like squid?

View 7 Replies View Related

General :: Squid-proxy-your Cache Is Running Out Of File Discriptor?

May 16, 2011

im using a lease line on real ip for internet connection in my office.i have shared my internet conetion with a squid 2.6 stable6. i m having almost 200 pc in my office.since last few days my squid is creating a problem.as soon as i restart it ,it work fine but after a few minute it becomes extremely slow ..it almost dies.when i go to its cache log i found the error that your cache is running out of file descriptor...once i increased the no of file descrptor from 1024 to 4028 , the problem temporaily sorted out but after a few days same problem is repetaed ....and still the problem exist

View 3 Replies View Related

Networking :: Regarding Squid Server Configuration

Jun 11, 2011

I have 10 systems on my network and I have centos5.5 installed on server. All other clients are on WinXP. I am using squid server to share internet on my network.Problem is: whenever an user trying to open a website through squid server, it opens too slow, but if same user tries to open same website by passing squid server, it opens 3 times faster. Downloading speed is same in both scenario. Only buffering speed is slow through squid.

View 1 Replies View Related

General :: Want To Configure SQUID Server?

Dec 20, 2010

I am using Red Hat Linux and i want to to configure SQUID server on it. The server has two Lan cards.WAN eth0 192.168.1.200LAN eth1 192.168.1.210 I have a static IP from my ISP. In my private network i have 40 computers running windows xp and fedora ,ubuntu as a destop pc's from range of 192.168.1.10 to 192.168.1.40 In my server computer I can brows internet because it is directly connected with the ISP.For configuring squid should I first make this computer as a gatewat by packet forwarding i.e # echo 1 > /proc/sys/net/ipv4/ip_forwardand then configure for squid server

View 1 Replies View Related

Server :: Acl Dst_as, With Cache_peer_access On Squid?

May 22, 2011

I need to send requests for certain resources through another SQUID I have the following configuration of the SQUID cache_peer foo.bar parent 3128 3130 proxy-only default

acl kaznet dst_as 9198
cache_peer_domain foo.bar
cache_peer_access foo.bar deny kaznet
always_direct allow kaznet

However, squid does not pay attention and sends all requests through a parent proxy.What am I doing wrong?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved