On 2 February 2010 07:43, Joe <[email protected]> wrote: > Hi All, > > I downloaded the latest version of the mod_wsgi source, configured > it, modified the make file to use python 3.1 instead of the Macintosh > default of 2.6.1 by changing the path, compiled it, installed it, > modified the httpd.conf file, stop and started apache, and ran into a > problem. When I have this line > > LoadModule wsgi_module libexec/apache2/mod_wsgi.so > > in the httpd.conf file I get > > [Mon Feb 01 15:31:11 2010] [notice] caught SIGTERM, shutting down
That is a normal message that you will see Apache output whenever you perform a stop, and possibly even a restart of Apache. It has nothing to do with mod_wsgi. Graham > When I comment it out, the problem goes away. Thus I have to assume > something is wrong, but I'm not certain how to resolve the issue. Any > troubleshooting ideas? > > Thanks, > Joe > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
