Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/japanese/another-htmllint/files/pkg-message.in
18160 views
[
{ 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
}
]