Vitaliy Yermolenko
vyermolenko at ukr.net
Thu Mar 18 17:21:10 EST 2004
> That just means that you're not using a threaded MPM... Are you sure there > is nothing else in the log files? Do you have a .core file somewhere > because httpd crashed? Does httpd appear to be running (i.e. does ps -ax > show it?) I believe several people have test mod_python on RH9, so it > should work OK. Neither core dumps nor anything in logs, see below: ROOT # pwd /usr/local/apps/apache/httpd/bin ROOT # ./apachectl -k start -e debug [Thu Mar 18 17:11:44 2004] [debug] mod_so.c(290): loaded module python_module ROOT # ps -fewwwwwwwww|grep http root 8440 18551 0 17:11 pts/13 00:00:00 grep http ROOT # cat ../logs/error_log [Thu Mar 18 17:11:44 2004] [debug] mod_so.c(290): loaded module python_module [Thu Mar 18 17:11:44 2004] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads. ROOT # Could it be reason, when I have Python 2.3.3, installed in customized place (I used ./configure --prefix=/usr/local/apps/apache/httpd-2.0.46/modules --with-apxs=/usr/local/apps/apache/httpd/bin/apxs --with-python=/usr/local/apps/python/bin/python)? Could I activate some additional debugging info? Thanks. -+--> Regards, Vitaliy Yermolenko.
|