Hi there List, I'm trying to redirect all hosts in my intranet through a squid, that also runs the firewall box. Here ist the line I used for redirecting:
#****************************************************************************************************** FW_REDIRECT="198.201.201.0/24,0/0,tcp,80,8080" #******************************************************************************************************
I should work, but the only answer I get from my squid is this:
While trying to retrieve the URL: /
The following error was encountered: Invalid URL
Some aspect of the requested URL is incorrect. Possible problems: Missing or incorrect access protocol (should be `http://'' or similar) Missing hostname Illegal double-escape in the URL-Path Illegal character in hostname; underscores are not allowed
Your cache administrator is mbauer@in-sight.de.
What have I done wrong ? Ain't it possible to redirect normal traffic from port 80 to 8080 ?
thanks........
maX Bauer InSight Education GmbH 069 - 587098-90 mbauer@in-sight.de
You need to configure squid as a transparent proxy.
There is a HOWTO for this somewhere I think.
Ray
On Tue, 2002-07-02 at 11:04, mbauer@in-sight.de wrote:
Hi there List, I'm trying to redirect all hosts in my intranet through a squid, that also runs the firewall box. Here ist the line I used for redirecting:
#****************************************************************************************************** FW_REDIRECT="198.201.201.0/24,0/0,tcp,80,8080" #******************************************************************************************************
I should work, but the only answer I get from my squid is this:
While trying to retrieve the URL: /
The following error was encountered: Invalid URL
Some aspect of the requested URL is incorrect. Possible problems: Missing or incorrect access protocol (should be `http://'' or similar) Missing hostname Illegal double-escape in the URL-Path Illegal character in hostname; underscores are not allowed
Your cache administrator is mbauer@in-sight.de.
What have I done wrong ? Ain't it possible to redirect normal traffic from port 80 to 8080 ?
thanks........
maX Bauer InSight Education GmbH 069 - 587098-90 mbauer@in-sight.de
-- To unsubscribe, e-mail: suse-security-unsubscribe@suse.com For additional commands, e-mail: suse-security-help@suse.com Security-related bug reports go to security@suse.de, not here
Make sure that in /etc/squid/squid.conf you enable the following line and set it to "on"
httpd_accel_uses_host_header on
Avi
On Tuesday, July 2, 2002, at 04:04 , mbauer@in-sight.de wrote:
Hi there List, I'm trying to redirect all hosts in my intranet through a squid, that also runs the firewall box. Here ist the line I used for redirecting:
#************************************************************************
FW_REDIRECT="198.201.201.0/24,0/0,tcp,80,8080" #************************************************************************
I should work, but the only answer I get from my squid is this:
While trying to retrieve the URL: /
The following error was encountered: Invalid URL
Some aspect of the requested URL is incorrect. Possible problems: Missing or incorrect access protocol (should be `http://'' or similar) Missing hostname Illegal double-escape in the URL-Path Illegal character in hostname; underscores are not allowed
Your cache administrator is mbauer@in-sight.de.
What have I done wrong ? Ain't it possible to redirect normal traffic from port 80 to 8080 ?