Re: Multiple applications One server Big problem.

2006-08-15 Thread Seth Buntin
Not a problem. --~--~-~--~~~---~--~~ 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]

Re: Multiple applications One server Big problem.

2006-08-15 Thread Maciej Bliziński
Seth, my apologies. I've got it wrong, my fault. The Evolution fooled me by the way it displays the threads. I've seen something like this: http://img243.imageshack.us/my.php?image=screenshotsj5.png And that was it... I'm sorry, for both being mistaken and rude. -- Maciej Bliziński http://auto

Re: Multiple applications One server Big problem.

2006-08-15 Thread Seth Buntin
Thanks Joseph. That was it. Seth Joseph Kocherhans wrote: > On 8/15/06, Seth Buntin <[EMAIL PROTECTED]> wrote: > > > > When I restart my server, and go to /ncate/manager I get the right > > application. But if I log out of that application and go to > > /kate/tick/ I get the /ncate/manager ap

Re: Multiple applications One server Big problem.

2006-08-15 Thread Seth Buntin
What?! --~--~-~--~~~---~--~~ 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 mor

Re: Multiple applications One server Big problem.

2006-08-15 Thread Maciej Bliziński
On Tue, 2006-08-15 at 15:15 +, Seth Buntin wrote: > I am having an issue with my implementation of Django. You not only having issues, are also hijacking a thread. Instead of creating a new post, you pressed "reply", then deleted the original subject and content, filled with your own and se

Re: Multiple applications One server Big problem.

2006-08-15 Thread Ivan Sagalaev
Seth Buntin wrote: > When I restart my server, and go to /ncate/manager I get the right > application. But if I log out of that application and go to > /kate/tick/ I get the /ncate/manager application. This will happen > visa-versa. I first go to /kate/tick, logout, go to /ncate/manager and > g

Re: Multiple applications One server Big problem.

2006-08-15 Thread Joseph Kocherhans
On 8/15/06, Seth Buntin <[EMAIL PROTECTED]> wrote: > > When I restart my server, and go to /ncate/manager I get the right > application. But if I log out of that application and go to > /kate/tick/ I get the /ncate/manager application. This will happen > visa-versa. I first go to /kate/tick, lo

Multiple applications One server Big problem.

2006-08-15 Thread Seth Buntin
I am having an issue with my implementation of Django. First of my DjangoAppz file directory is outside of the webroot directory. That folder contains two application folders, "tick", "ncate". I have these two declaratives in my httpd.conf file: SetHandler mod_python PythonHa