summaryrefslogtreecommitdiff
path: root/www/mod_mysqluserdir/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_mysqluserdir/pkg-message')
-rw-r--r--www/mod_mysqluserdir/pkg-message19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/mod_mysqluserdir/pkg-message b/www/mod_mysqluserdir/pkg-message
new file mode 100644
index 000000000000..31176a72a555
--- /dev/null
+++ b/www/mod_mysqluserdir/pkg-message
@@ -0,0 +1,19 @@
+************************************************************
+You've installed mod_mysqluserdir, an Apache module to make
+Apache get userdirs from MySQL.
+
+Edit your apache.conf or httpd.conf to enable and setup this
+module. Have a look at the files in
+${PREFIX}/share/doc/mod_mysqluserdir for information on how
+to configure it etc.
+
+You need to disable the LoadModule and AddModule commands
+for the default Apache mod_userdir module to make
+mod_mysqluserdir work.
+
+Then do this to make it work effective:
+
+# apachectl configtest (see if there are any config errors)
+# apachectl restart
+
+************************************************************