In the Apache error.log file, I get this when I restart Apache... [Fri May 14 12:13:40 2004] [notice] SIGHUP received. Attempting to restart No worker file and no worker options in httpd.conf \nuse JkWorkerFile to set workers\n [Fri May 14 12:13:41 2004] [notice] Apache/2.0.49 (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7d configured -- resuming normal operations
Does anyone know what that error means? Thanks, Chris > Tomcat 4.1.30 > Apache 2.0.49 > tomcat-connectors-jk-1.2.5 (mod_jk) > Red Hat Enterprise Linux ES 3.0 > > > I have Tomcat and Apache both up and running okay, but I'm having a > problem with mod_jk. When I try to execute .jsp pages from Apache I get > a 500 Internal Server Error. I think this is a configuration issue > somewhere in Tomcat. > > These are the changes I've made.... > > /usr/local/apache2/conf/httpd.conf... > > LoadModule jk_module modules/mod_jk.so > Include /usr/local/tomcat/conf/auto/mod_jk.conf > > > > /usr/local/tomcat/conf/server.xml....... > > I took the default file and just added two lines... > > <Server port="8005" shutdown="SHUTDOWN" debug="0"> > <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" > modJk="/usr/local/apache2/modules/mod_jk.so" /> > > <!-- Define the default virtual host --> > <Host name="tux.foo.org" debug="0" appBase="webapps" > unpackWARs="true" autoDeploy="true"> > <Listener className="org.apache.ajp.tomcat4.config.ApacheConfig" > append="true" forwardAll="false" > modJk="/usr/local/apache2/modules/mod_jk.so" /> > > > /usr/local/tomcat/conf/jk/workers.properties..... > > worker.list=ajp13 > worker.ajp13.port=8009 > worker.ajp13.host=localhost > worker.ajp13.type=ajp13 > > > > Anyone know whats up? > > Thanks, > Chris > > > > --------------------------------------------------------------------- To > unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
