source: trunk/packages/sipb-xen-www/code/kill.cgi @ 583

Last change on this file since 583 was 583, checked in by ecprice, 16 years ago

Make it easy to kill fcgi processes.

  • Property svn:executable set to *
File size: 78 bytes
Line 
1#!/bin/sh
2pkill main.fcgi
3echo "Content-Type: text/plain"
4echo
5echo "Killed."
Note: See TracBrowser for help on using the repository browser.