Ubuntu 或 Windows 上的 Apache 2 管理工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2176024/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 18:42:03  来源:igfitidea点击:

Apache 2 Administration Tools on Ubuntu or Windows

apacheapache2sysadminadmin

提问by Snackmoore

I am totally new to Apache and Ubuntu, is there an admin tools where the available functions and features and settings are more accessible? I am finding it very difficult to do even the simplest things.... please help.

我是 Apache 和 Ubuntu 的新手,是否有管理工具可以更轻松地访问可用的功能、特性和设置?我发现即使是最简单的事情也很难做到……请帮忙。

Cheers.

干杯。

采纳答案by symcbean

apacheConf is available for most flavours of Linux, however:

apacheConf 可用于大多数 Linux 版本,但是:

1) it ignores the distribution-specific layout of the config files and implements its own structure

1) 它忽略了配置文件的特定于发行版的布局并实现了自己的结构

2) its just a tool for updating the config - it doesn't actually tell you what the config options mean

2)它只是一个更新配置的工具——它实际上并没有告诉你配置选项的含义

3) like any gui tool it abstracts the actual data (in this case, the apache config) you are manipulating

3) 像任何 gui 工具一样,它抽象了您正在操作的实际数据(在本例中为 apache 配置)

4) there are at least 3 different programs branded as apacheConf

4) 至少有 3 个不同的程序被标记为 apacheConf

http://www.apache-gui.com/apache-linux.html

http://www.apache-gui.com/apache-linux.html

http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/apacheconf.html

http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/apacheconf.html

and the config tool bundled in Mandriva

和 Mandriva 中捆绑的配置工具

5) it limits what you can actually configure to the design on the UI (e.g. RedHat apacheConf only allows you to set one listening address

5)它限制了你实际可以配置的UI设计(例如RedHat apacheConf只允许你设置一个监听地址

Having buttons to click does not help you understand what you are actually trying to achieve (unless your objective is an MCSE of course ;). I'd recommend you go get a good book on Apache config and take the time to read it.

单击按钮并不能帮助您了解您实际想要实现的目标(除非您的目标当然是 MCSE ;)。我建议你去买一本关于 Apache 配置的好书并花时间阅读它。

C.

C。

回答by Sheriff Md

Try Webmin - a nice web-based GUI tool. There is a .deb package for ubuntu in their downloads page.

试试 Webmin - 一个不错的基于 Web 的 GUI 工具。在他们的下载页面中有一个适用于 ubuntu 的 .deb 包。

http://webmin.com

http://webmin.com

回答by AJ.

Here are some options to consider for helping you to better understand how Apache works and how to administer/configure the server:

以下是一些可以考虑的选项,可帮助您更好地了解 Apache 的工作原理以及如何管理/配置服务器:

  1. Read the official HOW-TO
  2. Take a look at a commercial tool like ApacheConf
  3. Ask questions here about the specific issues you are having
  1. 阅读官方 HOW-TO
  2. 看看ApacheConf之类的商业工具
  3. 在此处提出有关您遇到的具体问题的问题

HTH,

哈,

-aj

-aj