Apache 2.0 + SSL + FreeBSD 5.1

2004-03-27 Thread Colin Faber
ing with __ and the normal name is an alias. */ #if defined (__stub_SSL_set_cert_store) || defined (__stub___SSL_set_cert_store) choke me #else f = SSL_set_cert_store; #endif ; return 0; } configure:10162: result: no -- Colin Faber FPSN.Net Development staff email: [EMAIL PROTECTED]

Re: CGI/SSL spec?

2003-08-20 Thread Colin Faber
Hi Philip, Dumping the environment variables is a very simple task. Try: #!/bin/sh echo "Content-type: text/plain" echo "" /usr/bin/printenv chmod it and stick it on your SSL server and run it. Philip Champon wrote: Hi, I tried searching the archives, to find out where I might be able to read

Re: HEAD / HTTP/1.0

2001-05-07 Thread Colin Faber
James, I think you're mis-reading his use of telnet, I think what he means to say is 'when I telnet to port 80 ..' In any case I can see why one would want to make it harder for someone to exploit unknown exploits (if that makes sense) If you wish to modify the string returned by HEAD simply edit

Re: Who is this clueless moron?

2000-10-11 Thread Colin Faber
See, Just another reason why clue less people shouldn't have internet access.. "Michael T. Babcock" wrote: > Very astute of you to try https. I think the private E-mails I sent him > earlier may have helped him re-think things too ... but I don't know. > > Lets all hope ;-). > > James Treworg

Re: ENV-Variable with Posts...

2000-07-25 Thread Colin Faber
ve a look at: > http://www.apache.org/docs/misc/FAQ.html#remote-user-var > > Hope this help > Edouard > > - Original Message - > From: "Colin Faber" <> > To: <[EMAIL PROTECTED]> > Sent: Monday, July 24, 2000 12:33 AM > Subject: Re: ENV-Vari

off topic

2000-07-23 Thread Colin Faber
Guys I know this is a little off topic but can anyone direct me to the mod_rewrite list? or better documentation? __ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List

Re: ENV-Variable with Posts...

2000-07-23 Thread Colin Faber
They do, if you use htaccess it should populate it every time.. -- Snip -- #!/usr/local/bin/perl print "Content-type: text/plain\n\n"; for(keys %ENV){ print "\$ENV{$_} => $ENV{$_}\n"; } -- Snip -- "Sascha E. Pollok" wrote: > > Dear folks, > > I know that this is some apache-specific thingie