blob: a2a71083dc1e214a968a2ceda043c82f24b6aef0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
To activate htmllint, use Alias directive in httd.conf or symbolic link
from ${PREFIX}/share/htmllint/html/ like as:
Alias /htmllint/ /usr/local/share/htmllint/html/
<Directory /usr/local/share/htmllint/html>
AddHandler cgi-script .cgi
Options +ExecCGI
</Directory>
|