CCL Home Page
Up Directory CCL mod_jk.conf.txt
###################################################################
# Auto generated configuration. Dated: Tue Apr 17 01:00:13 EDT 2001
###################################################################

#
# The following line instructs Apache to load the jk module
#
# LoadModule jk_module libexec/mod_jk.so

JkWorkersFile /usr/freeware/jakarta-tomcat/jakarta-tomcat-3.2.1/conf/workers.properties
JkLogFile /usr/freeware/jakarta-tomcat/jakarta-tomcat-3.2.1/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 Off
# 
# 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 "/usr/freeware/jakarta-tomcat/jakarta-tomcat-3.2.1/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



AuthType Basic
AuthName "For internal users only"
AuthUserFile /usr/freeware/apache/etc/htpasswd
AuthGroupFile /usr/freeware/apache/etc/htgroup


require group demo



#######################################################
# Auto configuration for the /examples context ends.
#######################################################

#########################################################
# Auto configuration for the /admin context starts.
#########################################################

#
# The following line makes apache aware of the location of the /admin context
#
Alias /admin "/usr/freeware/jakarta-tomcat/jakarta-tomcat-3.2.1/webapps/admin"

    Options Indexes FollowSymLinks


#
# The following line mounts all JSP files and the /servlet/ uri to tomcat
#
JkMount /admin/servlet/* ajp13
JkMount /admin/*.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


# It is good to protect development stuff with passwords

AuthType Basic
AuthName "For internal users only"
AuthUserFile /usr/freeware/apache/etc/htpasswd
AuthGroupFile /usr/freeware/apache/etc/htgroup


require group demo



#######################################################
# Auto configuration for the /admin context ends.
#######################################################

#########################################################
# Auto configuration for the /test context starts.
#########################################################

#
# The following line makes apache aware of the location of the /test context
#
Alias /test "/usr/freeware/jakarta-tomcat/jakarta-tomcat-3.2.1/webapps/test"

    Options Indexes FollowSymLinks


#
# The following line mounts all JSP files and the /servlet/ uri to tomcat
#
JkMount /test/servlet/* ajp13
JkMount /test/*.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



AuthType Basic
AuthName "For internal users only"
AuthUserFile /usr/local/apache/auth/htpasswd
AuthGroupFile /usr/local/apache/auth/htgroup


require group demo



#######################################################
# Auto configuration for the /test context ends.
#######################################################

# Those I added myself
#
# The following line makes apache aware of the location of the /ROOT context
#
Alias /ROOT "/local/tomcat_3.2/tomcat-3.2/webapps/ROOT"

    Options Indexes FollowSymLinks


#
# The following line mounts all JSP files and the /servlet/ uri to tomcat
#
JkMount /ROOT/servlet/* ajp13
JkMount /ROOT/*.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



AuthType Basic
AuthName "For internal users only"
AuthUserFile /usr/freeware/apache/etc/htpasswd
AuthGroupFile /usr/frewware/apache/etc/htgroup


require group demo



########################################################

########################################################
########################################################
# MathKernel
#

Alias /MathKernel "/usr/freeware/apache/share/htdocs/MathKernel"

    Options Indexes FollowSymLinks


#
# The following line mounts all JSP files and the /servlet/ uri to tomcat
#
JkMount /MathKernel/* 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




Modified: Wed Apr 18 05:07:29 2001 GMT
Page accessed 4469 times since Tue Feb 4 15:00:15 2003 GMT