Apache2 starting problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rag84dec
    New Member
    • Mar 2007
    • 100

    Apache2 starting problem

    Hi,
    I have installed Apache2.
    Wen i say start it gives an error"System cannot find the specified:No installed service named apache2"

    What is the problem...???

    Thanks
  • tovenkatesh82
    New Member
    • Mar 2007
    • 30

    #2
    hi if you are working on windows machinr install .msi file for apache it works.

    Originally posted by rag84dec
    Hi,
    I have installed Apache2.
    Wen i say start it gives an error"System cannot find the specified:No installed service named apache2"

    What is the problem...???

    Thanks

    Comment

    • rag84dec
      New Member
      • Mar 2007
      • 100

      #3
      i installed the MSI itself
      But wen i say start from start->all programs->apache server->control apache server->start
      it will give the above mentioned error

      Comment

      • vpmurdan
        New Member
        • Feb 2007
        • 25

        #4
        Hi.
        Check in the 'Services' whether the 'Apache2 service' is created. If not, you can create it by:

        1. open the command prompt
        2. go to the 'bin' directory of Apache . Somewhere like ' Z:\Program Files\Apache Group\Apache\bi n'
        3. type the following code:

        Code:
        apache -k install -n apache2
        Try to start your apache server

        Prakash

        Comment

        • rag84dec
          New Member
          • Mar 2007
          • 100

          #5
          (OS 10048)Only one usage of each socket address (protocol/network address/port)
          is normally permitted. : make_sock: could not bind to address 0.0.0.0:80
          no listening sockets available, shutting down
          Unable to open logs

          This is wat i am getting...wat might be the problem??

          Comment

          • miller
            Recognized Expert Top Contributor
            • Oct 2006
            • 1086

            #6
            Hi rag84dec,

            It appears that people are able to find this thread and are managing to help you some.

            However, this is more specifically an Apache issue, not a perl one, so I'm moving this thread to the Apache forum.

            - Miller

            Comment

            • Motoma
              Recognized Expert Specialist
              • Jan 2007
              • 3236

              #7
              What installer did you use to setup Apache?

              Comment

              • rag84dec
                New Member
                • Mar 2007
                • 100

                #8
                http://httpd.apache.or g/docs/2.2/

                I installed thgis apache2.
                I still getting the same error.As mentioned above.

                Please someone give the link to an apache server download.

                give me details plssssssss

                Comment

                • Motoma
                  Recognized Expert Specialist
                  • Jan 2007
                  • 3236

                  #9
                  If you are just looking to install Apache, this is a good one to go with. I would suggest uninstalling Apache and reinstalling in, making sure to install it as a service (not sure what the option's wording will be on this, sorry).

                  Comment

                  • variance
                    New Member
                    • Apr 2007
                    • 1

                    #10
                    Hi! I seem to have encountered the same error.

                    Installed using XAMPP and on it's control panel, I get the message:

                    Error - Apache service not started [-1]

                    I've installed it as a service (during installation) and whenever i try to manually start Apache, it works. Only in the control panel it fails.

                    Any insights? Thanks a lot in advance :)

                    Comment

                    • Motoma
                      Recognized Expert Specialist
                      • Jan 2007
                      • 3236

                      #11
                      You get a message like this, I would suggest you take a look at the apache error logs.

                      Comment

                      • sunilpro
                        New Member
                        • May 2007
                        • 1

                        #12
                        Simple Resolution fo this problem

                        Just change this line

                        Listen 80
                        to
                        Listen 3128

                        in httpd.conf file

                        The problem will be solved ;-)

                        Articles and Discussion

                        Comment

                        • BoneIdol
                          New Member
                          • Jul 2007
                          • 1

                          #13
                          Little bit of a tip for you all. BEFORE you install Apache try typing the url: http://localhost/ into a webbrowser. See if it brings up anything.

                          I got this problem because some crappy television program guide that came with my tv tuner card installed itself as a webservice, and was already binding itself to port 80. Seeing as how I never used it, uninstalling it fixed the problem.

                          Hope this helps someone.

                          Comment

                          • Motoma
                            Recognized Expert Specialist
                            • Jan 2007
                            • 3236

                            #14
                            Originally posted by BoneIdol
                            Little bit of a tip for you all. BEFORE you install Apache try typing the url: http://localhost/ into a webbrowser. See if it brings up anything.

                            I got this problem because some crappy television program guide that came with my tv tuner card installed itself as a webservice, and was already binding itself to port 80. Seeing as how I never used it, uninstalling it fixed the problem.

                            Hope this helps someone.
                            That's wild. Thanks for the input BoneIdol and welcome to The Scripts :)

                            Comment

                            • jkkenzie
                              New Member
                              • Oct 2008
                              • 1

                              #15
                              Originally posted by Motoma
                              That's wild. Thanks for the input BoneIdol and welcome to The Scripts :)
                              Originally posted by Motoma
                              That's wild. Thanks for the input BoneIdol and welcome to The Scripts :)
                              [WINDOWS]
                              -Go to start then run, type services.msc.
                              -Find apache service on the right pane "apache2.2" or something close to that.
                              -Right click and go to properties.
                              - Go to general tab.
                              - Look at " Path to executable:"
                              - Move your apache folder (in xampp folder or something like that) to where the above path direct it to. Create folders if you have to. Mine i had to create "apachefrie nds" and "xampp" folders at "c:\apachefrien ds\xampp\" and then paste Mysql and Apache folders in it . If your mysql starts properly , then there is no need to move the folder mysql from your xampp installation folder.

                              NB:
                              This is a rather quick and mixing up your system solution BUT its because xampp was installed after WAMP was installed and then WAMP uninstalled when xampp wa already installed. hope you get the idea.

                              Good luck:
                              Joseph - Kenya - East Africa

                              Comment

                              Working...