Hi folks,
re: Setting Up A High-Availability Load Balancer (With Failover and Session Support) With HAProxy/Heartbeat On Debian Lenny
http://how2forge.net/setting-up-a-hi...n-debian-lenny
2 Preparing The Backend Web Servers
http1/http2
Code:
put these two lines into it (comment out all other CustomLog directives in your vhost configuration):
vi /etc/apache2/sites-available/default
[...]
SetEnvIf Request_URI "^/check\.txt$" dontlog
CustomLog /var/log/apache2/access.log combined env=!dontlog
Whether perform follows on /etc/apache2/sites-available/default
Code:
# CustomLog /var/log/apache2/access.log combined
SetEnvIf Request_URI "^/check\.txt$" dontlog
CustomLog /var/log/apache2/access.log combined env=!dontlog
TIA
B.R.
satimis
Recent comments
2 days 19 hours ago
3 days 4 hours ago
3 days 7 hours ago
3 days 8 hours ago
3 days 9 hours ago
3 days 11 hours ago
3 days 12 hours ago
3 days 14 hours ago
4 days 5 hours ago
4 days 6 hours ago