Apache install interrupted

Don’t ask why, but I was attempting to install Apache 2.2 on my Windows desktop tonight. Unfortunately after double-clicking the installer, it would give me the following error:

The Installation Wizard was interrupted before Apache HTTP Server 2.2.4 could be completely installed.

After quite a bit of hunting I found a rather odd solution. If you disable all of your network interfaces (I had two running) and try the installer again… it seems to work fine.

I have no idea why that works.

7 Responses to “Apache install interrupted”

  1. bio Says:

    your dns can’t resolve your comp name.
    so add your comp name to hosts file:
    127.0.0.1 your_compname

  2. Jignesh Vaducha Says:

    I had the same problem!! Did lot of searching.

    Just connect your machine to Internet and it works!!

  3. NeoYorkCity Says:

    I been searching for a few hours now for a solution to that problem. I tried disabling my network cards. Shut Norton, disarmed the firewall, disabled simple file sharing from folder options (someoen claimed that work) but to no avail. That f*&% message keep reapearing. I don’t have internet which means that every sugestion must be noted and tried when i get home. Only to return here and search for more ways to get this crap to work. What ticks me off is that apache’s website is useless when it comes to addressing these problems. At this point i just want a work around that gets this server to just work already.

  4. Sandeep Sudhakaran Says:

    Put
    127.0.0.1 localhost
    in C:\Windows\System32\drivers\etc
    and it works.

    thanks a lot….

  5. Joseph Dung Says:

    Hello,

    I have a peculiar problem. Installing Apache 2.2 was ok. I even got the correct mod_python version for my python 2.4 and installed. I had to locate Apache for the mod_python install and it gave me this message:

    mportant Note for Windows users, PLEASE READ!!!

    1. This script does not attempt to modify Apache configuration,
    you must do it manually:

    Edit C:/Program Files/Apache Software Foundation/Apache2.2\conf\httpd.conf,
    find where other LoadModule lines are and add this:
    LoadModule python_module modules/mod_python.so

    2. Now test your installation using the instructions at this link:
    http://www.modpython.org/live/current/doc-html/inst-testing.html

    I manually loaded “”LoadModule python_module modules/mod_python.so in the Apache config files but when I restarted Apache it gave me an error saying it cannot locate Edit C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_python.so procedure and this error would usually stop the server. I checked the modules directory in Apache and quite clearly the mod_python.so is there…but I was amazed Apache is saying it can’t find the procedure.

    Does anyone know what I am expected to do here? Thanks.

    PS.
    A painless WAMP for windows–where the P stands for Python would certrainly help here. Configuring these things can be a nightmare. Would django also consider using IIS someday?

  6. meyzick Says:

    I had two interfaces and i disabled the one that didn’t have it’s ip address in the hosts file

  7. CandyMan Says:

    Everyone that use LoopBack adapter , disable him before you install.

Leave a Reply