]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Somewhere about server/main.c rev 1.54, we lost the stop|shutdown|uninstall
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 26 Mar 2002 20:13:37 +0000 (20:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 26 Mar 2002 20:13:37 +0000 (20:13 +0000)
commit3a3b4a20191e289c53cbbc45e950ee18caf922c9
tree301d460c4ae66efd755d771c0e371c94fa3a8a67
parent6150fe110aa155ddb5b1545b77d62e12eea47be9
  Somewhere about server/main.c rev 1.54, we lost the stop|shutdown|uninstall
  when the .conf file is missing or horribly corrupt.  Move those actions
  into the rewrite args phase so we don't trip over a missing .conf file,
  we couldn't care less if we are stopping/uninstalling Apache.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94189 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/mpm_winnt.c