################################################################### # Auto generated configuration. Dated: Thu Aug 16 23:38:34 JST 2001 ################################################################### # # The following line instructs Apache to load the jk module # LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c JkWorkersFile /opt/jakarta-tomcat/conf/workers.properties JkLogFile /opt/jakarta-tomcat/logs/mod_jk.log # # Log level to be used by mod_jk # JkLogLevel error ################################################################### # SSL configuration # # # By default mod_jk is configured to collect SSL information from # the apache environment and send it to the Tomcat workers. The # problem is that there are many SSL solutions for Apache and as # a result the environment variable names may change. # # The following (commented out) JK related SSL configureation # can be used to customize mod_jk's SSL behaviour. # # Should mod_jk send SSL information to Tomact (default is On) JkExtractSSL On # # What is the indicator for SSL (default is HTTPS) JkHTTPSIndicator HTTPS # # What is the indicator for SSL session (default is SSL_SESSION_ID) JkSESSIONIndicator SSL_SESSION_ID # # What is the indicator for client SSL cipher suit (default is SSL_CIPHER) JkCIPHERIndicator SSL_CIPHER # # What is the indicator for the client SSL certificated (default is SSL_CLIENT_CERT) JkCERTSIndicator SSL_CLIENT_CERT # # # ################################################################### # # Root context mounts for Tomcat # JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 ######################################################### # Auto configuration for the /examples context starts. ######################################################### # # The following line makes apache aware of the location of the /examples context # Alias /examples "(TOMCAT_HOME)/webapps/examples" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /examples/servlet/* ajp13 JkMount /examples/*.jsp ajp13 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all ####################################################### # Auto configuration for the /examples context ends. ####################################################### ######################################################### # Auto configuration for the /manager context starts. ######################################################### # # The following line makes apache aware of the location of the /manager context # Alias /manager "(TOMCAT_HOME)/webapps/manager" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /manager/servlet/* ajp13 JkMount /manager/*.jsp ajp13 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all ####################################################### # Auto configuration for the /manager context ends. ####################################################### ######################################################### # Auto configuration for the /webdav context starts. ######################################################### # # The following line makes apache aware of the location of the /webdav context # Alias /webdav "(TOMCAT_HOME)/webapps/webdav" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /webdav/servlet/* ajp13 JkMount /webdav/*.jsp ajp13 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all ####################################################### # Auto configuration for the /webdav context ends. ####################################################### ######################################################### # Auto configuration for the /cocoon context starts. ######################################################### # # The following line makes apache aware of the location of the /cocoon context # Alias /cocoon "(TOMCAT_HOME)/webapps/cocoon" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /cocoon/servlet/* ajp13 JkMount /cocoon/*.jsp ajp13 JkMount /cocoon/*.xml ajp13 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all ####################################################### # Auto configuration for the /cocoon context ends. ####################################################### ######################################################### # Auto configuration for the /soap context starts. ######################################################### # # The following line makes apache aware of the location of the /soap context # Alias /soap "(TOMCAT_HOME)/webapps/soap" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /soap/servlet/* ajp13 JkMount /soap/*.jsp ajp13 JkMount /soap/*.xml ajp13 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all ####################################################### # Auto configuration for the /soap context ends. ####################################################### # GroupSession Setting ######################################################### # configuration for the /gsession context starts. ######################################################### # # The following line makes apache aware of the location of the /gsession context # Alias /gsession "(TOMCAT_HOME)/webapps/gsession" Options Indexes FollowSymLinks # # The following line mounts all JSP files and the /servlet/ uri to tomcat # JkMount /gsession/servlet/* ajp13 JkMount /gsession/*.jsp ajp13 JkMount /gsession/*.xml ajp13 # # The following line prohibits users from directly accessing WEB-INF # AllowOverride None deny from all # # The following line prohibits users from directly accessing META-INF # AllowOverride None deny from all ####################################################### # configuration for the /gsession context ends. #######################################################