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

  setreuid(0,0);

  system(apache);

  exit(0);

}
Modified: Sat Oct 14 04:22:29 2000 GMT
Page accessed 6450 times since Sun Oct 15 04:07:09 2000 GMT