Differences
This shows you the differences between the selected revision and the current version of the page.
| accelerators:kb:faq 2009/11/07 12:56 | accelerators:kb:faq 2010/01/05 20:48 current | ||
|---|---|---|---|
| Line 104: | Line 104: | ||
| /path/log/file { | /path/log/file { | ||
| } | } | ||
| + | </code> | ||
| + | |||
| + | ===== Apache is still restarting at 0310 === | ||
| + | |||
| + | Check your settings in /etc/logadm.conf | ||
| + | Change this: | ||
| + | <code> | ||
| + | apache -C 7 -a '/usr/sbin/svcadm restart apache' -p 1d /var/log/httpd/*.log | ||
| + | </code> | ||
| + | To this: | ||
| + | <code> | ||
| + | apache -C 5 -c -s 100m /var/log/httpd/*.log | ||
| </code> | </code> | ||
