Code

Install the web-interfaces to /usr/share/PACKAGE/www.
[pkg-mlmmj.git] / debian / mlmmj-php-web.apache.conf
1 Alias /mlmmj /usr/share/mlmmj-php-web/www
3 <Directory /usr/share/mlmmj-php-web/www>
4         AllowOverride AuthConfig
5         Order allow,deny
6         Allow from all
7 </Directory>
9 # some people prefer a simple URL, like http://mlmmj.example.com
10 #<VirtualHost 1.2.3.4>
11 #       ServerName mlmmj.example.com
12 #       DocumentRoot /usr/share/mlmmj-php-web/www
13 #
14 #       # add the above <Directory> directive
15 #</VirtualHost>