Re: IP Address Geographic Location?

2009-03-18 Thread Hans Fugal
Kimball Larsen wrote: > I'm working on a small project for my family and need to be able to > produce a map of the world with the geographic locations of specific IP > addresses indicated on the map. The list of specific IPs is quite large > - > 500 of them. I've found places online to look up th

Apache/mod_ssl crashing on startup

2009-03-18 Thread Barry Roberts
I have an internal-use-only web server that had several hundred days of uptime before a power change recently. Since it has powered back up I can't get apache to start. It's a 32-bit CentOS 5 machine. If I remove the ssl.conf from /etc/httpd/conf.d, it starts up fine. With it, it segfaults

Re: Apache/mod_ssl crashing on startup

2009-03-18 Thread Andrew McNabb
On Wed, Mar 18, 2009 at 01:29:19PM -0600, Barry Roberts wrote: > I have an internal-use-only web server that had several hundred days of > uptime before a power change recently. Since it has powered back up I > can't get apache to start. > > It's a 32-bit CentOS 5 machine. If I remove the ssl

Re: Apache/mod_ssl crashing on startup

2009-03-18 Thread Andrew McNabb
On Wed, Mar 18, 2009 at 01:49:24PM -0600, Andrew McNabb wrote: > > I had a very similar problem with Fedora 10. The problem was that there > was a missing package dependency. This is discussed in Red Hat bug > number 471898. I may be mixing this up with another Apache problem I had, where I was

Re: Apache/mod_ssl crashing on startup

2009-03-18 Thread Stuart Jansen
On Wed, 2009-03-18 at 13:29 -0600, Barry Roberts wrote: > I have an internal-use-only web server that had several hundred days of > uptime before a power change recently. Since it has powered back up I > can't get apache to start. When things get mysterious, I start looking in unexpected corner

Re: Apache/mod_ssl crashing on startup

2009-03-18 Thread Chris
On Wed, Mar 18, 2009 at 1:29 PM, Barry Roberts wrote: > strace httpd -k start shows the last system calls (I can send the full > output) as either a whole bunch of: > time(NULL)                              = 1237404201 Did you run httpd inside gdb and examine the stack backtrace, registers, and

Re: Apache/mod_ssl crashing on startup [SOLVED]

2009-03-18 Thread Barry Roberts
On 03/18/2009 03:11 PM, Chris wrote: On Wed, Mar 18, 2009 at 1:29 PM, Barry Roberts wrote: strace httpd -k start shows the last system calls (I can send the full output) as either a whole bunch of: time(NULL) = 1237404201 Did you run httpd inside gdb and

Re: Apache/mod_ssl crashing on startup [SOLVED]

2009-03-18 Thread Stuart Jansen
On Wed, 2009-03-18 at 15:45 -0600, Barry Roberts wrote: > So gdb showed me this: > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1208408304 (LWP 26795)] > 0x001c08d9 in CRYPTO_new_ex_data () from /opt/lgtonmc/bin/libldap-2.3.so.0 Interesting. I'll be sure to add an l

very strange apache time zone problem

2009-03-18 Thread Michael Torrie
On my server, php apps are reporting the timezone is switching back and forth between -0600 and -0500. Also all the log files (access_log, and error_log) bounce back and forth between these two time zones. This is becoming a problem for one poorly written app that stores dates as a unix timestamp

Re: very strange apache time zone problem

2009-03-18 Thread Jon Jensen
On Wed, 18 Mar 2009, Michael Torrie wrote: On my server, php apps are reporting the timezone is switching back and forth between -0600 and -0500. Also all the log files (access_log, and error_log) bounce back and forth between these two time zones. This is becoming a problem for one poorly w

Re: very strange apache time zone problem

2009-03-18 Thread Michael Torrie
Jon Jensen wrote: > Have you restarted Apache lately? (Full restart, not graceful or HUP.) > > If it's been running since before the daylight saving time switch, it's > possible some children are still in the old UTC offset, while new ones are > in the new offset. Seems like I've run into that b