Squid: The Definitive Guide
| < Day Day Up > |
| httpd_accel_port |
This is the TCP port number to which accelerated/intercepted requests are sent. In most cases, you should leave it set to port 80. If you are accelerating/intercepting more than one port, set it to . That is similar to the virtual setting for httpd_accel_host .
| Syntax | httpd_accel_port port-number |
| Default | httpd_accel_port 80 |
| Example | httpd_accel_port 0 |
| Related | httpd_accel_host , httpd_accel_single_host , httpd_accel_with_proxy , httpd_accel_uses_host_header |
| < Day Day Up > |