My httpd.conf and worker2.properties files are as follows:
****httpd.conf****
#
# /usr/local/etc/httpd.conf
#
# Local Apache configuration file for mmdb.at.ufl.edu
#
ServerName mmdbt.at.ufl.edu
Listen 80
AddHandler cgi-script .cgi
<Directory "/home/*/public_html">
Options FollowSymLinks ExecCGI Includes Indexes
AllowOverride AuthConfig Fileinfo Limit Indexes
</Directory>
#
# Configuration for Tomcat connectors on this node
#
LoadModule jk2_module modules/mod_jk2.so
<VirtualHost *>
ServerName mmdbt.at.ufl.edu
DocumentRoot /home/www/public_html
#
# configuration for Tomcat examples
# container
#
Redirect permanent /tomcat http://mmdbt.at.ufl.edu/tomcat/
Redirect permanent /tomcat/tomcat-docs
http://mmdbt.at.ufl.edu/tomcat/tomcat-docs/
</VirtualHost>
****workers2.properties****
#define the shared memory file
[shm:]
file=/usr/local/apache-2.0.50/logs/jk2.log
size=1000000
debug=1
# Define the communication channel
[channel.socket:localhost:8409]
port=8409
host=orbt.at.ufl.edu
type=ajp13
[channel.socket:localhost:8209]
port=8209
host=edist.at.ufl.edu
type=ajp13
# define the worker
[ajp13:localhost:8409]
channel=channel.socket:localhost:8409
[ajp13:localhost:8209]
channel=channel.socket:localhost:8209
[uri:orbt.at.ufl.edu/*]
group=ajp13:localhost:8409
[uri:edist.at.ufl.edu/*]
group=ajp13:localhost:8209
Thanks again Matt and Charlie,
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]