Petr Gajdos
955adce8b6
Changes needed to get apache2.4 started on sles11 or other not systemd systems OBS-URL: https://build.opensuse.org/request/show/514237 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=521
85 lines
1.4 KiB
Plaintext
85 lines
1.4 KiB
Plaintext
/var/log/apache2/access_log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
prerotate
|
|
/etc/init.d/apache2 check-reload
|
|
endscript
|
|
postrotate
|
|
/etc/init.d/apache2 reload
|
|
endscript
|
|
}
|
|
|
|
/var/log/apache2/error_log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
prerotate
|
|
/etc/init.d/apache2 check-reload
|
|
endscript
|
|
postrotate
|
|
/etc/init.d/apache2 reload
|
|
endscript
|
|
}
|
|
|
|
/var/log/apache2/suexec.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
prerotate
|
|
/etc/init.d/apache2 check-reload
|
|
endscript
|
|
postrotate
|
|
/etc/init.d/apache2 reload
|
|
endscript
|
|
}
|
|
|
|
/var/log/apache2/ssl_request_log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
prerotate
|
|
/etc/init.d/apache2 check-reload
|
|
endscript
|
|
postrotate
|
|
/etc/init.d/apache2 reload
|
|
endscript
|
|
}
|
|
|
|
/var/log/apache2/ssl_engine_log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 644 root root
|
|
prerotate
|
|
/etc/init.d/apache2 check-reload
|
|
endscript
|
|
postrotate
|
|
/etc/init.d/apache2 reload
|
|
endscript
|
|
}
|