Guide
install and config
download httpd-2.2.34-win64.zip
extract to c:/Apache2
edit conf/httpd.conf
| 1 | ServerRoot "c:/Apache2" | 
run cmd.exe as administrator and install apache2.2 service
| 1 | cd c:/Apache2/bin | 
tips: use
sc delete apache2.2to delete service first if error occurs and then install again.

run bin/ApacheMonitor.exe to start apache2.2 service

access from local
test localhost
access from remote
edit conf/httpd.conf
| 1 | #Directory "c:/Apache2/htdocs" | 
open windows defender and allow Apache Http Server packets in/out
- server host ip: 192.168.6.149
- access host ip: 192.168.6.100
| 1 | [email protected]>$ wget http://192.168.6.149/1.txt | 
Reference
History
- 20181114: created.