https://issues.apache.org/bugzilla/show_bug.cgi?id=49798
--- Comment #5 from Laurent Declercq <[email protected]> 2010-08-22 12:46:26 EDT --- Apache configuration: CustomLog "|| /var/www/ispcp/engine/ispcp-apache-logger" ispcplog As you can see, the Shell is not involved here. ps aux result before do the graceful: root 15016 0.0 0.2 4532 2984 ? S 18:39 0:00 /usr/bin/perl /var/www/ispcp/engine/ispcp-apache-logger www-data 15017 0.0 0.2 6192 2300 ? S 18:39 0:00 /usr/sbin/apache2 -k start www-data 15018 0.0 0.2 6824 2164 ? S 18:39 0:00 /usr/sbin/apache2 -k start www-data 15019 0.0 0.2 228236 2840 ? Sl 18:39 0:00 /usr/sbin/apache2 -k start www-data 15020 0.0 0.2 228236 2844 ? Sl 18:39 0:00 /usr/sbin/apache2 -k start ps aux resulter after the graceful: root 15089 8.0 0.2 4532 2988 ? S 18:42 0:00 /usr/bin/perl /var/www/ispcp/engine/ispcp-apache-logger www-data 15090 1.0 0.2 6192 2304 ? S 18:42 0:00 /usr/sbin/apache2 -k start www-data 15091 0.0 0.2 6824 2132 ? S 18:42 0:00 /usr/sbin/apache2 -k start www-data 15092 2.0 0.2 228236 2844 ? Sl 18:42 0:00 /usr/sbin/apache2 -k start www-data 15093 1.0 0.2 228236 2844 ? Sl 18:42 0:00 /usr/sbin/apache2 -k start Now, the corresponding error logs: [Sun Aug 22 18:42:21 2010] [notice] SIGUSR1 received. Doing graceful restart [Sun Aug 22 18:42:23 2010] [notice] Apache/2.2.16 (Debian) mod_fcgid/2.3.5 configured -- resuming normal operations [Sun Aug 22 18:42:23 2010] [warn] long lost child came home! (pid 15016) [Sun Aug 22 18:42:23 2010] [notice] Starting ispCP Apache logger (pid 15089) As you can see, the process 15016 (my logger script) that is launch by apache cause the error with graceful. I hope you understand my sentence now. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
