我正在尝试找出在 Windows 上安装/管理 Apache Webserver 的最佳方式。我无法访问 GUI,我唯一可以访问的是CYGWIN
overSSH
。
所以问题是如何做到这一点?
- 有没有办法从命令行运行
WAMP
安装程序? - 或者你会推荐我和包装一起去
CYGWIN
吗? - 这两种方法是否有替代方案?
编辑:我知道Windows 上的 Apache Docs,但如果你问我,它们真的很差。
预先感谢您的回答。
我正在尝试找出在 Windows 上安装/管理 Apache Webserver 的最佳方式。我无法访问 GUI,我唯一可以访问的是CYGWIN
overSSH
。
所以问题是如何做到这一点?
WAMP
安装程序?CYGWIN
吗?编辑:我知道Windows 上的 Apache Docs,但如果你问我,它们真的很差。
预先感谢您的回答。
你可以:
使用预编译的 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