[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#414429: apache2-doc: say how to read the manual but fix charset first



Package: apache2-doc
Version: 2.2.3-3.2
Severity: wishlist
X-debbugs-cc: liam@htmlhelp.com
File: /usr/share/doc/apache2-doc/

Why not have a file ./README in which put:
To read the manual, do
$ $BROWSER http://localhost/manual/

However by the way, even though
$ validate http://localhost/manual/mod/mod_expires.html && echo valid
valid

$ GET /usr/share/doc/apache2-doc/manual/mod/mod_expires.html.en|grep encoding=
<?xml version="1.0" encoding="ISO-8859-1"?>

Result is this 240
$ GET http://localhost/manual/mod/mod_expires.html|grep Ident|od -c|grep 240
0000060   e   r   "   >   M   o   d   u   l   e 240   I   d   e   n   t
looks terrible in browsers.

Problem is apparently this:
# ls -l /etc/apache2/conf.d/charset
-rw-r--r-- 1 root root 24 2007-01-21 22:36 /etc/apache2/conf.d/charset
# cat /etc/apache2/conf.d/charset
AddDefaultCharset UTF-8

not listed too:
$ dlocate /etc/apache2/conf.d/charset
$



Reply to: