Linux / UNIX Tech Support Forum
This is a discussion on Squid transparent proxy in ubuntu within the Ubuntu / Debian forums, part of the Linux Distribution category; HI All, I need to setup Squid as transparent proxy in ubuntu 8.04. could any one help me with configuration ...
|
|||||||
| Ubuntu / Debian Discussion about Debian or Ubuntu Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
HI All,
I need to setup Squid as transparent proxy in ubuntu 8.04. could any one help me with configuration file or how to make this working Note: I am installing squid3. |
| Sponsored Links | ||
|
|
|
|||
|
vi /etc/squid/squid.conf
Modify or add following squid directives: httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on acl lan src 192.168.1.1 192.168.2.0/24 http_access allow localhost http_access allow lan do u have its like this ? Regards unixmen.net Team |
|
|||
|
I am getting below error in Ubuntu 8.04 64bit Server.
2007/10/10 00:49:24| parseConfigFile: line 1 unrecognized: 'httpd_accel_port 80' 2007/10/10 00:49:24| parseConfigFile: line 2 unrecognized: 'httpd_accel_host virtual' 2007/10/10 00:49:24| parseConfigFile: line 3 unrecognized: 'httpd_accel_port 80' 2007/10/10 00:49:24| parseConfigFile: line 4 unrecognized: 'httpd_accel_with_proxy on' how to resolve this issue? -Bala |
|
|||
|
If you're using squid 3 and you don't need the ff to insert to the squid.conf:
httpd_accel_port 80 httpd_accel_host virtual httpd_accel_with_proxy on you have to set the ff: http_port 3128 transparent (if you compiled the squid with transparency. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Squid 2.6 transparent proxy? | alex.inoa | Networking, Firewalls and Security | 5 | 30-10-2007 03:41 AM |
| Outlook with Squid transparent Proxy | bubloob_13 | Networking, Firewalls and Security | 0 | 16-09-2007 02:37 PM |
| Restrict number of simultaneous proxy connections in SQUID proxy | pkvmreddy | Getting started tutorials | 1 | 15-06-2007 03:52 PM |
| transparent squid proxy authentication | chiku | Linux software | 1 | 27-04-2007 04:58 PM |
| Squid proxy authentication in transparent mode howto | charvi | Linux software | 1 | 14-01-2007 12:55 AM |