Re: run multiple django app's on server

2008-01-30 Thread Graham Dumpleton
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 direct

Re: run multiple django app's on server

2008-01-30 Thread web-junkie
That did it for me too, thanks! On Jan 30, 3:29 pm, prz <[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 wi

Re: run multiple django app's on server

2008-01-30 Thread [EMAIL PROTECTED]
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, > > > I

Re: run multiple django app's on server

2008-01-30 Thread Jonathan Ballet
[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 fi

Re: run multiple django app's on server

2008-01-30 Thread prz
[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 fin

Re: run multiple django app's on server

2008-01-30 Thread [EMAIL PROTECTED]
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 t

Re: run multiple django app's on server

2008-01-30 Thread web-junkie
I have kinda the same problem as of today. It just seems to not use use the settings file I want. Is there something wrong with having to exact same virtualhosts that just differ in the specified django settings? On Jan 30, 2:18 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello Django Us

Re: run multiple django app's on server

2008-01-30 Thread Eren Türkay
On 30 Jan 2008 Wed 15:18:21 [EMAIL PROTECTED] wrote: > Did we specified the Httpd.conf in the wrong way ? > Is there someone that experienced similar problems and know how to > solve this ? Did you control that you properly set setting.py file for both sites? It seems to me that there is somethi

run multiple django app's on server

2008-01-30 Thread [EMAIL PROTECTED]
Hello Django Users, I'm working on a application that evolves over time. in order to show both applications we set up virtual hosts in the httpd.conf in the following way. ServerName bioinf-dev.erasmusmc.nl DocumentRoot "/home/bioinf/richard/public_html/iqc" ErrorLog logs/iqc_error_log