Solve several potential stability issues with Apache on NT/2K as a service ... resolve the true argv[0], append the service name as args[n..n+1] (-n ServiceName), and run through apache_main() as our service process. Resolves Windows2K's failure to NULL terminate the argv[] list for the service process. And finally, this patch allows the user to pass the service manager startup args (e.g. -D FOO) or the operator to do so using the "Start Parameters" field of the service control panel. Also, added the -k install / -k uninstall compatibility with 2.0, as many users will be adopting and using both for the near future. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87335 13f79535-47bb-0310-9956-ffa450edef68
parent
d4face08
Please register or sign in to comment