Re[2]: [OT] mod_proxy tuning info?

2000-08-21 Thread Ilya Obshadko
Hello Edward, ñðåäà, 16 àâãóñòà 2000 ã., you wrote: EM Yes, I have read that part of the mod_perl guide. I'm looking for a more EM detailed discussion on mod_proxy configuration and performance. EM But it doesn't answer the questions I have regarding the use of mod_proxy: EM * What affect does

Re[2]: [RFC] modproxy:modperl ratios...

2000-05-03 Thread Ilya Obshadko
Hello Matt, ÷åòâåðã, 27 àïðåëÿ 2000 ã., you wrote: doing - and the TCP listen queue will hold a few more connections if you are slightly short of backends. MS Is there any benefit of mod_proxy over a real proxy front end like "Oops"? I don't think so, at least for "accelerator" application

END blocks in perl modules

2000-02-12 Thread Ilya Obshadko
Hello modperl, Yet another mystic thing. I've been messing around with IPC::Shareable. The purpose was just simple: create shared memory segment on startup, give access to it for all child processes, destroy this segment after httpd shutdown. I've encountered a strange problem with the

Re[2]: END blocks in perl modules

2000-02-12 Thread Ilya Obshadko
Hello James, ñóááîòà, 12 ôåâðàëÿ 2000 ã., you wrote: JGS What you want to do, I think, is something like the following: JGS sub tie_keys { JGS unless(tied %Keys or not defined $IPC::Shareable::VERSION) { JGS tie(%Keys, 'IPC::Shareable', 'abcd', { # random glue... JGS

Apache::Request weirdness

2000-02-08 Thread Ilya Obshadko
Hello, I've discovered the following. Suggest that you use Apache::Request object in both fixup handler and registry script. So we have: 1) unpredictable segmentation faults 2) when parsing POST data, only first-time call (in fixup handler) produces correct results, the

Re: X-Forwarded-For problem

2000-02-05 Thread Ilya Obshadko
Hello Ewan, ïÿòíèöà, 4 ôåâðàëÿ 2000 ã., you wrote: EE Module Name: mod_proxy_add_forward.c EE Content handlers: none EE Configuration Phase Participation: none EE Request Phase Participation: Fixups EE Module Directives: none EE Looks good to me. My guess is that I'm missing something obvious,

Re: mod_ssl in fronend-backend Apache configuration

2000-01-31 Thread Ilya Obshadko
Hello BeerBong, ÐÏÎÅÄÅÌØÎÉË, 31 ÑÎ×ÁÒÑ 2000 Ç., you wrote: B mod_ssl is not a light thing, and I need encrypt mod_perl'd script results B only, therefore I think that mod_ssl should be in back-end server. Am I B right ? Does mod_proxy pass ssl encrypted data? mod_proxy allows CONNECT method

Re: self url

2000-01-26 Thread Ilya Obshadko
Hello Vladimir, ñðåäà, 26 ÿíâàðÿ 2000 ã., you wrote: VI Is there a way to get the URL of the current document in Embperl? Sort of like $q-self_url in CGI.pm. Hmmm. Maybe [- $req_rec-uri -] could help? ($req_rec represents apache request_rec object in Embperl). Best regards, Ilya

[ANNOUNCE] mod_proxy related patches

2000-01-21 Thread Ilya Obshadko
Hello, Finally, I've composed all the work I did this year about mod_proxy functionality as a dynamic content cache, into one patchset. This job was done during while developing and maintaining websites produced by http://web.masterskaya.ru (sorry, we have no english page yet). Those