Changes between Initial Version and Version 1 of Ticket #44762


Ignore:
Timestamp:
Aug 25, 2014, 10:17:27 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44762

    • Property Cc nomaintainer@… removed
    • Property Keywords wsgi apache removed
  • Ticket #44762 – Description

    initial v1  
    11I have apache2 @2.2.27_0+preforkmpm, python27 @2.7.8_1 and mod_wsgi @4.2.7_0+python27 installed in Mac OS X 10.9.4.  Enabling "LoadModule wsgi_module modules/mod_wsgi.so" results in a crash:
    22
     3{{{
    34Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    450   mod_wsgi.so                         0x00000001101fec13 wsgi_python_init + 55
     
    10116   httpd                               0x000000010f3114ce main + 2314
    11127   libdyld.dylib                       0x00007fff8ef675fd start + 1
     13}}}
    1214
    1315Commenting out the LoadModule line allows Apache to run, but of course without mod_wsgi.