]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blob - apache1-mod_ssl.logrotate
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'.
[packages/apache1-mod_ssl.git] / apache1-mod_ssl.logrotate
1 /var/log/httpd/ssl_engine_log {
2     olddir /var/log/archiv/httpd
3     postrotate
4         /bin/killall -HUP httpd
5     endscript
6 }
7
8 /var/log/httpd/ssl_request_log {
9     olddir /var/log/archiv/httpd
10     postrotate
11         /bin/killall -HUP httpd
12     endscript
13 }
This page took 0.03154 seconds and 3 git commands to generate.