diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-03 12:55:09 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-08-03 12:57:46 +0000 |
| commit | 067aef21abcefcef888a7c72ccf4d1ee4e787a78 (patch) | |
| tree | 61db84986f00304b9f6a10ffde0f2e253c0973ff /testing/apache/apache2.logrotate | |
| parent | ee389ee87635e6b433dbaaab6a3b4e17ec98b0bc (diff) | |
| download | aports-067aef21abcefcef888a7c72ccf4d1ee4e787a78.tar.bz2 aports-067aef21abcefcef888a7c72ccf4d1ee4e787a78.tar.xz | |
testing/apache: new aport
A high performance Unix-based HTTP server
http://httpd.apache.org/
Diffstat (limited to 'testing/apache/apache2.logrotate')
| -rw-r--r-- | testing/apache/apache2.logrotate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/apache/apache2.logrotate b/testing/apache/apache2.logrotate new file mode 100644 index 0000000000..1264341468 --- /dev/null +++ b/testing/apache/apache2.logrotate @@ -0,0 +1,7 @@ +/var/log/apache2/*log { + postrotate + if /etc/init.d/apache2 status; then + /etc/init.d/apache2 reload --quiet || true + fi + endscript +} |
