here's my cache.log for a cache_peer listening on 81 (should be listening ! and it's not) ---------------------------------------------------- 2006/10/19 11:48:53| Starting Squid Cache version 2.6.STABLE3 for i386-debian-linux-gnu... 2006/10/19 11:48:53| Process ID 13332 2006/10/19 11:48:53| With 1024 file descriptors available 2006/10/19 11:48:53| Using epoll for the IO loop 2006/10/19 11:48:53| DNS Socket created at 0.0.0.0, port 32908, FD 6 2006/10/19 11:48:53| Adding nameserver 193.95.66.10 from squid.conf 2006/10/19 11:48:53| helperOpenServers: Starting 5 'squidAuth.sh' processes 2006/10/19 11:48:53| User-Agent logging is disabled. 2006/10/19 11:48:53| Referer logging is disabled. 2006/10/19 11:48:53| Unlinkd pipe opened on FD 16 2006/10/19 11:48:53| Swap maxSize 102400 KB, estimated 7876 objects 2006/10/19 11:48:53| Target number of buckets: 393 2006/10/19 11:48:53| Using 8192 Store buckets 2006/10/19 11:48:53| Max Mem size: 131072 KB 2006/10/19 11:48:53| Max Swap size: 102400 KB 2006/10/19 11:48:53| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec 2006/10/19 11:48:53| Rebuilding storage in /var/spool/squid (CLEAN) 2006/10/19 11:48:53| Using Least Load store dir selection 2006/10/19 11:48:53| Set Current Directory to /var/spool/squid 2006/10/19 11:48:53| Loaded Icons. 2006/10/19 11:48:54| Accepting accelerated HTTP connections at 192.168.3.28, port 3128, FD 18. 2006/10/19 11:48:54| Accepting ICP messages at 0.0.0.0, port 3130, FD 19. 2006/10/19 11:48:54| HTCP Disabled. 2006/10/19 11:48:54| WCCP Disabled. 2006/10/19 11:48:54| Configuring Parent 192.168.3.28/81/3130 2006/10/19 11:48:54| Ready to serve requests. 2006/10/19 11:48:54| Done reading /var/spool/squid swaplog (4 entries) 2006/10/19 11:48:54| Finished rebuilding storage from disk. 2006/10/19 11:48:54| 4 Entries scanned 2006/10/19 11:48:54| 0 Invalid entries. 2006/10/19 11:48:54| 0 With invalid flags. 2006/10/19 11:48:54| 4 Objects loaded. 2006/10/19 11:48:54| 0 Objects expired. 2006/10/19 11:48:54| 0 Objects cancelled. 2006/10/19 11:48:54| 0 Duplicate URLs purged. 2006/10/19 11:48:54| 0 Swapfile clashes avoided. 2006/10/19 11:48:54| Took 0.3 seconds ( 13.1 objects/sec). 2006/10/19 11:48:54| Beginning Validation Procedure 2006/10/19 11:48:54| Completed Validation Procedure 2006/10/19 11:48:54| Validated 4 Entries 2006/10/19 11:48:54| store_swap_size = 16k 2006/10/19 11:48:54| storeLateRelease: released 0 objects ---------------------------------------------------- On 10/19/06, Mark Elsen <mark.elsen@xxxxxxxxx> wrote:
> *Hello, > Am using an authentified acceleration squid-cache, here's a snapshot of > my squid.conf: > > ---------------------------------------- > ... > http_port 192.168.3.28:3128 vhost vport > ... > cache_peer 192.168.3.28 parent 80 3130 originserver > ... > ---------------------------------------- > > I think that's correct to fit my needs .. > It's not working, when trying to navigate over that proxy, i get the > default root page of the apache installed on the squid server, its > logic, port 80. > Trying to change the port 80 to port 81, did a netstat -an|grep 81 , > nothing :( > > anyone can help me ? thanks > * > Check cache.log when the peer starts. Watchout for any errors. M.