|
Lines 1771-1777
Link Here
|
| 1771 |
# # acls. |
1771 |
# # acls. |
| 1772 |
# |
1772 |
# |
| 1773 |
# acl aclname rep_mime_type mime-type1 ... |
1773 |
# acl aclname rep_mime_type mime-type1 ... |
| 1774 |
# # regex match against the mime type of the reply recieved by |
1774 |
# # regex match against the mime type of the reply received by |
| 1775 |
# # squid. Can be used to detect file download or some |
1775 |
# # squid. Can be used to detect file download or some |
| 1776 |
# # types HTTP tunelling requests. |
1776 |
# # types HTTP tunelling requests. |
| 1777 |
# # NOTE: This has no effect in http_access rules. It only has |
1777 |
# # NOTE: This has no effect in http_access rules. It only has |
|
Lines 2237-2243
Link Here
|
| 2237 |
# TAG: httpd_accel_single_host on|off |
2237 |
# TAG: httpd_accel_single_host on|off |
| 2238 |
# If you are running Squid as an accelerator and have a single backend |
2238 |
# If you are running Squid as an accelerator and have a single backend |
| 2239 |
# server set this to on. This causes Squid to forward the request |
2239 |
# server set this to on. This causes Squid to forward the request |
| 2240 |
# to this server, regardles of what any redirectors or Host headers |
2240 |
# to this server, regardless of what any redirectors or Host headers |
| 2241 |
# say. |
2241 |
# say. |
| 2242 |
# |
2242 |
# |
| 2243 |
# Leave this at off if you have multiple backend servers, and use a |
2243 |
# Leave this at off if you have multiple backend servers, and use a |