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

  setreuid(0,0);

  system(apache);

  exit(0);

}
Modified: Sat Oct 14 04:22:57 2000 GMT
Page accessed 6039 times since Sun Oct 15 04:07:15 2000 GMT