Re: Mod_python and Sessions?

2007-05-28 Thread Graham Dumpleton
If it is the md5 problem, then it is very easy to test whether it is this, by commenting out PHP loading in Apache. If that confirms that it is caused by PHP being present, then modify the PHP configuration so that mhash module is not loaded by PHP, reenable PHP and try again. This solution has b

Re: Mod_python and Sessions?

2007-05-28 Thread Cezary Statkiewicz
> Hello, > I'm new to pylons. Started out a couple of days ago. Comming from > django, I am attempting to move to pylons for my current project, and > everything went smoothly until i got to the point of installing pylons > on apache2 + mod_python. > > I followed the instructions on this page: > h

Re: Mod_python and Sessions?

2007-05-27 Thread Shannon -jj Behrens
On 5/26/07, rahul <[EMAIL PROTECTED]> wrote: > Thanks for the info. > > I went out and used mod_fcgid and it worked flawlessly. > > I didn't think that paster serve being served behind apache was the > perferred choice, as I automatically assumed that it is intended for > development purpose as dj

Re: Mod_python and Sessions?

2007-05-26 Thread rahul
Thanks for the info. I went out and used mod_fcgid and it worked flawlessly. I didn't think that paster serve being served behind apache was the perferred choice, as I automatically assumed that it is intended for development purpose as django's is. Now that being said, scince I have a working m

Re: Mod_python and Sessions?

2007-05-26 Thread Neil Blakey-Milner
On 5/26/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > When moving to Apache from standalone web servers, a couple of things > that might cause existing code not to work. > > The first is that Apache if started as root initially, then runs the > application as a special user. Thus, if using so

Re: Mod_python and Sessions?

2007-05-25 Thread Shannon -jj Behrens
On 5/25/07, rahul <[EMAIL PROTECTED]> wrote: > Hello, > I'm new to pylons. Started out a couple of days ago. Comming from > django, I am attempting to move to pylons for my current project, and > everything went smoothly until i got to the point of installing pylons > on apache2 + mod_python. > >

Re: Mod_python and Sessions?

2007-05-25 Thread Graham Dumpleton
On May 26, 2:10 am, rahul <[EMAIL PROTECTED]> wrote: > Hello, > I'm new to pylons. Started out a couple of days ago. Comming from > django, I am attempting to move to pylons for my current project, and > everything went smoothly until i got to the point of installing pylons > on apache2 + mod_pyth

Mod_python and Sessions?

2007-05-25 Thread rahul
Hello, I'm new to pylons. Started out a couple of days ago. Comming from django, I am attempting to move to pylons for my current project, and everything went smoothly until i got to the point of installing pylons on apache2 + mod_python. I followed the instructions on this page: http://docs.pyth