Apache DocumentRoot 不会改变

发布于 2024-11-27 18:32:05 字数 396 浏览 2 评论 0原文

我正在尝试将 httpd.conf 中的 DocumentRoot 从 /var/www 更改为 /var/www/shop 这样我就可以组织起来。但即使我在重新启动 apache 和 httpd 后这样做,我也会转到 localhost,它仍然指向 /var/www。我的 httpd.conf 与此处的此文件基本相同:

http://www. devside.net/guides/config/linux/httpd-conf

我在 Debian 上运行它。

有什么想法吗?谢谢

I am trying to change the DocumentRoot in httpd.conf from /var/www to /var/www/shop just so I can be organized. But even when I do that after restarting apache and httpd, I go to localhost and it still points to /var/www. My httpd.conf is basically the same as this file here:

http://www.devside.net/guides/config/linux/httpd-conf

I am running this on Debian.

Any ideas? Thanks

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

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

发布评论

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

评论(1

小鸟爱天空丶 2024-12-04 18:32:05

Debian 使用各种包含文件和“站点”概念,因此 httpd.conf 通常根本不会更改(包含文件是)。您可能在“默认”站点将其更改回 /var/www 之前更改了该值。

Debian uses various include files and a "site" concept, so httpd.conf isn't normally changed at all (the includes are). You likely changed the value before the "default" site changes it back to /var/www.

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