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

2003-08-28 Thread Denise Mangano
. 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 Cool. My typical Apache build

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 ...

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

2003-08-28 Thread John Turner
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 from httpd.conf, your Apache starts up properly, with no errors? What is the output

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

2003-08-27 Thread Bill Barker
, 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 some verification. Apache install is ok

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 forget

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

2003-08-27 Thread Denise Mangano
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 error log - is Apache trying to handle the request instead of Tomcat

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

2003-08-27 Thread John Turner
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: - apache's access and error log

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

2003-08-27 Thread Denise Mangano
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 - I just realized that I explained it slightly wrong. When I comment the Include statement, apache starts

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

2003-08-27 Thread John Turner
. -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/apachectl configtest? John

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

2003-08-27 Thread Denise Mangano
in httpd.conf I can run the configtest 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

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

2003-08-27 Thread Denise Mangano
in httpd.conf I can run the configtest 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

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

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

2003-08-27 Thread Denise Mangano
- 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 is munged up. If you delete the mod_jk.conf Include

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

2003-08-27 Thread Denise Mangano
[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? I'm marking this as off-topic because we haven't determined

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