How to display apache manual on Windows XP
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
精彩评论