Well from the description it clearly says:Which means as default they're not mentioned in the configuration file, so if you want to use them, you need to write them in yourself...Default none
I installed squid from source code.
Its operatrional and running.
But when i want to enable Tranparent Proxy option , i cant find anthing like
Httpd_accel_port or
Httpd_accel_host
I am using Fedora 4 and squid 2.6 stable 6.
Any clue?????
regards
Well from the description it clearly says:Which means as default they're not mentioned in the configuration file, so if you want to use them, you need to write them in yourself...Default none
Don't worry Ma'am. We're university students, - We know what We're doing.
'Ruiat coelum, fiat voluntas tua.'Datalogi - en livsstil; Intet liv, ingen stil.
Hi,
Http_accel_Host
Http_accel_port
these are in the line number: 2175 / 2176
bye
Zmunawar, as of squid 2.6, these transparent proxy commands:
have been replaced with just this:Code:httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on
Check this "Controlling Web Access with Squid" link for more details.Code:http_port 3128 transparent
The configuration file in which these commands are located is:Between Squid versions, the files can have very different syntax and commands, so it is not a good idea to overwrite the configuration file of a new version with that of an older version of squid. This can cause fatal errors that will prevent squid from starting. If squid fails to start, check your /var/log/messages file and the files in /var/log/squid (especially /var/log/squid/squid.out) for errors that can help you pinpoint the source of your problems.Code:/etc/squid/squid.conf
It is a much better practice to use the default configuration file that comes with the new version of squid and modify it with the only the important additional commands that you need.
Bookmarks