Kenneth Marshall wrote: > > In the interim, you could schedule a "graceful" restart of apache > every day with cron: > > # Restart apache daily to clear process bloat. > 5 5 * * * APACHE_PIDFILE=/var/run/httpd.pid APACHE_CONFIG=/etc/httpd.conf > /usr/sbin/apachectl graceful >/dev/null 2>&1 > > This should keep everything in check. I hope that this helps. > I have the same problem with rt 3.4.4 and have to restart apache periodically. Graceful restart doesn't help me, it's needed to make full restart:
> apachectl restart -- Agnislav Onufrijchuk PortaOne, Inc., RT Developer Tel: +1-866-SIP VOIP (+1 866 747 8647) ext. 7670 Meet us at ITEXPO West 2009 September 2-3, Booth 427 Los Angeles Convention Center _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
