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: Mon Jan 15 02:13:28 2001 GMT
Page accessed 3797 times since Tue Feb 4 20:48:50 2003 GMT