Merge lp:~dweaver/orange-box/orange-box-opening-squid-ports into lp:orange-box

Proposed by Darryl Weaver
Status: Merged
Merged at revision: 409
Proposed branch: lp:~dweaver/orange-box/orange-box-opening-squid-ports
Merge into: lp:orange-box
Diff against target: 18 lines (+4/-1)
1 file modified
usr/lib/orange-box/inc/squid.conf (+4/-1)
To merge this branch: bzr merge lp:~dweaver/orange-box/orange-box-opening-squid-ports
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+228930@code.launchpad.net

Description of the change

Opening up squid ports for full proxying capability needed for Juju proxying to be enabled.
Changed squid3 cache directory so it is separate from squid-deb-proxy cache directory.
This is done to help prevent cache corruption and aid debugging.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/lib/orange-box/inc/squid.conf'
2--- usr/lib/orange-box/inc/squid.conf 2014-07-17 03:28:32 +0000
3+++ usr/lib/orange-box/inc/squid.conf 2014-07-30 19:17:02 +0000
4@@ -1,5 +1,8 @@
5 acl SSL_ports port 443
6 acl Safe_ports port 80
7+acl Safe_ports port 443
8+acl Safe_ports port 21
9+acl Safe_ports port 1025-65535
10 acl CONNECT method CONNECT
11 http_access deny !Safe_ports
12 http_access deny CONNECT !SSL_ports
13@@ -18,4 +21,4 @@
14 minimum_object_size 0 MB
15 maximum_object_size 512 MB
16 maximum_object_size_in_memory 64 MB
17-cache_dir aufs /var/cache/squid-deb-proxy 40000 16 256
18+cache_dir aufs /var/spool/squid3 40000 16 256

Subscribers

People subscribed via source and target branches