diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-08 19:45:53 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-08 19:45:53 +0000 |
commit | 0e7151c33447a87a436af0e89f55c06073be0761 (patch) | |
tree | 775ca4d370f34de3feeb5668674f8b53a1680fed /www | |
parent | 12db75cd1ba5313b17f7282368b576958ffc89d8 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/coppermine/files/pkg-message.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/coppermine/files/pkg-message.in b/www/coppermine/files/pkg-message.in new file mode 100644 index 000000000000..50e5fe65110e --- /dev/null +++ b/www/coppermine/files/pkg-message.in @@ -0,0 +1,18 @@ +**************************************************************** +The Coppermine Photo Gallery has been installed in the directory +%%PREFIX%%/%%CPGDIR%%. + +You must add appropriate configuration directives to your +apache configuration file (%%PREFIX%%/etc/apache/httpd.conf). +A typical configuration would be: + + Alias /coppermine/ "%%PREFIX%%/%%CPGDIR%%/" + + <Directory "%%PREFIX%%/%%CPGDIR%%"> + Options Indexes FollowSymlinks MultiViews + AllowOverride None + Order allow,deny + Allow from all + </Directory> + +**************************************************************** |