logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache Download and Install
Author
lostbits



Joined: 27 Jul 2015
Posts: 2
Location: USA, Irvine

PostPosted: Mon 27 Jul '15 21:40    Post subject: Apache Download and Install Reply with quote

I have just downloaded httpd-2.4.16-win64-VC14.zip and am trying to install it on a Win7 system. But there is no *.msi file and the download does not contain a configure script. How do I install this apache download?
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 692

PostPosted: Mon 27 Jul '15 21:47    Post subject: Reply with quote

No msi available.

See readme in the .zip and have look at www.apachelounge.com/viewtopic.php?t=2394
Back to top
tang_88888



Joined: 10 Jul 2015
Posts: 10

PostPosted: Tue 28 Jul '15 13:04    Post subject: Reply with quote

I found Apache httpd server is simple to install. Unzip to any folder.

Run in command:
"cd" to that unzipped folder. Type: bin\httpd.exe

To install it as Windows service, see http://httpd.apache.org/docs/2.4/platform/windows.html

e.g.
httpd -k install -n "MyServiceName"
Back to top


Reply to topic   Topic: Apache Download and Install View previous topic :: View next topic
Post new topic   Forum Index -> Apache