Apache 命令行无法运行

发布于 2024-12-06 06:46:56 字数 236 浏览 0 评论 0原文

使用 Centos 5.6 在我的 vps 上安装了 Apache Ver 2.2.3,但是当我尝试 a2dismoda2enmod 时出现“命令未找到”错误。

我能做什么来修复它?

谢谢

  • 这是我的第一个vps,也是我第一次使用linux和centos。
  • 服务器运行良好,只需要禁用几个模块。

Installed Apache Ver 2.2.3 on my vps with Centos 5.6 but when I try the a2dismod and a2enmod got Command not found error.

What can I do to fix it?

Thank you

  • This is my first vps and this is also my first experience with linux and centos.
  • The server is running fine just need to disable few modules.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枫林﹌晚霞¤ 2024-12-13 06:46:56

在 CentOS 上,没有 a2enmoda2dismod 命令。要禁用 Apache 中不需要的模块,您需要执行例如这篇文章下端所述的步骤:http://www.cyberciti.biz/faq/howto-disable-apache-modules-under-linux-unix/

On CentOS there are no a2enmod and a2dismod commands. To disable unneeded modules in Apache, you need to carry out steps as described at the lower end of – for instance – this post: http://www.cyberciti.biz/faq/howto-disable-apache-modules-under-linux-unix/

荒芜了季节 2024-12-13 06:46:56

也许这些命令不在您的路径中?如果程序位于您当前的工作目录中,请尝试 ./a2dismod。

要查看 shell 正在搜索的路径,请尝试 echo $PATH。

Perhaps those commands were not in your path? If the programs are in your current working directory, try ./a2dismod.

To see what path our shell is searching, try echo $PATH.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文