On Feb 10, 11:01 am, Graham Dumpleton <[email protected]> wrote: > 2009/2/10 Graham Dumpleton <[email protected]>: > > > > 2009/2/10 Porcari Giovanni <[email protected]>: > > >> Il giorno 10/feb/09, alle ore 01:05, Graham Dumpleton ha scritto: > > >>> Giovanni, if you are still reading, would it be possible for you to > >>> try with Apache 2.2.9 and Python 2.5.2 that ship with MacOS X > >>> (Leopard) instead of your separate versions. > > >>> Ie., for mod_wsgi use: > > >>> ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python > > >>> if PATH is picking up other versions first. > > >>> At the moment the thing that links both of you is that you are using > >>> Apache 2.2.11. My quick test on older version supplied with MacOS X > >>> works fine. > > >>> I will have to try and install Apache 2.2.11 and see if I get a problem > >>> with it. > > >> Just tested. > > >> In this way it works. > > >> Is still a way to use a different Apache and Python ? > > > Possibly just don't use Apache 2.2.11. Try with Apache 2.2.10 and > > whatever Python version you want. > > > I am going to try and duplicate issue with Apache 2.2.11 tonight, so > > will see what I find. > > Duplicated problem. > > What is odd is that Apache 2.2.9 that comes with MacOS X is fine. > > A version of 2.2.9 that I had installed previously from source code also > worked. > > I then installed 2.2.11 and 2.2.10 and neither worked. > > I then rebuilt 2.2.9 from source again and it also then stopped working. > > When compiling from source code they are using APR that ships with > MacOS X which is an older version and probably shouldn't be used. Even > when I build Apache with option --with-included-apr, it still fails, > although the type of page that displays in Safari is different, > getting a blank screen rather than a page from Safari saying > connection had been dropped. > > Definitely something fishy going on, but have something to work with now. > > If this affects so many versions, don't understand why people haven't > been screaming about it. > > Can you both tell me what options you are supplying to 'configure' > when building Apache from source code. >
CFLAGS="-O2" ./configure --prefix=/usr/httpd --with-included-apr -- enable-mime=shared --enable-deflate=shared --enable-authz_host=shared --enable-autoindex=shared --enable-dir=shared --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
