freebsd-ports/databases/mantis/files/pkg-message.in
Dmitry Marakasov e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00

22 lines
508 B
Text

=============================================================
Everything has been installed to:
%%WWWDIR%%
To make Mantis available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /mantis/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options None
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Also be sure to read %%WWWDIR%%/doc/INSTALL
=============================================================