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
> 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
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
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
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
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.
>
>
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
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