apache web server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dvbappx
    Indigo Rose Customer
    • Jul 2006
    • 51

    apache web server

    How to start apache web server in the background
  • Ulrich
    Indigo Rose Staff Member
    • Apr 2005
    • 5130

    #2
    You posted in the wrong forum. Your question is not related to AutoPlay Media Studio and should go in the "General Chat".

    When you deploy the Apache web server through the installer, it installs itself as a service. See if you have a service called "Apache2" correcty installed in Control Panel > Administrative Tools > Services.

    If you have the service installed, see if it started. If it is started and running, there is nothing else to do.

    If it isn't started, open a command window and type the command "NET START APACHE2" and see if the service fires up successfully. If there is any error message, correct your setup.

    If there is no service installed, open a command window in the Apache "bin" folder, and once there execute the command "HTTPD.EXE -k install". This will install the service you need. Then, execute "NET START APACHE2" and the service should start and Apache runs in the background.

    Ulrich

    Comment

    • dvbappx
      Indigo Rose Customer
      • Jul 2006
      • 51

      #3
      Thanks

      FIX Problem

      File.Open("C:\\Program Files\\webinterface\\bin\\apache\\mapache.exe", "", SW_BACKGROUND, false);

      Comment

      Working...
      X