Results 1 to 3 of 3
hye again..
im trying to initialize my squid proxy server, then the warning below was shown..
007/11/07 08:57:24| parseConfigFile: line 4332 unrecognized: 'httpd_accel_with_proxy off'
2007/11/07 08:57:24| parseConfigFile: line 4333 unrecognized: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-06-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
can't Initialize cache in squid...
hye again..
im trying to initialize my squid proxy server, then the warning below was shown..
007/11/07 08:57:24| parseConfigFile: line 4332 unrecognized: 'httpd_accel_with_proxy off'
2007/11/07 08:57:24| parseConfigFile: line 4333 unrecognized: 'httpd_accel_uses_host_header off'
2007/11/07 08:57:24| parseConfigFile: line 4334 unrecognized: 'httpd_accel_single_host off'
FATAL: No port defined
Squid Cache (Version 2.6.STABLE4): Terminated abnormally.
CPU Usage: 0.004 seconds = 0.004 user + 0.000 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 1
can anybody tell what's wrOng?
thank yOu...
- 11-07-2007 #2
No Port Defined.. Well thats a bad error..
Anyhow, to fix that you need to do:
- Add http_port #### on the top (#### beeing a number of choice)
And:
'httpd_accel_with_proxy off'
'httpd_accel_uses_host_header off'
'httpd_accel_single_host off'
doesnt exist in Squid 2.6
Try:
Squid 2.6 Configuration Manual to configure Squid 2.6
- 11-08-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
ok..
i fixed it..
thank you...


Reply With Quote
