Update standards version & libawl dependencies.
[wrms.git] / config / wrms.vhost.kant
blob9b1214de677f5e1badf80df6d52f3f2997737342
2 # Virtual Host def for WRMS on kant (Andrew's laptop)
3 <VirtualHost 192.168.2.86 127.0.0.1 >
4   DocumentRoot /home/andrew/wrms/html
5   DirectoryIndex index.php index.html
6   ServerName mywrms
7   ServerAlias mywrms mywrms.laptop.cat-it.co.nz
8   ServerAlias mywrms mywrms.wgtn.cat-it.co.nz
9   Alias /images/ /home/andrew/wrms/html/images/
10   php_value include_path /home/andrew/wrms/inc
11   php_value magic_quotes_gpc 0
12   php_value register_globals 1
13 </VirtualHost>