GSP-Agent-Windows/GSP64/install_apache.sh
2026-07-02 18:10:41 -05:00

5 lines
132 B
Bash

#!/bin/bash
# Installs Apache for Windows on Cygwin
/etc/rc.d/init.d/httpd install
cygrunsrv -S httpd
/etc/rc.d/init.d/httpd reload