# For Apache 2.0 LoadModule jk_module /etc/httpd/modules/mod_jk.soJkWorkersFile /etc/httpd/tomcat/workers.properties JkLogFile /var/log/httpd/mod_jk.log# Set the jk log level [debug/error/info] JkLogLevel errorJkLogStampFormat "[%a %b %d %H:%M:%S %Y] "# JkOptions indicate to send SSL KEY SIZE, JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories# JkRequestLogFormat set the request format JkRequestLogFormat "%w %V %T"# Commented out by ASB. #JkMount /*.jsp tomcat-5.5-worker1 #JkMount /* tomcat-5.5-worker1 #JkMount / tomcat-5.5-worker1<VirtualHost *> ServerName www.bidzforit.com ServerAlias bidzforit.com ServerAlias www.bidzforit.com.au ServerAlias bidzforit.com.au JkMount /* tomcat-5.5-worker1 JkMount / tomcat-5.5-worker1 DocumentRoot /usr/java/apache-tomcat-5.5.17/webapps/bidzforit ServerAdmin webmaster@bidzforit.com ServerSignature email LogLevel emerg HostNameLookups off DirectoryIndex index.jsp index.php index.html </VirtualHost>