Mainos / Advertisement:

Ero sivun ”Apache2 windows” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Rivi 1: Rivi 1:
 
Tässä ohje kuinka asennetaan Apache 2.4 webserver Windowssille.
 
Tässä ohje kuinka asennetaan Apache 2.4 webserver Windowssille.
 +
 +
Tukee seuraavia alustoja:
 +
* Windows Vista x64
 +
* Windows Server 2008 x64
 +
* Windows 7 x64
 +
* Windows Server 2012 x64
 +
* Windows 8/8.1 x64
 +
* Windows 10x64
  
 
== Asennus ==
 
== Asennus ==
Rivi 5: Rivi 13:
 
* Lataa Apache webpalvelin täältä: http://www.apachehaus.com/cgi-bin/download.plx
 
* Lataa Apache webpalvelin täältä: http://www.apachehaus.com/cgi-bin/download.plx
 
* Pura pakattu tiedosto
 
* Pura pakattu tiedosto
* Siirrä C:\ :n juureen ja nimeä httpd:ksi tai apache2:kseksi.
+
* Siirrä C:\ :n juureen
  
Avaa komentorivi
+
* Lataa ja asenna Visual C++ 2015 x64: https://www.microsoft.com/en-us/download/details.aspx?id=49984
 +
 
 +
Avaa komentorivi ja siirry Apache24\bin hakemistoon sekä asenna http.exe -k install komennolla Apache2 palveluksi
  
 
<syntaxhighlight lang=batch>
 
<syntaxhighlight lang=batch>
cd C:\httpd
+
cd C:\Apache24\bin
 
+
httpd.exe -k install
 +
httpd -k start
 
</syntaxhighlight>
 
</syntaxhighlight>

Versio 3. lokakuuta 2016 kello 11.19

Tässä ohje kuinka asennetaan Apache 2.4 webserver Windowssille.

Tukee seuraavia alustoja:

  • Windows Vista x64
  • Windows Server 2008 x64
  • Windows 7 x64
  • Windows Server 2012 x64
  • Windows 8/8.1 x64
  • Windows 10x64

Asennus

Avaa komentorivi ja siirry Apache24\bin hakemistoon sekä asenna http.exe -k install komennolla Apache2 palveluksi

cd C:\Apache24\bin
httpd.exe -k install
httpd -k start
Mainos / Advertisement: