开发者

How to display apache manual on Windows XP

开发者 https://www.devze.com 2023-02-17 15:35 出处:网络
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/manu

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?


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)


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

0

精彩评论

暂无评论...
验证码 换一张
取 消