Re: HTTP Proxy using MOD_PERL

2006-09-06 Thread Charles Bueche
SetOutputFilter provided by http://apache.webthing.com/mod_line_edit If all this stuff sounds like Chinese, you will need to make you smart. Buy some books and start hacking. Expect some headaches and don't fear to look into source code to understand what going on. Charles Charles Bueche wrote: Hi

different FIxupHandler in different subdirs of reverse-proxy

2006-06-23 Thread Charles Bueche
Is this allowed ? Will it work as advertised, eg within proxy requests to BBB, I will get fixup BBB, and elsewhere fixup AAA ? TIA, Charles -- Charles Bueche [EMAIL PROTECTED] sand, snow, wave, wind and net -surfer

Re: regular expressions

2006-06-05 Thread Charles Bueche
. Malka Cymbalista Webmaster, Weizmann Institute of Science [EMAIL PROTECTED] 08-934-3036 -- Charles Bueche [EMAIL PROTECTED] www.netnea.com : your best source for ultra-geeks !

Re: [mp2] is DIR_CREATE called for Proxy spec directives ?

2006-05-28 Thread Charles Bueche
within httpd.conf containers. Thanks, Charles On sam, 2006-05-27 at 17:51 +0200, Charles Bueche wrote: Hi Geoffrey, oops, that was a typo, I meant DIR_MERGE in fact. But really, do I need a DIR_MERGE even to achieve the default behavior ? Charles On Sat, 2006-05-27 at 11:32 -0400

Re: [mp2] is DIR_CREATE called for Proxy spec directives ?

2006-05-27 Thread Charles Bueche
Hi Geoffrey, oops, that was a typo, I meant DIR_MERGE in fact. But really, do I need a DIR_MERGE even to achieve the default behavior ? Charles On Sat, 2006-05-27 at 11:32 -0400, Geoffrey Young wrote: What do I do wrong ? Do I have to do something special when I register the new directives

[mp2] accessing the config of another module

2006-05-17 Thread Charles Bueche
module above. I have studied and tried Apache2::Module, Apache2::Directive, and read a lot, but I can't find a working solution. Pointers and code example welcome... Charles -- Charles Bueche [EMAIL PROTECTED] sand, snow, wave, wind and net -surfer

Re: [mp2] accessing the config of another module

2006-05-17 Thread Charles Bueche
from it. Charles On mer, 2006-05-17 at 09:38 -0400, Geoffrey Young wrote: Charles Bueche wrote: Hi, I have a C module loaded and working. It's an access_handler. It has its own configuration directives, which I can use in the global section of httpd.conf or in a vhost section