a69b5082a3
- 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)
22 lines
511 B
Text
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
|
|
=============================================================
|
|
|