Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 565fe21e8ed0f48976808cc5003e432b > files > 4

apache-doc-2.2.24-0.1.noarch.rpm

Please view the documentaion by starting the apache server and your favourite
web browser and point to this URL: http://localhost/manual

Accessing the HTML manual manually on the filesystem can be tricky, you will have
to do something like this first:

cd /usr/share/doc/apache-doc
for i in `find -name "*.html.en"`; do
    new_name=`echo $i | sed -e "s/.html.en/.html/g"`
    mv -f $i $new_name
done

lynx index.html