Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache Download and Install |
|
Author |
|
lostbits
Joined: 27 Jul 2015 Posts: 2 Location: USA, Irvine
|
Posted: Mon 27 Jul '15 21:40 Post subject: Apache Download and Install |
|
|
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
|
|
Back to top |
|
tang_88888
Joined: 10 Jul 2015 Posts: 10
|
Posted: Tue 28 Jul '15 13:04 Post subject: |
|
|
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 |
|
|
|
|
|
|