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

  httpd and Apache are both anticipated now.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159627 13f79535-47bb-0310-9956-ffa450edef68
parent 8359a78d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -997,8 +997,9 @@ BOOL GetApacheServicesStatus()
                    {
                        lstrcpy(szBuf, szImagePath);
                        CharLower(szBuf);
                        /* the service name could be Apache*.exe */
                        if ((strstr(szBuf, "\\apache") != NULL)
                        /* the service name could be httpd*.exe or Apache*.exe */
                        if (((strstr(szBuf, "\\apache") != NULL)
                             || (strstr(szBuf, "\\httpd") != NULL))
                                && strstr(szBuf, ".exe") 
                                && (strstr(szBuf, "--ntservice") != NULL 
                                       || strstr(szBuf, "-k ") != NULL))