1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/japanese/another-htmllint/pkg-message

10 lines
272 B
Plaintext

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>