blob: 22594a8a69998d575b40788b61d05f12d3dbedb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{ type: install
message: <<EOM
To activate htmllint, use Alias directive in httd.conf or symbolic link
from %%DATADIR%%/html/ like as:
Alias /htmllint/ %%DATADIR%%/html/
<Directory %%DATADIR%%/html>
AddHandler cgi-script .cgi
Options +ExecCGI
</Directory>
EOM
}
]
|