如何在Windows XP上显示apache手册

发布于 2024-10-22 05:00:09 字数 223 浏览 2 评论 0原文

我在 Windows XP 上安装了 apache 2.2。我修改了conf以包含/manual的别名,并添加了目录部分以授予路径读取权限。我可以通过 //localhost/manual 访问该页面,但它只显示未格式化的文本,列出了不同语言的其他 index.html 文件。 //localhost/manual/index.xml 找不到像 &httpd.major; 这样的实体

如何阅读随附的手册?

I have installed apache 2.2 on Windows XP. I amended the conf to include an alias for /manual, and added a Directory section to give the path read permissions. I can access the page via //localhost/manual but it just shows unformatted text listing the other index.html files for different languages. //localhost/manual/index.xml fails to find entities like &httpd.major;

How do I read the supplied manual?

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

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

发布评论

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

评论(2

月隐月明月朦胧 2024-10-29 05:00:09

我也有同样的疑问,然后就搞清楚了。

在 httpd.conf 中,取消注释行并

mod_negotiation
extra/httpd-languages.conf
extra/httpd-manual.conf

重新启动服务器
重新加载页面(缓存会咬你)

I had the same question, and figured it out.

In httpd.conf, uncomment lines with

mod_negotiation
extra/httpd-languages.conf
extra/httpd-manual.conf

restart server
reload page (cache will bite you)

岁吢 2024-10-29 05:00:09

您真的想从您的服务器运行它吗?它们有多种可用格式,包括 PDF

Do you really want to to run it from your server? They have several formats available including PDF

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