diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-03 11:25:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-03 11:25:25 +0800 |
commit | f284472e39a321b1f78d606cd93de7d501ab3728 (patch) | |
tree | 7483a1e4127bf3efdf73ae9c62a1f6867f8e25fc /www/gallery2 | |
parent | 8430ecf2434aba16f51c8a38f2b9c02d85d7c967 (diff) | |
download | freebsd-ports-gnome-f284472e39a321b1f78d606cd93de7d501ab3728.tar.gz freebsd-ports-gnome-f284472e39a321b1f78d606cd93de7d501ab3728.tar.zst freebsd-ports-gnome-f284472e39a321b1f78d606cd93de7d501ab3728.zip |
Wrong dir in pkg-message
The wrong gallerydir is echoed in pkg-message (obviously a
copy from gallery 1)
PR: ports/89867
Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org>
Diffstat (limited to 'www/gallery2')
-rw-r--r-- | www/gallery2/pkg-message | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gallery2/pkg-message b/www/gallery2/pkg-message index 4cbd916dd98f..7889aab1ae31 100644 --- a/www/gallery2/pkg-message +++ b/www/gallery2/pkg-message @@ -16,12 +16,12 @@ 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: - <Directory %%PREFIX%%/%%GALLERYDIR%%> + <Directory %%PREFIX%%/%%GALLERY2DIR%%> AllowOverride Options FileInfo </Directory> Then restart Apache: 'apachectl graceful' -Please visit 'http://{host.domain}/%%GALLERYDIR%%/' in a +Please visit 'http://{host.domain}/%%GALLERY2DIR%%/' in a web-browser and follow the configuration instructions. ***************************************************************** |