Re: mod_python configuration?

2007-06-09 Thread Shannon -jj Behrens
On 6/7/07, Chris Shenton <[EMAIL PROTECTED]> wrote: > "Shannon -jj Behrens" <[EMAIL PROTECTED]> writes: > > > The current favorite way to run Pylons apps behind Apache is to proxy > > them and use Paster. It's exactly the sort of problems that you ran > > into that make some of us wary of mod_pyt

Re: mod_python configuration?

2007-06-07 Thread Chris Shenton
"Shannon -jj Behrens" <[EMAIL PROTECTED]> writes: > The current favorite way to run Pylons apps behind Apache is to proxy > them and use Paster. It's exactly the sort of problems that you ran > into that make some of us wary of mod_python. I did get it working (expat problem, reported here with

Re: mod_python configuration?

2007-06-07 Thread Shannon -jj Behrens
On 5/29/07, Chris Shenton <[EMAIL PROTECTED]> wrote: > > I used mod_python about 6 months back to get Apache to proxy HTTPS to > my Pylons app; it wasn't easy. > > Now I'm trying again with current Pylons, paste and friends. But I'm > again having troubles getting it to work. > > The simplest apa

Re: mod_python configuration?

2007-05-29 Thread Chris Shenton
alecf <[EMAIL PROTECTED]> writes: > > SetHandler python-program > PythonHandler paste.modpython > PythonOption wsgi.application client::client_app > > > And this works great. Yeah, I just found my problem: an incompatibility between the expat built into Python-2.4.4 and the one I had installed

Re: mod_python configuration?

2007-05-29 Thread alecf
Wow.. I had no idea Paste could bridge the modpython divide but thanks to your post, I just converted my own stuff over from modpython_gateway.py, which is looks like paste.modpython derives from... I'm in the process of making my app more paste-friendly so I'm not quite ready to add the .ini fil

mod_python configuration?

2007-05-29 Thread Chris Shenton
I used mod_python about 6 months back to get Apache to proxy HTTPS to my Pylons app; it wasn't easy. Now I'm trying again with current Pylons, paste and friends. But I'm again having troubles getting it to work. The simplest apache config I've seen is this from http://pythonpaste.org/module-pa