Cannot install Apache

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bettina@coaster.ch

    Cannot install Apache

    I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
    By running bin\Apache -k install I receive th following message:
    <OS 10048>Normalerw eise darf jede Socketadresse <Protokoll,
    Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
    make_sock could not bind to no listening sockets available, shutting
    down
    Unable to open logs

    Any Idea?

  • Tony Marston

    #2
    Re: Cannot install Apache

    I get this sometimes due to conflicts with other software I have running at
    the same time. Sometimes I simply kill all the other programs, bring up
    Apache, then restart those other programs. If that doesn't work try
    rebooting.

    Hope this helps.

    --
    Tony Marston

    This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL



    <bettina@coaste r.ch> wrote in message
    news:1122187622 .502537.199400@ g43g2000cwa.goo glegroups.com.. .[color=blue]
    >I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
    > By running bin\Apache -k install I receive th following message:
    > <OS 10048>Normalerw eise darf jede Socketadresse <Protokoll,
    > Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
    > make_sock could not bind to no listening sockets available, shutting
    > down
    > Unable to open logs
    >
    > Any Idea?
    >[/color]


    Comment

    • Peter van Schie

      #3
      Re: Cannot install Apache

      bettina@coaster .ch wrote:[color=blue]
      > I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
      > By running bin\Apache -k install I receive th following message:
      > <OS 10048>Normalerw eise darf jede Socketadresse <Protokoll,
      > Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
      > make_sock could not bind to no listening sockets available, shutting
      > down
      > Unable to open logs
      >
      > Any Idea?
      >[/color]

      My german ain't all that, but it seems like it can't bind on the
      webserver port (80). You probably have other webserver (IIS?) already
      running.

      --

      Comment

      • bettina@coaster.ch

        #4
        Re: Cannot install Apache

        Thank you for the tip!!! I deactivated IIS Admin in Services and now it
        works! By giving http://localhost I can see the site from Apache: Der
        Apache-Webserver is auf dieser Website installiert!
        But before, by giving http://localhost, used to appear PHPMyAdmin Site
        and now it doesn't. How can I start PHPMyAdmin?

        Peter van Schie schrieb:[color=blue]
        > bettina@coaster .ch wrote:[color=green]
        > > I downloaded and installed apache_2.0.54-win32-x86-no_ssl.msi
        > > By running bin\Apache -k install I receive th following message:
        > > <OS 10048>Normalerw eise darf jede Socketadresse <Protokoll,
        > > Netzwerkadresse oder Anschluss> nur jeweils einmal verwendet werden. :
        > > make_sock could not bind to no listening sockets available, shutting
        > > down
        > > Unable to open logs
        > >
        > > Any Idea?
        > >[/color]
        >
        > My german ain't all that, but it seems like it can't bind on the
        > webserver port (80). You probably have other webserver (IIS?) already
        > running.
        >
        > --
        > http://www.phpforums.nl[/color]

        Comment

        • Peter van Schie

          #5
          Re: Cannot install Apache

          bettina@coaster .ch wrote:[color=blue]
          > Thank you for the tip!!! I deactivated IIS Admin in Services and now it
          > works! By giving http://localhost I can see the site from Apache: Der
          > Apache-Webserver is auf dieser Website installiert!
          > But before, by giving http://localhost, used to appear PHPMyAdmin Site
          > and now it doesn't. How can I start PHPMyAdmin?[/color]

          You don't have to start PHPMyAdmin. It's just a bunch of php scripts, so
          you should put them in the right directory. If it used to work with IIS,
          it's probably located in the default webroot for IIS, which is:
          C:\InetPub\wwwr oot.
          You should move it to the Apache webroot, which on Windows is default:
          C:\Program Files\Apache Group\Apache2\h tdocs.

          --

          Comment

          • bettina@coaster.ch

            #6
            Re: Cannot install Apache

            I put the whole carpet phpMyAdmin under htdocs, wrote the correct path
            (http://localhost/phpMyAdmin/index.php) and now it works. Vielen Dank!!

            Peter van Schie schrieb:[color=blue]
            > bettina@coaster .ch wrote:[color=green]
            > > Thank you for the tip!!! I deactivated IIS Admin in Services and now it
            > > works! By giving http://localhost I can see the site from Apache: Der
            > > Apache-Webserver is auf dieser Website installiert!
            > > But before, by giving http://localhost, used to appear PHPMyAdmin Site
            > > and now it doesn't. How can I start PHPMyAdmin?[/color]
            >
            > You don't have to start PHPMyAdmin. It's just a bunch of php scripts, so
            > you should put them in the right directory. If it used to work with IIS,
            > it's probably located in the default webroot for IIS, which is:
            > C:\InetPub\wwwr oot.
            > You should move it to the Apache webroot, which on Windows is default:
            > C:\Program Files\Apache Group\Apache2\h tdocs.
            >
            > --
            > http://www.phpforums.nl[/color]

            Comment

            • Peter van Schie

              #7
              Re: Cannot install Apache

              bettina@coaster .ch wrote:[color=blue]
              > I put the whole carpet phpMyAdmin under htdocs, wrote the correct path
              > (http://localhost/phpMyAdmin/index.php) and now it works. Vielen Dank!![/color]

              Good that it works now and you're welcome.

              --

              Comment

              Working...