Re: First mod_jk problem - can't start apache with Include statement(revisited)

2003-08-28 Thread John Turner
PROTECTED] Sent: Wednesday, August 27, 2003 10:25 AM To: Tomcat Users List Subject: Re: First mod_jk problem - can't start apache with Include statement Hate to say it, but it sounds like your Apache is munged up. If you delete the mod_jk.conf Include, and you delete all other JK stuff

Re: First mod_jk problem - can't start apache with Include statement(revisited)

2003-08-28 Thread John Turner
I woudl skip the Include statement and modify httpd.conf manually as you have. For anything but a simple configuration, you have to do it anyway, so there's no real loss. John Denise Mangano wrote: Not really sure if this is a problem as of yet. I currently cannot test my configuration ... B

RE: First mod_jk problem - can't start apache with Include statement (revisited)

2003-08-28 Thread Denise Mangano
d as DSO's. Thanks :) DEnise > -Original Message- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 11:08 AM > To: Tomcat Users List > Subject: Re: [OFF-TOPIC] Re: First mod_jk problem - can't > start apache with Include statement >

RE: [OFF-TOPIC] Re: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Denise Mangano
riginal Message- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 10:47 AM > To: Tomcat Users List > Subject: [OFF-TOPIC] Re: First mod_jk problem - can't start > apache with Include statement > > > > Are you loading mod_ssl?

RE: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Denise Mangano
age- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 10:25 AM > To: Tomcat Users List > Subject: Re: First mod_jk problem - can't start apache with > Include statement > > > > Hate to say it, but it sounds like your Apache i

Re: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread John Turner
Hate to say it, but it sounds like your Apache is munged up. If you delete the mod_jk.conf Include, and you delete all other JK stuff from httpd.conf, your Apache starts up properly, with no errors? What is the output of "httpd -l"? John Denise Mangano wrote: OK, I tried adding the Jk directi

RE: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Denise Mangano
It just hangs Also, the same > situation. > > If I comment out the Include statement in httpd.conf I can run the > > configtest ok. > > > > > >>-Original Message- > >>From: John Turner [mailto:[EMAIL PROTECTED] > >>Sent

RE: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Denise Mangano
ge- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 9:29 AM > To: Tomcat Users List > Subject: Re: First mod_jk problem - can't start apache with > Include statement > > > > configtest doesn't return an error? It just hangs

Re: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread John Turner
st ok. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 9:20 AM To: Tomcat Users List Subject: Re: First mod_jk problem - can't start apache with Include statement What's the output of "APACHE_HOME/bin/apachect

RE: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Denise Mangano
t Users List > Subject: Re: First mod_jk problem - can't start apache with > Include statement > > > > What's the output of "APACHE_HOME/bin/apachectl configtest"? > > John > > Denise Mangano wrote: > > > John - > > > >

Re: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread John Turner
3 #END workers.properties Thanks, Denise -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 8:19 AM To: Tomcat Users List Subject: Re: First mod_jk problem - can't start apache with Include statement Hi - Things I would check:

RE: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Denise Mangano
Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 8:19 AM > To: Tomcat Users List > Subject: Re: First mod_jk problem - can't start apache with > Include statement > > > > Hi - > > Things I would check: > > - apache's access and er

Re: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread John Turner
Hi - Things I would check: - apache's access and error log -> is Apache trying to handle the request instead of Tomcat? - Tomcat's log -> is Tomcat even getting the request? - move mod_jk.conf to APACHE_HOME/conf, change your Include to match. Then change JkLogLevel to "debug" or "info" (I fo

Re: First mod_jk problem - can't start apache with Include statement

2003-08-27 Thread Bill Barker
.tomcat.user Sent: Tuesday, August 26, 2003 3:38 PM Subject: First mod_jk problem - can't start apache with Include statement I've been following John Turner's how-to (diff apache version but the instructions can still apply). I think they problem is a permission issue, but wanted

First mod_jk problem - can't start apache with Include statement

2003-08-26 Thread Denise Mangano
I've been following John Turner's how-to (diff apache version but the instructions can still apply). I think they problem is a permission issue, but wanted some verification. Apache install is ok, Tomcat install is ok. I followed the steps, and added the Listeners, and the LoadModule and Include