diff options
author | garga <garga@FreeBSD.org> | 2006-03-15 18:44:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-15 18:44:07 +0800 |
commit | 36dace362ae271b0e944c40fd8e1c882bf2c479e (patch) | |
tree | 76b035320267a20ca1fd2a1cb0cde604190c2694 /net/phamm/files | |
parent | b67eecf0de2cb638eba29e581018c1a8da215344 (diff) | |
download | freebsd-ports-graphics-36dace362ae271b0e944c40fd8e1c882bf2c479e.tar.gz freebsd-ports-graphics-36dace362ae271b0e944c40fd8e1c882bf2c479e.tar.zst freebsd-ports-graphics-36dace362ae271b0e944c40fd8e1c882bf2c479e.zip |
Add phamm 0.4.7, front-end written in PHP to manage virtual service.
PR: ports/94200
Submitted by: Gustavo Fukao <gustavofukao@gmail.com>
Diffstat (limited to 'net/phamm/files')
-rw-r--r-- | net/phamm/files/pkg-message.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/phamm/files/pkg-message.in b/net/phamm/files/pkg-message.in new file mode 100644 index 00000000000..b8d4ccb4c36 --- /dev/null +++ b/net/phamm/files/pkg-message.in @@ -0,0 +1,24 @@ +=================================================== + +%%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> + +=================================================== |