You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/11/08 17:08:34 UTC

DO NOT REPLY [Bug 14382] - MSI package fails to install service

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14382>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14382

MSI package fails to install service

wrowe@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |FAQ
         Resolution|                            |INVALID
            Summary|failed installation of      |MSI package fails to install
                   |service in MSI package      |service



------- Additional Comments From wrowe@apache.org  2002-11-08 16:08 -------

  I won't ask you why you want to run a vulnerable (.39 revision) server.

  All of the packages successfully install the service.  None of them can
  install the service if you ALREADY have a web server running on port 80.

  After you REMOVE or STOP the running server (use the command netstat -an 
  to decide if a server is running on port 80), or you modify your httpd.conf
  file to Listen on a different port, you may use this command from your
  installed Apache2 directory (usually c:\program files\apache group\apache2)

    bin\apache -k install -n Apache2

  If it can't install, it will yell at you.  Future releases will yell at you
  during installation, but that required the -w option that was just introduced
  in 2.0.43 (it holds the window open if there is an error, even within the
  .msi installer, when it's specified.)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org