Code

Install the web-interfaces to /usr/share/PACKAGE/www.
[pkg-mlmmj.git] / debian / mlmmj-php-web.apache.conf
diff --git a/debian/mlmmj-php-web.apache.conf b/debian/mlmmj-php-web.apache.conf
new file mode 100644 (file)
index 0000000..5bd75db
--- /dev/null
@@ -0,0 +1,16 @@
+Alias /mlmmj /usr/share/mlmmj-php-web/www
+
+<Directory /usr/share/mlmmj-php-web/www>
+       AllowOverride AuthConfig
+       Order allow,deny
+       Allow from all
+</Directory>
+
+# some people prefer a simple URL, like http://mlmmj.example.com
+#<VirtualHost 1.2.3.4>
+#      ServerName mlmmj.example.com
+#      DocumentRoot /usr/share/mlmmj-php-web/www
+#
+#      # add the above <Directory> directive
+#</VirtualHost>
+