Hi Thomas, I managed to get the squid service started (it was the n/w cable that was faulty!) - anyway I have configured squid & it works fine on the local machine but I cannot connect to the net on another WinME machine (I have configured this machine to connect through a proxy server in the Internet Explorer settings)- is there something that I am missing? Below is the configuration of my squid.conf file:-
#Recommended minimum configuration: auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours #Suggested default: refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 #Examples: #acl myexample dst_as 1241 #acl password proxy_auth REQUIRED #acl fileupload req_mime_type -i ^multipart/form-data$ #acl javascript rep_mime_type -i ^application/x-javascript$ #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_access allow all # Only allow cachemgr access from localhost #http_access allow manager localhost #http_access deny manager # Deny requests to unknown ports #http_access deny !Safe_ports # Deny CONNECT to other than SSL ports #http_access deny CONNECT !SSL_ports #http_access allow localhost #http_access deny all #Allow ICP queries from everyone icp_access allow all # Leave coredumps in the first cache dir coredump_dir /var/spool/squid I am using a ADSL connection & have setup PPP to connect & that works fine. Also I am using to connect to MSN messenger & that works fine but Yahoo messenger does'nt seem to connect! Any ideas on this? Thanks. -----Original Message----- From: Thomas Ristic [mailto:[EMAIL PROTECTED] Sent: 28 December 2004 10:46 AM To: Hansrod Cc: [email protected] Subject: Re: [squid-users] Re: Squid Error: No Running Copy Am Di, den 28.12.2004 schrieb Hansrod um 9:00: > Hi guys, > > I have installed Fedora Core 2 & squid with it. However squid does not > start-up, I have tried all the ways, even tried the mailing posts but they > suggest a .pid file missing, which I searched for using the 'ps' command yet > there is no trace of it in the system, I even did a file search, but > nothing! I have even re-installed the OS on another machine & also on the > same machine but still the problem persists. Can anyone help me on this? Are there any errors during the installation of the squid rpm? What ist the output of "/sbin/service squid start"? What is written to "/var/log/messages" during the execution of "/sbin/service squid start"? What is the output of "/sbin/service squid status" after the start? Maybe the fedora-users list would be a better place for questions like this anyways... Regards Thomas -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.5 - Release Date: 2004/12/26 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.296 / Virus Database: 265.6.6 - Release Date: 2004/12/28
