[modwsgi] Re: mod_wsgi with XAMPP on Mac OSX Snow Leopard

2010-08-28 Thread AJ
Sir Graham (I gave you my personal knightship !!!) To begin with...I really like your module... Now to your question, I think I should use Apple's apache. I was just trying to get xampp working because I did not want a web server running on my mac all the time. This is my personal computer also.

[modwsgi] Re: mod_wsgi with XAMPP on Mac OSX Snow Leopard

2010-08-28 Thread AJ
You were right. I had to build mod_wsgi with XAMPPs Apache: ./configure --with-apxs=/Applications/XAMPP/xamppfiles/bin/apxs --with- python=/System/Library/Frameworks/Python.framework/Versions/2.6/bin/ python2.6 Hope this helps someone else. Thanks a lot Sir. On Aug 28, 11:05 am, AJ

[modwsgi] Re: mod_wsgi with XAMPP on Mac OSX Snow Leopard

2010-08-26 Thread AJ
Bump! On Aug 26, 10:50 am, AJ amanjsi...@gmail.com wrote: I am having troubles getting xampp to work with mod_wsgi. It is just that if I add the setting: LoadModule wsgi_module modules/mod_wsgi.so in my httpd.conf, Apache stops working (throws a blank page error). Here are my steps: