Koozali.org: home of the SME Server

SQUID!

Tyrone Miles

SQUID!
« 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!

Charlie Brady

Re: SQUID!
« Reply #1 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

Tyrone Miles

Re: SQUID!
« Reply #2 on: February 19, 2002, 02:52:04 AM »
Sorry to be so stupid, but that worked great! :) Thank you !