The Apache Software Foundation and The Apache HTTP Server Project are
pleased to announce the 3.2.5 Beta release mod_python.
Version 3.2.5b of mod_python features several new functions and attributes
providing better access to apache internals, file-based sessions and other
session improveme
In changes appendix:
http://www.modpython.org/live/mod_python-3.2.5b/doc-html/node97.html
it says: "Objects hierarchy a la CherryPy can now be published." I think
it'd be better if it explained what this means without assuming that
everyone knows what CherryPy does (I don't, for example)?
G
Michel Jouvin wrote:
Graham,
I played a little bit with worker MPM parameters. In particular I tested
your suggestion to increase to 2 StartServers. This has no effect on the
problem. I also tried to raise MaxSpareThread to MaxClient and
suppressed child recycling (MaxRequestPerChild=0) to su
I don't know If really need to write a script, this is so simple.
asa/root % ps -e -opid,ppid,cmd | grep http
15601381048577 /www/Web/servers/apache/2.0.54/bin/httpd -k start
15601631560138 /www/Web/servers/apache/2.0.54/bin/httpd -k start
10863961086105 grep http
From thi