我想弄清楚在Windows上安装/管理Apache Webserver的最佳方法是什么。 我无法访问GUI,我唯一可以访问的是CYGWIN
超过SSH
。
所以问题是如何做到的?
WAMP
安装程序?CYGWIN
Pakage?编辑:我知道Apache Docs on Windows,但如果你问我,他们真的很差。
提前感谢您的回答。
答案 0 :(得分:1)
你可以:
使用预编译的CygWin包,以这种方式安装:
wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
install apt-cyg /bin
apt-cyg install apache
自己编译并在Cygwin上安装apache,如下所示:
http://httpd.apache.org/docs/2.4/platform/win_compiling.html