Copy mir-setup to 1.1 branch
[mir.git] / scripts / mir-setup / conf / site-ssl-httpd-fragment.conf
1 # Editor: vim:syn=apache
2 # $FQDN
3
4 # This should be included within the SSL virtual host definition
5 # for a canonical host which has a dedicated IP address. If your
6 # site has its own IP, this can be the same as your ususl hostname.
7
8   <Location /$SITE>
9     JkUriSet worker ajp13:localhost:8009
10   </Location>