I am using apache 2.0.52 running on RedHat linux.The web application runs some ruby cgi code which in turn runs a script file containing:
#!/bin/bash sudo /etc/init.d/simacqdriver $1 &> /dev/nullThe simacqdriver file is a standard startup script which runs a java program.
The running process shows up as: pid ppid user 20472 1 rootThe process is not owned by any of the httpd processes so I do not understand why it is connected to httpd stopping.
Any advice gratefully received. Jonathan --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx