Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Tyrone Miles on February 17, 2002, 02:56:25 AM

Title: SQUID!
Post by: Tyrone Miles on February 17, 2002, 02:56:25 AM
I restarted squid and put in these commands to redirect traffic back through squid:

/sbin/e-smith/db configuration setprop squid Transparent yes
/sbin/e-smith/signal-event remoteaccess-update

Now all I get are these errors!

ERROR
The requested URL could not be retrieved

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 admin@teesco.com .

Generated Sat, 16 Feb 2002 23:38:39 GMT by linux.teesco.com (Squid/2.3.STABLE4)

It's crazy! What am I doing wrong! HELPPPPP!
Title: Re: SQUID!
Post by: Charlie Brady on February 18, 2002, 02:09:42 AM
Tyrone Miles wrote:

> I restarted squid and put in these commands to redirect
> traffic back through squid:
>
> /sbin/e-smith/db configuration setprop squid Transparent yes
> /sbin/e-smith/signal-event remoteaccess-update
>
> Now all I get are these errors!
>
> ERROR
> The requested URL could not be retrieved
>
> While trying to retrieve the URL:
> The following error was encountered:
> ?   Invalid URL

"signal-event remoteaccess-update" only reconfigured the packet filter to transparently pass web requests into squid. You may also need to ensure that squid is reconfigured and restarted so that it accepts the transparent proxy requests. You can do that using:

/sbin/e-smith/signal-event console-save

Regards

Charlie
Title: Re: SQUID!
Post by: Tyrone Miles on February 19, 2002, 02:52:04 AM
Sorry to be so stupid, but that worked great! :) Thank you !