aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/coppermine/files/pkg-message.in18
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>
+
+****************************************************************