Sie sind auf Seite 1von 1

1. Debian 7.

8 Operating system Installation and


Reverse Proxy Configuration

root@prox:~# nano /etc/squid3/squid.conf


# near line 1217: add ( allow all http access )
http_access allow all
# line 1618: specify backend Web server
http_port 80 accel defaultsite=www.srv.world
# line 2811: add
cache_peer 10.0.0.31 parent 80 0 no-query originserver
# line 2951: add (memory cache size)
cache_mem 256 MB
# line 3240: add
# number means [disk cache size] [number of directories on top level] [number of
directories on 2nd level]
cache_dir ufs /var/spool/squid3 256 16 256
# line 5190: add (define hostname)
visible_hostname prox.srv.world
root@prox:~# systemctl restart squid3

Das könnte Ihnen auch gefallen