Panel/Agent-Windows/OGP64/OGP/Install/install_apache.sh
2026-06-06 18:46:40 -04: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