Last change
on this file since 2802 was
2764,
checked in by adehnert, 7 years ago
|
Log scripts/~username accesses (Scripts-#391)
|
File size:
852 bytes
|
Rev | Line | |
---|
[2379] | 1 | /home/logview/*log { |
---|
[1323] | 2 | rotate 0 |
---|
| 3 | daily |
---|
| 4 | missingok |
---|
| 5 | notifempty |
---|
[1800] | 6 | create 640 root logview |
---|
[1323] | 7 | sharedscripts |
---|
| 8 | postrotate |
---|
| 9 | /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true |
---|
| 10 | endscript |
---|
[152] | 11 | } |
---|
[1319] | 12 | |
---|
[2669] | 13 | /var/log/httpd/suexec_log { |
---|
[2379] | 14 | rotate 0 |
---|
| 15 | daily |
---|
| 16 | missingok |
---|
| 17 | notifempty |
---|
| 18 | create 600 root root |
---|
| 19 | # No HUP, because suexec doesn't open this log persistently. |
---|
| 20 | } |
---|
| 21 | |
---|
[1317] | 22 | /var/log/httpd/statistics_log { |
---|
| 23 | rotate 14 |
---|
[1323] | 24 | daily |
---|
| 25 | missingok |
---|
| 26 | notifempty |
---|
| 27 | sharedscripts |
---|
| 28 | postrotate |
---|
| 29 | /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true |
---|
| 30 | endscript |
---|
[1317] | 31 | } |
---|
[2764] | 32 | |
---|
| 33 | /var/log/httpd/tilde_log { |
---|
| 34 | rotate 3 |
---|
| 35 | daily |
---|
| 36 | missingok |
---|
| 37 | notifempty |
---|
| 38 | create 600 root root |
---|
| 39 | sharedscripts |
---|
| 40 | postrotate |
---|
| 41 | /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true |
---|
| 42 | endscript |
---|
| 43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.