Commit e9d40601 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment