[modwsgi] Re: WSGIScriptAlias contains russian characters in directory part

2009-07-22 Thread Nimrod A. Abing
On Wed, Jul 22, 2009 at 8:17 PM, Graham Dumpletongraham.dumple...@gmail.com wrote: 2009/7/22 Nimrod A. Abing nimrod.ab...@gmail.com: 2009/7/22 Graham Dumpleton graham.dumple...@gmail.com: 2009/7/22 Mike Plavsky supermapl...@gmail.com: Was using mod_wsgi 2.3, checked with mod_wsgi 2.5

[modwsgi] Re: WHIFF += repoze.who for WSGI authentication

2009-07-05 Thread Nimrod A. Abing
of the HTML soup even with syntax highlighting. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

[modwsgi] Re: Sometimes my Django site just does not respond at first

2009-06-19 Thread Nimrod A. Abing
)) IOError: request data read error The GET and POST MultiValueDict would be empty for the request. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You

[modwsgi] Re: SSL testing + error loging

2009-06-19 Thread Nimrod A. Abing
file being loaded that sets up mod_ssl on port 443. Check /etc/apache2/sites-enabled, assuming you are on Debian/Ubuntu and that you are doing Apache configs the Debian way. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http

[modwsgi] Re: Sometimes my Django site just does not respond at first

2009-06-18 Thread Nimrod A. Abing
a new session if it detects bots or other clients that do not have cookie support. [1] http://docs.djangoproject.com/en/dev/topics/db/transactions/#tying-transactions-to-http-requests -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W

[modwsgi] Re: Sometimes my Django site just does not respond at first

2009-06-17 Thread Nimrod A. Abing
on every database we had. Took over an hour to finish in our case. Once VACUUM was done I took the site back up and it was responsive again. See: http://www.postgresql.org/docs/8.2/interactive/routine-vacuuming.html -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W

[modwsgi] Re: Reload

2009-03-21 Thread Nimrod A. Abing
that you can have a configuration option that enables always reload behavior. That way all you would have to do is copy over the configuration from development server to production server, minus the always reload switch. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http

[modwsgi] Re: Reload

2009-03-21 Thread Nimrod A. Abing
On Sat, Mar 21, 2009 at 5:13 PM, Graham Dumpleton graham.dumple...@gmail.com wrote: 2009/3/21 Nimrod A. Abing nimrod.ab...@gmail.com: On Sat, Mar 21, 2009 at 4:09 PM, Florian Bösch pya...@gmail.com wrote: On Mar 20, 10:23 pm, Graham Dumpleton graham.dumple...@gmail.com wrote

[modwsgi] Re: Integration of django with mod_wsgi

2009-03-20 Thread Nimrod A. Abing
mod_wsgi with shared Python library linked to it. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

[modwsgi] Re: Integration of django with mod_wsgi

2009-03-19 Thread Nimrod A. Abing
found I had to disable mod_php just to get it to work. CentOS 5.2 does not appear to have these issues, especially the conflict with mod_php. I have mod_wsgi and mod_php happily chugging along on one server. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http

[modwsgi] Error in Wiki Docs or bug in mod_wsgi daemon mode?

2009-03-17 Thread Nimrod A. Abing
-developing-django.html So I am quite sure I am running in daemon mode. Dumping os.environ I get the following keys: LANG, TZ, DJANGO_SETTINGS_MODULE, APACHE_RUN_USER, APACHE_PID_FILE, PWD, APACHE_RUN_GROUP, HOME, PATH -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http

[modwsgi] Re: Should mod_wsgi support X-Sendfile itself for WSGI applications?

2009-03-10 Thread Nimrod A. Abing
why one would not just use an existing solution. If you do decide to implement this in mod_wsgi, how about making it a compile-time option which is turned off by default? I believe this should be the default for all extras that are not part of the WSGI spec. My 2 cents... -- Best Regards, Nimrod

[modwsgi] Re: python 2.6 windows binary

2009-01-25 Thread Nimrod A. Abing
python26.lib in Python 2.6.1 from official source at Python.org. Just FYI, there are two commonly used Win32 binaries of Python out there. One is the official build from Python.org. The other one is a quality assured build provided by ActiveState called ActivePython. -- Best Regards, Nimrod

[modwsgi] Re: python 2.6 windows binary

2009-01-24 Thread Nimrod A. Abing
Studio 2008 Express. Do you have the Platform SDK installed? Are you building this using the IDE? Make sure that you are not targetting the CLR. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com

[modwsgi] Re: upload python 3

2009-01-21 Thread Nimrod A. Abing
/uploadhandler.py No idea why there is a need to reinvent the wheel here. Unless this is someone's homework :) -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You

[modwsgi] Re: Blog entry on using mod_wsgi when developing Django sites.

2008-12-19 Thread Nimrod A. Abing
as the partial update is progressing because server reloads files which have dependencies on files which have not yet been uploaded. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com

[modwsgi] Re: Blog entry on using mod_wsgi when developing Django sites.

2008-12-19 Thread Nimrod A. Abing
and mod_wsgi 2.x/apache 2.x. I think so, but I wanted to be sure. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You received this message because you

[modwsgi] Re: Blog entry on using mod_wsgi when developing Django sites.

2008-12-19 Thread Nimrod A. Abing
and it is possible to emulate *some* fork() functionality using Win32 syscalls only. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You received

[modwsgi] Re: Blog entry on using mod_wsgi when developing Django sites.

2008-12-19 Thread Nimrod A. Abing
On Sat, Dec 20, 2008 at 12:55 PM, Nimrod A. Abing nimrod.ab...@gmail.com wrote: On Sat, Dec 20, 2008 at 5:08 AM, Graham Dumpleton graham.dumple...@gmail.com wrote: 2008/12/20 Frédéric Sidler frederic.sid...@gmail.com: @Graham When you say that this is not available in Apache 1.3 nor Windows

[modwsgi] Re: mod_wsgi Django: Stack trace does not show in log files or gets sent by email

2008-12-18 Thread Nimrod A. Abing
uploads), it *always* gets logged in errors log along with a traceback. We have also set it up so that tracebacks are mailed to dev team. But this is on Linux, so either this is Windows-specific or Django version-specific. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http

[modwsgi] Re: File Uploads

2008-12-14 Thread Nimrod A. Abing
until it complete and then send it to application? Do you have LimitRequestBody set to a non-zero value? See: http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines Section on Limiting Request Content might shed some light. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http

[modwsgi] Re: Python support in Apache.

2008-11-17 Thread Nimrod A. Abing
it that simple. In mod_python you still need to write a handler and pass content to the psp module. In other words, he wants to turn Python into a preprocessing language in the same vein as PHP. If he pulls it off, then good for him. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http

[modwsgi] Re: database performance over wsgi/apache

2008-11-07 Thread Nimrod A. Abing
only get high traffic spikes like when you get frontpaged in popular social bookmarking websites. Unless you happen to be a social networking website where you get constant high traffic :) -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W

[modwsgi] Re: database performance over wsgi/apache

2008-10-27 Thread Nimrod A. Abing
interested in getting it going for me too. i'm just hoping this isn't out of reach. I'm really interested in seeing this issue worked out too. I can't speak for everyone here, but I'm a good sport :) and willing to go with whatever gets the job done. -- Best Regards, Nimrod A. Abing W http

[modwsgi] Re: database performance over wsgi/apache

2008-10-26 Thread Nimrod A. Abing
, in this case it only happens with Postgres and not with MySQL. On Sat, Oct 25, 2008 at 8:59 PM, Nimrod A. Abing [EMAIL PROTECTED] wrote: On Sat, Oct 25, 2008 at 12:59 AM, roberto [EMAIL PROTECTED] wrote: On your Linux setup, what is your fs.file-max value? Try: cat /proc/sys/fs/file-max

[modwsgi] Re: database performance over wsgi/apache

2008-10-26 Thread Nimrod A. Abing
One more thing, I tried running the second example (with RequestHandler instantiated as a global) but this time I removed the WSGIDaemonProcess and WSGIProcessGroup directives. I am now getting the 1500 rows inserted every time. On Sun, Oct 26, 2008 at 11:02 PM, Nimrod A. Abing [EMAIL PROTECTED

[modwsgi] Re: database performance over wsgi/apache

2008-10-23 Thread Nimrod A. Abing
can have. The default is 10 from Windows NT Workstation 3.51 all the way to Vista. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You received this message

[modwsgi] Re: Versions 1.5 and 2.2 of mod_wsgi now available.

2008-08-24 Thread Nimrod A. Abing
to other directives. -- Best Regards, Nimrod A. Abing W http://arsenic.ph/ W http://preownedcar.com/ W http://preownedbike.com/ W http://abing.gotdns.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups modwsgi group