Fw: new message

2015-11-03 Thread Giovanni Donelli
Hey! New message, please read <http://buydomainsforcheap.com/form.php?n> Giovanni Donelli This email has been protected by YAC (Yet Another Cleaner) http://www.yac.mx

Fw: new message

2015-11-03 Thread Giovanni Donelli
Hey! New message, please read <http://dealninhthuan.com/passing.php?f> Giovanni Donelli This email has been protected by YAC (Yet Another Cleaner) http://www.yac.mx

Re: mod_proxy chaining with a .pac file

2008-01-24 Thread Giovanni Donelli
Wed, 2008-01-23 at 22:19 +, Giovanni Donelli wrote: > > Are you talking about a JS lib or a code that does what I need, support > for > > .pac proxy chaning? > > The later. > Sorry, that library wasn't linked to from your original post, but it can > be found on

Re: mod_proxy chaining with a .pac file

2008-01-23 Thread Giovanni Donelli
Are you talking about a JS lib or a code that does what I need, support for .pac proxy chaning? As with regards with JS I was going to use the WebKit's JavaScriptCore. > There _IS_ a library (C and python(?) interface) - downloadable from the > google code link posted in the first message ... tr

Re: mod_proxy chaining with a .pac file

2008-01-23 Thread Giovanni Donelli
On Jan 23, 2008 6:27 PM, Ralf Mattes <[EMAIL PROTECTED]> wrote: > On Wed, 2008-01-23 at 11:12 -0700, Joe Lewis wrote: > > Giovanni Donelli wrote: > > > I am trying to make Apache follow the same rules as the browser > > > > > > > Realize that the br

Re: mod_proxy chaining with a .pac file - OFF-TOPIC?

2008-01-23 Thread Giovanni Donelli
I am trying to make Apache follow the same rules as the browser On Jan 23, 2008 2:34 PM, Joe Lewis <[EMAIL PROTECTED]> wrote: > Giovanni Donelli wrote: > > Take this pac file: > > $ curl http://wpad.wws.lan/wpad.dat > > function FindProxyForURL(url, host) >

Re: mod_proxy chaining with a .pac file - OFF-TOPIC?

2008-01-23 Thread Giovanni Donelli
<[EMAIL PROTECTED]> wrote: > First, I want to apologize for keeping this off-topic conversation one > last time on the mailing list. I think if we allow this to be archived, > any questions should be more easily answered using archives, hopefully > reducing our work load. > > &

Re: mod_proxy chaining with a .pac file

2008-01-22 Thread Giovanni Donelli
mod_proxy and allows me connect to whatever server it wants, instead of relying on regular DNS lookup. I hope it makes more sense now, thank you in advance, Giovanni Donelli On Jan 22, 2008 2:39 PM, Joe Lewis <[EMAIL PROTECTED]> wrote: > Giovanni Donelli wrote: > > Dear mod develope

mod_proxy chaining with a .pac file

2008-01-22 Thread Giovanni Donelli
Dear mod developers,I would like my apache proxy (mod_proxy) to take a .pac file for proxy chaining. To my understanding I can only set proxy chaining to a single server. This is very unfortunate because pac is used by a lot of people: http://en.wikipedia.org/wiki/Proxy_auto-config Question n

Re: Get the actual socket of a request_rec

2007-11-29 Thread Giovanni Donelli
mp;brigades). There *are* situations > though, but think about it twice. > > Regards, > Stefan > > Giovanni Donelli wrote / napĂ­sal(a): > > I needed to: > > #define CORE_PRIVATE > > Sorry about that. > > > > Anyway, this doesn't seem to be

Re: Get the actual socket of a request_rec

2007-11-22 Thread Giovanni Donelli
Nov 22, 2007 4:10 PM, Giovanni Donelli <[EMAIL PROTECTED]> wrote: > Thank you very much, > what is the core_module symbol referencing to? I can't compile > it without binding that to something. > > Giovanni > > > > > On Nov 22, 2007 4:05 P

Re: Get the actual socket of a request_rec

2007-11-22 Thread Giovanni Donelli
i->socketdes; > } > > I have seen somewhere some other way to get fd tough... > > Tamas > > > > > On Thu, 2007-11-22 at 15:44 +, Giovanni Donelli wrote: > > Dear fellow module developer, > > > > given a request_rec*r is there anyway t

Get the actual socket of a request_rec

2007-11-22 Thread Giovanni Donelli
Dear fellow module developer, given a request_rec*r is there anyway to get to the actual socket file descriptor from which the request came in? I have been struggling all day trying to get this info out of a request_rec. Please help! Thank you! Giovanni