[modwsgi] Re: Version 2.5 of mod_wsgi is now available.

2009-05-20 Thread Clodoaldo Pinto Neto
2009/5/20 ryan writepyt...@gmail.com: Hi Clodoaldo Is there any way to specify python 2.5 for the installation of mod_wsgi-2.5-1.el5.x86_64.rpm? In case it is a few install then you can set the python version when calling the configure script: # ./configure --with-python=/usr/bin/python2.5

[modwsgi] Re: load module mod_wsgi.so failed on windows

2009-05-14 Thread Clodoaldo Pinto Neto
2009/5/14 durga durgaprasadmoga...@gmail.com: i am setting apache for web2py on windows. my conf file  LoadModule wsgi_module modules/mod_wsgi.so Check if the apache user has read permission on that file. If not, as admin, give it the permission. Regards, Clodoaldo VirtualHost *:80

[modwsgi] Re: Version 2.5 of mod_wsgi is now available.

2009-05-11 Thread Clodoaldo Pinto Neto
2009/5/11 Graham Dumpleton graham.dumple...@gmail.com: Version 2.5 of mod_wsgi is now available. This is a very minor update fixing a MacOS X build issue and dropping isatty from mod_wsgi Log object. The latter should never have been added in the first place, plus didn't help that was added

[modwsgi] Re: Linux Newbie: Installing mod_wsgi on CentOS 5.3

2009-05-02 Thread Clodoaldo Pinto Neto
2009/5/2 Zix saviou...@yahoo.co.in: Has anybody managed to install mod_wsgi on CentOS 5.3? I get a lot of errors when running 'make' that is way over my head ... is there a mod_wsgi 2.3 package that can also be used on CentOS 5.3? There are 2.4 rpm packages here:

[modwsgi] Re: mod_python publisher

2009-04-23 Thread Clodoaldo Pinto Neto
2009/4/23 Matt Newville matt.newvi...@gmail.com: I'm looking to move from mod_python to mod_wsgi, and reading through the on-line documentation. 've been fairly happy with mod_python for my own scripts, but do appreciate that mod_wsgi is a better design and the future. I also want to update

[modwsgi] Re: ANN: mod_wsgi version 2.4 now available.

2009-04-11 Thread Clodoaldo Pinto Neto
2009/4/11 Graham Dumpleton graham.dumple...@gmail.com: FInal mod_wsgi 2.4 has been tagged and tar ball created. This can be downloaded from:  http://code.google.com/p/modwsgi/downloads/list Binaries for Fedora and RedHat/Centos: http://codepoint.net/attachments/mod_wsgi/ Regards,

[modwsgi] Re: Automatic hostname/wsgi file mapping?

2009-04-06 Thread Clodoaldo Pinto Neto
2009/4/6 Don Spaulding donspauldin...@gmail.com: err, make that /home/me/apps/foo.com/app.wsgi You mean something like this:? WSGIScriptAlias / /home/me/apps/foo.com/app.wsgi Directory /home/me/apps/foo.com Order allow,deny Allow from all /Directory Regards, Clodoaldo On Apr 6,

[modwsgi] Re: Out Of Memory Conditions Playing Nicer with the OS

2009-03-26 Thread Clodoaldo Pinto Neto
2009/3/26 sed...@gmail.com sed...@gmail.com: I recently tracked down an issue in one of our Django apps where we were foolishly returning way too much data from the DB to the view. In some cases, the python view code was allocating over 100 MB of data.  The overall symptoms experienced on

[modwsgi] Re: Out Of Memory Conditions Playing Nicer with the OS

2009-03-26 Thread Clodoaldo Pinto Neto
2009/3/26 Andy McCurdy sed...@gmail.com: On Mar 26, 11:30 am, Clodoaldo Pinto Neto clodoaldo.pi...@gmail.com wrote: Not answering your question. As an emergency measure, while Graham sleeps, if your setup is daemon you can use the maximum-requests=nnn option of the WSGIDaemonProcess

[modwsgi] Re: Reload

2009-03-21 Thread Clodoaldo Pinto Neto
2009/3/21 Florian Bösch pya...@gmail.com: On Mar 21, 10:53 am, Graham Dumpleton graham.dumple...@gmail.com wrote: blah blah blah snip This is about as good as you are going to get with Python. This isn't PHP where the application is thrown away at the end of every request. Yadda yadda

[modwsgi] Re: Reload

2009-03-20 Thread Clodoaldo Pinto Neto
2009/3/20 Graham Dumpleton graham.dumple...@gmail.com: 2009/3/20 Florian Bösch pya...@gmail.com: Hi, I'd like to have the process reload upon http request if a file of my package has changed when I have development mode configured. How do I do that? Must have mod_wsgi 2.X. Then read:  

[modwsgi] Re: mod_wsgi 2.3 downloads hits 10000

2009-03-18 Thread Clodoaldo Pinto Neto
2009/3/17 Graham Dumpleton graham.dumple...@gmail.com: I know this doesn't take into consideration Linux distributions, Windows binary downloads or subversion checkouts, but mod_wsgi 2.3 source tar ball downloads for mod_wsgi Google code site has hit 1. I never had a doubt it would be a

[modwsgi] Re: fedora rpm

2009-03-02 Thread Clodoaldo Pinto Neto
2009/2/11 Graham Dumpleton graham.dumple...@gmail.com: 2009/2/11 Rob rdecke...@gmail.com: http://download.fedora.redhat.com/pub/epel/5/i386/repoview/mod_wsgi.html Replaced broken link in wiki documentation. Pity they only have mod_wsgi 2.1. There were important fixes in 2.2 related to

[modwsgi] Re: mod_wsgi configuration question

2008-12-09 Thread Clodoaldo Pinto Neto
2008/12/9 wmiller [EMAIL PROTECTED]: Is it possible configure mod_wsgi to recognize WSGI application script files without explicitly declaring the application object within each script file? If not, is there a elegant/crude work-around? Along the same lines, if that were possible, it would

[modwsgi] Re: apache running but not responding to requests

2008-11-27 Thread Clodoaldo Pinto Neto
2008/11/27 Clodoaldo [EMAIL PROTECTED]: On Nov 27, 1:12 pm, libertyaikido [EMAIL PROTECTED] wrote: Hello there, I'm new to mod_wsgi so please be gentle. :) I'm trying to implement Django in daemon mode on mod_wsgi and I'm having a strange problem where apache simply stops responding to

[modwsgi] Re: Python support in Apache.

2008-11-17 Thread Clodoaldo Pinto Neto
2008/11/17 Graham Dumpleton [EMAIL PROTECTED]: H, someone else who thinks they can do better than what is out there for Python support in conjunction within Apache. http://blog.code-head.com/lets-make-python-web-friendly There is nothing there other than vapor, if that much. One thing

[modwsgi] Re: Whats wrong? (urllib.urlopen())

2008-10-18 Thread Clodoaldo Pinto Neto
2008/10/18 Prunikov [EMAIL PROTECTED]: Yeah, without mod_php it works fine. Let me know which information I can give you to find the source of the problem. While Graham does not come back try to find something in this thread:

[modwsgi] Re: mod_wsgi on Python 3.0 (was Re: Python 2.6 and migration warnings flag for Python 3.0.)

2008-09-30 Thread Clodoaldo Pinto Neto
2008/9/30 Toshio Kuratomi [EMAIL PROTECTED]: On Sep 29, 3:24 pm, Brian Smith [EMAIL PROTECTED] wrote: Toshio Kuratomi wrote: Graham Dumpleton wrote: As to the HTTP request headers, the RFCs say they are effectively latin-1. Thus, all HTTP_? variables in WSGI environ can only be

[modwsgi] Re: mod_wsgi on Python 3.0 (was Re: Python 2.6 and migration warnings flag for Python 3.0.)

2008-09-29 Thread Clodoaldo Pinto Neto
2008/9/29 Brian Smith [EMAIL PROTECTED]: Graham Dumpleton wrote: As to the HTTP request headers, the RFCs say they are effectively latin-1. Thus, all HTTP_? variables in WSGI environ can only be processed as latin-1 when converting to Unicode. Anything that is part of a URI (e.g.

[modwsgi] Re: ImportError when .py files are not included

2008-09-18 Thread Clodoaldo Pinto Neto
2008/9/18 Graham Dumpleton [EMAIL PROTECTED]: 2008/9/18 Santiago Aguiar [EMAIL PROTECTED]: Hi Graham, By the way, sorry for the dup post, I submitted the first one using the google groups web interface and it didn´t show up on the list of sent messages. Initial posts from new user are