0

我正在尝试找出在 Windows 上安装/管理 Apache Webserver 的最佳方式。我无法访问 GUI,我唯一可以访问的是CYGWINoverSSH

所以问题是如何做到这一点?

  • 有没有办法从命令行运行WAMP安装程序?
  • 或者你会推荐我和包装一起去CYGWIN吗?
  • 这两种方法是否有替代方案?

编辑:我知道Windows 上的 Apache Docs,但如果你问我,它们真的很差。

预先感谢您的回答。

4

1 回答 1

1

你可以:

  1. 使用预编译的 CygWin 包,以这种方式安装:

    wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
    install apt-cyg /bin
    apt-cyg install apache
    
  2. 自己在 Cygwin 上编译和安装 apache,如下所示:

http://httpd.apache.org/docs/2.4/platform/win_compiling.html

于 2013-02-20T16:32:55.977 回答