* scripts/mir-setup/conf: updated to use tomcat5.5
[mir.git] / scripts / mir-setup / conf / tomcat4 / site-ssl-httpd-fragment.conf
diff --git a/scripts/mir-setup/conf/tomcat4/site-ssl-httpd-fragment.conf b/scripts/mir-setup/conf/tomcat4/site-ssl-httpd-fragment.conf
new file mode 100755 (executable)
index 0000000..e78ebd0
--- /dev/null
@@ -0,0 +1,10 @@
+# Editor: vim:syn=apache
+# $FQDN
+
+# This should be included within the SSL virtual host definition
+# for a canonical host which has a dedicated IP address. If your
+# site has its own IP, this can be the same as your ususl hostname.
+
+  <Location /$SITE>
+    JkUriSet worker ajp13:localhost:8009
+  </Location>