Mainos / Advertisement:

Apache2 windows

Kohteesta Taisto
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

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: