Project

General

Profile

Actions

Bug #224

closed

Squid enable transparent proxy did not create redirect rule

Added by Ker Ruben Ramos over 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Squid
Target version:
-
Start date:
12/15/2009
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
2.0
Affected Plus Version:
Affected Architecture:

Description

Squid enable transparent proxy did not create redirect rule.

Actions #1

Updated by Paulo Coimbra over 14 years ago

I observed, if is installed squid3 package the following line at /etc/inc/filter.conf need to be changed to create the proper rdr rule.
From:
if (is_package_installed('squid') && file_exists('/usr/local/pkg/squid.inc')) {

To:
if (is_package_installed('squid3') && file_exists('/usr/local/pkg/squid.inc')) {
or
if ( (is_package_installed('squid') || is_package_installed('squid3')) && file_exists('/usr/local/pkg/squid.inc')) {

Actions #2

Updated by Paulo Coimbra over 14 years ago

Paulo Coimbra wrote:

I observed, if is installed squid3 package the following line at /etc/inc/filter.inc need to be changed to create the proper rdr rule.
From:
if (is_package_installed('squid') && file_exists('/usr/local/pkg/squid.inc')) {

To:
if (is_package_installed('squid3') && file_exists('/usr/local/pkg/squid.inc')) {
or
if ( (is_package_installed('squid') || is_package_installed('squid3')) && file_exists('/usr/local/pkg/squid.inc')) {

Actions #3

Updated by Jim Pingle about 14 years ago

  • Category set to Squid
  • Status changed from New to Feedback
  • % Done changed from 0 to 100
  • Affected Version set to 2.0

This is fixed now. There was a bug in how package rules were being loaded. Ermal committed a fix earlier this week.

Actions #4

Updated by Chris Buechler about 14 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF