freebsd-ports/databases/mantis/files/pkg-message.in
Ion-Mihai Tetcu a69b5082a3 - Update to 1.0.7 [1]
- depreciate own hackish MANTISDIR in favor od WWWDIR [2]

PR:		ports/113780
Submitted by:	Nils Vogels [1], itetcu@ (me) [2]
Approved by:	Dan Langille [1], [2] (on IRC)
2007-06-17 21:10:29 +00:00

22 lines
511 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
=============================================================