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 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
[ 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
[ 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:
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
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
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,
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
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
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.
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
[ 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-
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
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
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
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
16 matches
Mail list logo