Re: Non rooted installation

2009-01-27 Thread Christian Hammond
Try setting the Location to "/" and adding the following in that Python block: PythonOption django.root /mysite Then set the SITE_ROOT in settings_local.py to "/" Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 10:10 AM, Gilles Moris wrote: > On Tu

Re: Non rooted installation

2009-01-27 Thread Gilles Moris
On Tue January 27 2009 19:00:10 Gilles Moris wrote: > Page not found (404) > Request Method: GET > Request URL:    http://mysite/ > By the way, it is working fine inside http://mysite/rb/ I mean the ReviewBoard site is working, it is just that the default configuration file that is too

Re: Non rooted installation

2009-01-27 Thread Gilles Moris
On Tue January 27 2009 09:46:50 Christian Hammond wrote: > The site root should be saved in the generated conf/settings_local.py. > > Can you describe the problem you're seeing? > > Christian > Since the Location is set to "/", all the hierarchy is served by python, when I would like ReviewBo

Re: Non rooted installation

2009-01-27 Thread Christian Hammond
The site root should be saved in the generated conf/settings_local.py. Can you describe the problem you're seeing? Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan 27, 2009 at 12:39 AM, Gilles Moris wrote: > > Hello, > > I tried to install ReviewBoard, but witho

Non rooted installation

2009-01-27 Thread Gilles Moris
Hello, I tried to install ReviewBoard, but without defaulting to the root "/" installation. I have used rb-site install with apache, modpython and sqllite. It seems that rb-site and the templates httpd.conf files in contrib/conf are not taking into account the site root entered in the GUI. Is