diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-09-04 08:01:04 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-09-04 08:01:04 +0000 |
commit | 4adcf7c2ce996c3490760e0578b77beb978cff05 (patch) | |
tree | b9af8d40e3a6724029dfac8ed7ce3f02e58cc3d3 /www/gallery2/files | |
parent | 8ca6968b7fd5f30953ed26a0123c11d84c4e2282 (diff) | |
download | ports-4adcf7c2ce996c3490760e0578b77beb978cff05.tar.gz ports-4adcf7c2ce996c3490760e0578b77beb978cff05.zip |
Notes
Diffstat (limited to 'www/gallery2/files')
-rw-r--r-- | www/gallery2/files/pkg-message.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/gallery2/files/pkg-message.in b/www/gallery2/files/pkg-message.in index 2e18579cb631..ef723a80d58a 100644 --- a/www/gallery2/files/pkg-message.in +++ b/www/gallery2/files/pkg-message.in @@ -16,12 +16,15 @@ If you are using MySQL, here's the short version of the instructions: You will also need to configure Apache. Consider adding the following to your httpd.conf: + Alias /gallery2 "%%WWWDIR%%" + <Directory "%%WWWDIR%%"> AllowOverride Options FileInfo + Allow from all </Directory> Then restart Apache: 'apachectl graceful' -Please visit 'http://{host.domain}/%%WWWDIR_REL%%/' in a +Please visit 'http://{host.domain}/gallery2/' in a web-browser and follow the configuration instructions. ***************************************************************** |