diff options
Diffstat (limited to 'japanese/another-htmllint/pkg-message')
-rw-r--r-- | japanese/another-htmllint/pkg-message | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/another-htmllint/pkg-message b/japanese/another-htmllint/pkg-message new file mode 100644 index 000000000000..a2a71083dc1e --- /dev/null +++ b/japanese/another-htmllint/pkg-message @@ -0,0 +1,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> |