CCL Home Page
Up Directory CCL apache_stop.c.txt
#include 
int main (int argc, char *argv[]) {
  char apache[]="/usr/local/apache_t3.1/bin/apache-tomcat-jserv stop";

  setreuid(0,0);

  system(apache);

  exit(0);

}
Modified: Mon Jun 12 05:23:03 2000 GMT
Page accessed 6116 times since Mon Feb 3 15:31:07 2003 GMT