Okay so I found that our hosts file is using the ipv6 shortcut for the local loopback like this:
::1 www.ourdomain.com localhost.localdomain localhost so I replaced the "::1" with 127.0.0.1, and now httpd will start just fine. :o) Thanks so much, Jordan!! :o) Chris On Fri, Dec 5, 2008 at 8:21 PM, Jordan Michaels <[EMAIL PROTECTED]>wrote: > > example /etc/hosts entry: > > 127.0.0.1 myserver localhost localhost.localdomain > > If a line similar to the above doesn't exist in /etc/hosts, it needs to be > added. > > Then try pinging localhost again. If it resolves, you should be gtg. > > Hope this helps! > > -Jordan > > > ----- Original Message ----- > From: "Jordan Michaels" <[EMAIL PROTECTED]> > To: [email protected] > Sent: Friday, December 5, 2008 6:07:13 PM GMT -08:00 US/Canada Pacific > Subject: [OpenBD] Re: HTTPD refuses to start after using Jordan Michaels' > installer. > > > When logged into your machine locally, can you ping "localhost"? > > What does your /etc/hosts file look like? (Is there an entry for localhost > there?) > > "localhost" needs to resolve to 127.0.0.1 in order for mod_jk to work > properly. That's what's going on here. > > I'll try to throw in a test for this in the next iteration of the > installer. > > - Jordan > > > > ----- Original Message ----- > From: "Chris Jordan" <[EMAIL PROTECTED]> > To: "OpenBD Mailing List" <[email protected]> > Sent: Friday, December 5, 2008 2:16:40 PM GMT -08:00 US/Canada Pacific > Subject: [OpenBD] Re: HTTPD refuses to start after using Jordan Michaels' > installer. > > okay, I commented out the mod_jk lines that were added to my httpd.conf > file, and apache starts again. Just for reference, here are the lines I > commented out. > > #<IfModule !mod_jk.c> > # LoadModule jk_module modules/mod_jk.so > #</IfModule> > # > #<IfModule mod_jk.c> > # JkMount /*.cfm ajp13 > # JkMount /*.cfc ajp13 > # JkMount /*.do ajp13 > # JkMount /*.jsp ajp13 > # JkMount /*.cfchart ajp13 > #</IfModule> > > What am I missing out on without mod_jk again? Someone explained it to me > once, but I guess it went in one ear and out the other, because I don't > remember. Well, my server is back up and running again, so my hurry to get > this problem solved isn't quite what it was a few minutes ago, but I'd still > appreciate anyone's help in getting this working right. > > Thanks, > Chris > > > > On Fri, Dec 5, 2008 at 3:33 PM, Chris Jordan < [EMAIL PROTECTED] > > wrote: > > > Hi folks, > > I'm not sure what to do. My Apache refuses to start after installing OpenBD > using Jordan Michaels' cool little installer. > > I'm not sure what to look for. Help! Please? > > I chose the defaults for all but one of the paths. The one I changed was > the install directory of openbd itself. I'm running Apache 2.2.6 and my > mod_jk log has the following: > > [Fri Dec 05 15:06:08 2008] [3542:18128] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:06:08 2008] [3542:18128] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:06:08 2008] [3542:18128] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:06:08 2008] [3542:18128] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > [Fri Dec 05 15:08:26 2008] [3553:38608] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:08:26 2008] [3553:38608] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:08:26 2008] [3553:38608] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:08:26 2008] [3553:38608] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > [Fri Dec 05 15:09:06 2008] [3556:63184] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:09:06 2008] [3556:63184] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:09:06 2008] [3556:63184] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:09:06 2008] [3556:63184] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > [Fri Dec 05 15:09:33 2008] [3559:54992] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:09:33 2008] [3559:54992] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:09:33 2008] [3559:54992] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:09:33 2008] [3559:54992] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > [Fri Dec 05 15:10:19 2008] [3566:63184] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:10:19 2008] [3566:63184] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:10:19 2008] [3566:63184] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:10:19 2008] [3566:63184] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > [Fri Dec 05 15:20:00 2008] [3595:1744] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:20:00 2008] [3595:1744] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:20:00 2008] [3595:1744] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:20:00 2008] [3595:1744] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > [Fri Dec 05 15:21:11 2008] [3601:42704] [error] > ajp_validate::jk_ajp_common.c (2005): can't resolve tomcat address localhost > [Fri Dec 05 15:21:11 2008] [3601:42704] [error] > ajp_validate::jk_ajp_common.c (2008): invalid host and port localhost 8009 > [Fri Dec 05 15:21:11 2008] [3601:42704] [error] > wc_create_worker::jk_worker.c (161): validate failed for ajp13 > [Fri Dec 05 15:21:11 2008] [3601:42704] [error] > build_worker_map::jk_worker.c (259): failed to create worker ajp13 > > > I need somone's help quick. > > Many thanks! > Chris > > -- > http://cjordan.us > > > > -- > http://cjordan.us > > > > > > > > -- http://cjordan.us --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official blog @ http://blog.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
