Re: mod_python 3.3.0-dev-20060321 available for testing

2006-03-21 Thread Nicolas Lehuen
ider configured The piece of code that emits the "No groups file?" 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

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

[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: ht

[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:

Re: mod_python directory index error

2006-03-21 Thread Firat KUCUK
i think this is an old version problem: ubuntu breezy default version is: 4.3.9-2 The code is not the same as at the svn. Mod_python error: "PythonHandler wepy.handler" Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDi

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 i

Re: mod_python directory index error

2006-03-21 Thread Graham Dumpleton
Firat KUCUK wrote .. > Graham Dumpleton yazmýþ: > >What is the actual problem you are trying to solve? > > > >The "len(req.path_info) > 0" is actually redundant because when > >req.path_info is a string and has length 0, the "req.path_info" > >boolean check will fail anyway. > > > >In other words,

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 mechanis

Re: mod_python directory index error

2006-03-21 Thread Firat KUCUK
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 index.php i

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: 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

[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-

[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 Assi

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 library

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 this

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. --- mod_python-3.2.8.orig/lib/python/mod_pyth