freebsd-ports/net/phamm/files/pkg-message.in
Renato Botelho db67c4632d Add phamm 0.4.7, front-end written in PHP to manage virtual service.
PR:		ports/94200
Submitted by:	Gustavo Fukao <gustavofukao@gmail.com>
2006-03-15 10:44:07 +00:00

24 lines
612 B
Text

===================================================
%%PKGNAME%% has been installed into:
%%PREFIX%%/%%PHAMMDIR%%
Please edit config.php to suit your needs.
To make phamm available through your web site,
I suggest that you add the following to httpd.conf:
Alias /phamm/ "%%PREFIX%%/%%PHAMMDIR%%"
<Directory "%%PREFIX%%/%%PHAMMDIR%%">
AllowOverride None
Options None
Order allow,deny
Allow from all
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>
===================================================