]> git.pld-linux.org Git - packages/apache-mod_vhost_mysql.git/commitdiff
- mysql vhosting config :),
authordjrzulf <djrzulf@pld-linux.org>
Sun, 9 Jan 2005 03:34:25 +0000 (03:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    95_vhost_mysql.conf -> 1.1

95_vhost_mysql.conf [new file with mode: 0644]

diff --git a/95_vhost_mysql.conf b/95_vhost_mysql.conf
new file mode 100644 (file)
index 0000000..c0f6060
--- /dev/null
@@ -0,0 +1,20 @@
+# $Id$
+LoadModule vhost_mysql_module           modules/mod_vhost_mysql.so
+
+#<IfModule vhost_mysql_module.c>
+
+UseCanonicalName Off
+
+VhMySQLEngine On
+VhMySQLDBName database
+VhMySQLDBUser user
+VhMySQLDBPassword password
+
+VhMySQLTableName vh
+VhMySQLServerNameField servername
+VhMySQLDocRootField docroot
+
+#</IfModule>
+
+# vim: filetype=apache ts=4 sw=4 et
+
This page took 0.036525 seconds and 4 git commands to generate.