Gregory (Grisha) Trubetskoy
grisha at modpython.org
Thu Mar 18 09:52:17 EST 2004
On Thu, 18 Mar 2004, Vitaliy Yermolenko wrote: > Hi, > > Problem: Apache is not started after successfull installation of > httpd-2.0.46 and mod_python-3.1.3 from sources on RH9.0 (2.4.20-8). > During Apache startup I have got just next message, and nothing else: > > mod_python: Creating 32 session mutexes based on 150 max processes and 0 > max threads > > What does it mean: 0 max threads? 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. Grisha
|