1 2 3 4 5 6 7 8 9 10 11 12
<IfModule alias_module> Alias /thebear /usr/share/webapps/thebear <Directory "/usr/share/webapps/thebear"> AllowOverride None Options None Order allow,deny # Allow from all Allow from 127.0.0.1 </Directory> </IfModule> # vim:ft=apache