* scripts/mir-setup/conf: updated to use tomcat5.5
[mir.git] / scripts / mir-setup / conf / site-ssl-dedicated-httpd.conf
index 211e8f4..b06c529 100755 (executable)
@@ -4,14 +4,16 @@
   ServerAdmin $USER@$FQDN
   DocumentRoot $PRODUCTIONDIR
   ServerName $SECUREFQDN
+  ServerAlias $MIRRORFQDN
+  ServerAlias $ALIAS
 
   SSLEngine on
   SSLCertificateFile /etc/apache2/ssl/$SECUREFQDN.crt
   SSLCertificateKeyFile /etc/apache2/ssl/$SECUREFQDN.key
 
-  <Location /$SITE>
-    JkUriSet worker ajp13:localhost:8009
-  </Location>
+  CustomLog /var/log/apache2/$SITE-ssl.log anon
+
+  JkMount /$SITE/*  ajp13_worker
   <Directory $PRODUCTIONDIR>
     Options Indexes IncludesNoExec FollowSymLinks MultiViews
     IndexOptions +SuppressHTMLPreamble +SuppressDescription