Setting PythonInterpreter should not have been required as when
VirtualHost's are configured properly mod_python will give each
VirtualHost a different interpreter anyway.

The cause of this probably has generally been that the Apache
configuration was missing an appropriate NameVirtualHost directive.

Thus, have you defined the appropriate NameVirtualHost directives and
if so, to what?

Please follow up as would like to squash this PythonInterpreter
suggestion as some sort of magic solution for what is actually a
different problem which may cause you other issues over time. :-)

Graham

On Jan 31, 1:38 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Thanks for all the advices,
>
> i indeed forgot to define the PythonInterpreter.
> It seems all the problems are fixed by adding this in the httpd.conf.
>
> thanks again,
>
> Richard
>
> On Jan 30, 3:32 pm, Jonathan Ballet <[EMAIL PROTECTED]> wrote:
>
> > [EMAIL PROTECTED] wrote:
> > > That's the weird thing,
>
> > > If we restart httpd.conf the python code will be compiled in some
> > > cases it will show one of the projects for both ports and in a other
> > > case it will show the other for both ports without altering anything
> > > to the code. Both are working fine independently. So to me it seems
> > > that while restarting apache it in some cases goes to the wrong
> > > settings file.
>
> > Could you tell us your Apache & mod_python versions ?
>
> > There's a warning in the Django documentation about installing severals web 
> > sites in the same Vhost
> > [1]. Unfortunately, this is not your case :/
> > Maybe you can try the PythonInterpreter tip to see if it changes something ?
>
> >   - Jonathan
>
> > [1] 
> > :http://www.djangoproject.com/documentation/modpython/#multiple-django...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to