in reply to How can i terminate a perl embedded CGI program running from a Apache server?
Usually processes are killed, but if it is not a separate process from Apache you probably have to either modify the CGI program to respond to Signals or kill Apache :-)
update: Instead of signals, a flag file could be used, or any other mean to deliver requests/orders to a process
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can i terminate a perl embedded CGI program running from a Apache server?
by sanjay nayak (Sexton) on Jan 07, 2009 at 07:09 UTC |