Re: [us...@httpd] Re: Proposal to Optionally Block DNS

2009-08-24 Thread Aaron Turner
Google: http://en.wikipedia.org/wiki/Patch_(computing) >  I am not familiar with the term "golf-clap", so I >  looked it up.  I found two meanings: one would >  indicate support, and the other would indicate >  disdain. > > Nothing like lucid communication. I believe

Re: [us...@httpd] SSL cert for alias too

2009-07-15 Thread Aaron Turner
ct won't work in this case because it is done at the HTTP layer and the SSL handshake occurs before the GET request. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a

Re: [us...@httpd] Redirecting htaccess over SSL, then back to port 80?

2009-07-14 Thread Aaron Turner
ick a menu link etc, and go back to port 80 and > password >     is not exposed. Honestly, I'm not sure if that's part of the HTTP spec or is client specific (and I'm too lazy to read the RFC's), but I guess the question really is what do you want to accomplish?What a

Re: [us...@httpd] Redirecting htaccess over SSL, then back to port 80?

2009-07-07 Thread Aaron Turner
; pass are "encrypted" but it's really just base64 encoding). -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, des

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-16 Thread Aaron Turner
On Wed, Apr 15, 2009 at 10:33 PM, Krist van Besien wrote: > On Thu, Apr 16, 2009 at 12:30 AM, Aaron Turner wrote: >> Looks like I figured it out. >> >> OSX's internal name resolution API calls (gethostbyname?) apparently >> doesn't honor /etc/resolv.conf, but

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Aaron Turner
e a perfectly good local named running on loopback. No idea why, using dig against localhost worked just fine. Long story short, going into System Preferences -> Networking -> Advanced -> DNS and adding additional dns servers after 127.0.0.1 seems to have solved the problem. -

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Aaron Turner
sible via the outside world. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benj

Re: [us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-15 Thread Aaron Turner
On Tue, Apr 14, 2009 at 11:34 PM, Krist van Besien wrote: > On Tue, Apr 14, 2009 at 5:32 PM, Aaron Turner wrote: >> Nobody has any ideas??? >> >> On Sat, Apr 11, 2009 at 3:31 PM, Aaron Turner wrote: >>> At first I thought this was a problem with my python/fa

[us...@httpd] Re: Apache (php5/fcgi) can't resolve hostnames

2009-04-14 Thread Aaron Turner
Nobody has any ideas??? On Sat, Apr 11, 2009 at 3:31 PM, Aaron Turner wrote: > At first I thought this was a problem with my python/fastcgi config, > but now I've noticed that php5 apps like Wordpress can't resolve hosts > either.  Resolving hosts works just fine on the c

[us...@httpd] Apache (php5/fcgi) can't resolve hostnames

2009-04-11 Thread Aaron Turner
it seems that the common link is apache. Anyone have any suggestions on how to debug this? OS X 10.5.6 Apache 2.2.11 (via MacPorts) Thanks, Aaron -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up ess

[EMAIL PROTECTED] 2.2.8 and SSLCertificateChainFile not working

2008-04-08 Thread Aaron Turner
Turning on debug logging, I do see: [Tue Apr 08 12:33:30 2008] [debug] ssl_engine_init.c(664): Configuring server certificate chain (1 CA certificate) Which seems to indicate that it's loading he sf_issuing.crt file, but I'm at a loss beyond that. Any ideas/suggestions? Thank