Mainos / Advertisement:
Apache2 windows
Siirry navigaatioon
Siirry hakuun
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
- Lataa Apache webpalvelin täältä: http://www.apachehaus.com/cgi-bin/download.plx
- Pura pakattu tiedosto
- Siirrä C:\ :n juureen
- 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
cd C:\Apache24\bin
httpd.exe -k install
httpd.exe -k start
Muita komentoja:
Stop Apache httpd -k stop Restart Apache httpd -k restart Uninstall Apache Service httpd -k uninstall Test Config Syntax httpd -t Version Details httpd -V Command Line Options List httpd -h
Konfigurointi
Konfigurointi onnistuu C:\Apache24\conf hakemiston alla olevien tiedostojen avulla. Suurimmalta osin konfigurointi lähes samanlaista kuin Linux versiossa.
Mainos / Advertisement: