Hi,

At 02.53 29/01/2009, Keerthan jai.c wrote:
hi,
i am having a few problems with squid in windows seven
i am using squid-3.0.STABLE11-RC1-bin
firstly squid starts only in compatibility mode(im using windows vista
compatibility mode)

I think that test an experimental Squid build on the first beta of a new OS is a bad thing ...

Currently Squid doesn't Support Windows 7 and there is no Squid version tested on it. Only future 2.x version will include it, while 3.x Windows development is still stopped.

Please run your tests on a supported OS.

Regards

Guido

squid service dosent start .. it just says starting but never starts

thirdly squid does not store any cache

here is my squid.conf

http_port 127.0.0.1:3128
icp_port 0
htcp_port 0
#
#
cache_dir ufs c:/squid/var/cache 3000 16 256
redirect_program c:/Perl/bin/perl.exe c:/squid/adzap/scripts/squid_redirect.pl
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443         # https
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 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
#
cache_peer 10.1.1.20 parent 8080 0 no-query proxy-only round-robin
cache_peer 10.1.1.24 parent 8080 0 no-query proxy-only round-robin
never_direct allow all
never_direct allow CONNECT
access_log c:/squid/var/logs/access.log squid
cache_log c:/squid/var/logs/cache.log
cache_store_log c:/squid/var/logs/store.log
mime_table c:/squid/etc/mime.conf
pid_filename c:/squid/var/logs/squid.pid
unlinkd_program c:/squid/libexec/unlinkd.exe
visible_hostname localhost

thank you


-
========================================================
Guido Serassio
Acme Consulting S.r.l. - Microsoft Certified Partner
Via Lucia Savarino, 1           10098 - Rivoli (TO) - ITALY
Tel. : +39.011.9530135  Fax. : +39.011.9781115
Email: guido.seras...@acmeconsulting.it
WWW: http://www.acmeconsulting.it/

Reply via email to