cookies generation by session, patch

2006-03-21 Thread Stanislav Ershov
Hi, I wrote a simple patch for 'Session.py'. Patch adds possibility to disable cookies generation by session. And it's optional. By default cookies generation enabled. Add Apache directive 'Python Option sessin_cookie_generation 0' for disabling. ---

Re: cookies generation by session, patch

2006-03-21 Thread Graham Dumpleton
Now can you explain why one would want to do this? Unless you provide some justification of why it is necessary it is less likely to be accepted as although the reasons may be obvious to you, it may not be to us. There also may be better ways of achieving the same end. Also, describe why

mod_python directory index error

2006-03-21 Thread Firat KUCUK
Hi, i have a little problem about Directory Index. this is our .htaccess file: Allow from   All AddHandler   mod_python .py PythonHandler    wepy.handler PythonDebug  On DirectoryIndex   index.htm index.html index.php index.py index.pl wepy is a new PHP like web python

[jira] Created: (MODPYTHON-150) make_obcallback not thread protected

2006-03-21 Thread Graham Dumpleton (JIRA)
make_obcallback not thread protected Key: MODPYTHON-150 URL: http://issues.apache.org/jira/browse/MODPYTHON-150 Project: mod_python Type: Bug Components: core Versions: 3.2.8, 3.1.4 Reporter: Graham Dumpleton

[jira] Work started: (MODPYTHON-150) make_obcallback not thread protected

2006-03-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-150?page=all ] Work on MODPYTHON-150 started by Graham Dumpleton make_obcallback not thread protected Key: MODPYTHON-150 URL: http://issues.apache.org/jira/browse/MODPYTHON-150

Re: mod_python directory index error

2006-03-21 Thread Graham Dumpleton
Firat KUCUK wrote .. Hi, i have a little problem about Directory Index. this is our .htaccess file: Allow from All AddHandler mod_python .py PythonHandlerwepy.handler PythonDebug On DirectoryIndex index.htm index.html index.php index.py index.pl wepy is

Re: cookies generation by session, patch

2006-03-21 Thread Graham Dumpleton
Now that I have some time, I'll explain why I want your reasoning. I didn't have the time when I sent original email. The only reason I can think of for Session not to generate a cookie is because the SID is being extracted from the URL or is being passed by some mechanism other than as a cookie.

Re: cookies generation by session, patch

2006-03-21 Thread Jim Gallacher
Graham Dumpleton wrote: Now that I have some time, I'll explain why I want your reasoning. I didn't have the time when I sent original email. The only reason I can think of for Session not to generate a cookie is because the SID is being extracted from the URL or is being passed by some

Re: mod_python directory index error

2006-03-21 Thread Jim Gallacher
Firat KUCUK wrote: Graham Dumpleton yazmış: Firat KUCUK wrote .. Hi, i have a little problem about Directory Index. this is our .htaccess file: Allow from All AddHandler mod_python .py PythonHandlerwepy.handler PythonDebug On DirectoryIndex index.htm index.html

[jira] Resolved: (MODPYTHON-150) make_obcallback not thread protected

2006-03-21 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-150?page=all ] Graham Dumpleton resolved MODPYTHON-150: Fix Version: 3.3 Resolution: Fixed make_obcallback not thread protected Key:

[jira] Resolved: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-03-21 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Jim Gallacher resolved MODPYTHON-93: Resolution: Fixed Improve util.FieldStorage efficiency Key: MODPYTHON-93 URL:

mod_python 3.3.0-dev-20060321 available for testing

2006-03-21 Thread Jim Gallacher
mod_python-3.3.0-dev-20060321 is available for testing. We are asking the mod_python development community for assistance in testing the current development branch. Hopefully this will allow us to catch new bugs or regressions early, and when we are ready for the next release the beta cycle

Re: mod_python 3.3.0-dev-20060321 available for testing

2006-03-21 Thread Nicolas Lehuen
? seem to reside in libhttpd.dll, a part of Apache 2.2, so I guess it's a problem with my Apache setup. I'll try this on my Apache 2.0 setup on my PC at work and let you know. Regards, Nicolas 2006/3/22, Jim Gallacher [EMAIL PROTECTED]: mod_python-3.3.0-dev-20060321 is available for testing. We

[Patch] Backend reverse-proxy https connections

2006-03-21 Thread William A. Rowe, Jr.
Right now, it appears that the backend https client is not correctly initialized. Code inspection, based on my mod_ftp experience, is that we aren't handshaking before sending our request. It's necessary for the HTTPS client to do a 'pull' before pushing out the response to handshake SSL/TLS,

Re: svn commit: r386792 - /httpd/httpd/trunk/acinclude.m4

2006-03-21 Thread Joe Orton
On Sat, Mar 18, 2006 at 02:26:21AM -, Justin Erenkrantz wrote: Author: jerenkrantz Date: Fri Mar 17 18:26:19 2006 New Revision: 386792 URL: http://svn.apache.org/viewcvs?rev=386792view=rev Log: * acinclude.m4: When enabling a static library, ensure that the module's dependent

Re: apache-modules

2006-03-21 Thread Sander Temme
Hey, On Mar 21, 2006, at 7:28 AM, William wrote: What is the url address to the apache-modules list. Thanks http://modules.apache.org/ No problemo. S. smime.p7s Description: S/MIME cryptographic signature

apache-modules

2006-03-21 Thread William
What is the url address to the apache-modules list. Thanks

Re: Log Program

2006-03-21 Thread Jorge Schrauwen
So a Readline while not EOF should work then...I'll give that a shot.Jorge, keep in mind that the logger won't end until the write end of the pipeis closed, and that includes both the currently running workers, the parent,and it's own copy (!) if you kept one open. Be sure your logger only

Re: svn commit: r386792 - /httpd/httpd/trunk/acinclude.m4

2006-03-21 Thread Justin Erenkrantz
On 3/21/06, Joe Orton [EMAIL PROTECTED] wrote: What supported versions of GNU libtool do this, what platform? 1.3 and 1.4 variants that are long unsupported or were tweaked incorrectly by the packager. The stock 1.5 series gets it right. Can you give a repro case so I can report this

2.2.1?

2006-03-21 Thread Oden Eriksson
Hello. I just wondered to know when you plan to release apache-2.2.1+? -- Regards // Oden Eriksson Mandriva: http://www.mandriva.com NUX: http://li.nux.se

Bug in proxy_balancer?

2006-03-21 Thread Brian Akins
This works: VirtualHost * ... Proxy balancer://fill BalancerMember http://server1:80 route=server1 BalancerMember http://server2:80 route=server2 /Proxy ProxyPass /path balancer://fill/ stickysession=Sticky /VirtualHost This does not: Proxy

Bug in proxy_balancer?

2006-03-21 Thread Brian Akins
got bounced? Original Message Subject: Bug in proxy_balancer? Date: Tue, 21 Mar 2006 14:18:07 -0500 From: Brian Akins [EMAIL PROTECTED] To: dev@httpd.apache.org This works: VirtualHost * ... Proxy balancer://fill BalancerMember http://server1:80 route=server1

Re: Appeal for help understanding fiendishly complex data structure in mod_authz_core

2006-03-21 Thread Brad Nicholes
{ On 3/19/2006 at 8:40:56 am, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: mod_authz_core contains a fiendishly complex data structure, the 'authz_provider_list' (which is actually more like a tree than a list), which is used to implement the concept of nested SatisfyOne/SatisfyAll

[PATCH] add proxy balancer support to ProxyRemote

2006-03-21 Thread Davi Arnaut
Hi, This patch provides load balancing support for remote proxy servers. Scenario: Proxy balancer://cluster/ BalancerMember http://cache1.foo.bar BalancerMember http://cache2.foo.bar BalancerMember http://cache3.foo.bar /Proxy VirtualHost *:8000 ProxyRemote *

Using Output Filter

2006-03-21 Thread William
Hi I am new to Apache and I am not sure if I have set up correctly. I have Apache running on my computer as a Proxy server using the directive ProxyRequest On. I created a module as an Output filter for .html, .txt, .css and .js files. I have configured my browser to use the Apache Proxy

SSL_CLIENT_CERT header bad format

2006-03-21 Thread Marc Stern
It seems that the PEM-encoded certificate coming out of OpenSSL (0.9.8a in my case) contains new lines without leading space, which is interpreted as a new HTTP header. Even more important, the last empty line leads to 2 new lines without leading space, which is interpreted as the end of all HTTP