Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Apache Installation Problem #2  (Read 4989 times)

0 Members and 1 Guest are viewing this topic.

kimfrink

  • Guest
Apache Installation Problem #2
« on: February 12, 2008, 06:39:08 PM »
I am just learninrg Apache (Installed on a Windows Platform)... I fixed one error message that I was receiving, now I have another error.  Please see below.

"error <OS 2> The system can not find the file specified:  No installed service named "Apache 2".

HELP!!!!!!!!!!!!!

diablo416



    Hopeful
    • Experience: Beginner
    • OS: Unknown
    Re: Apache Installation Problem #2
    « Reply #1 on: February 13, 2008, 04:56:35 AM »
    ok look under services & see, if the apache webserver is "running" & "installed".
    if it isn't installed, manually install it. "\\programs\Apache Group\Apache2\bin\apache" -k install -n "Apache2"
    adjust the above to suit your needs

    michaewlewis



      Intermediate
    • Thanked: 26
      • Yes
      • Yes
    • Experience: Expert
    • OS: Unknown
    Re: Apache Installation Problem #2
    « Reply #2 on: February 13, 2008, 09:03:45 AM »
    I am just learninrg Apache (Installed on a Windows Platform)... I fixed one error message that I was receiving, now I have another error.  Please see below.

    "error <OS 2> The system can not find the file specified:  No installed service named "Apache 2".

    HELP!!!!!!!!!!!!!

    Is that error showing up on a web page or in a popup?
    check your services and make sure its running, like diablo416 said. (Right click on "My Computer" and select "Manage", then find "Services and Applications", then "Services")

    kimfrink

    • Guest
    Re: Apache Installation Problem #2
    « Reply #3 on: February 15, 2008, 06:42:48 PM »
    ok... I do not see Apache under services... meaning that it is not installed.  Where do I type in the code to install it?  Do I type the code within the http config file?

    diablo416



      Hopeful
      • Experience: Beginner
      • OS: Unknown
      Re: Apache Installation Problem #2
      « Reply #4 on: February 16, 2008, 03:05:39 PM »
      open up a cmd , or command window by typing
      cmd.exe or command in run or startsearch
      depending on ur windows version , and in the window you will see you can type stuff into it..
      depending on where your apache files are located , in this example im going to use C drive and the default path

      "c:\program files\apache group\apache2\bin\apache" -k install -n "apache2"

      let me know if you need any further help