Re: Internal Redirects Limit

2008-07-01 Thread Gorm Lai
On Mon, 2008-06-30 at 19:26 +1000, Malcolm Tredinnick wrote: > > > On Mon, 2008-06-30 at 10:03 +0200, Gorm Lai wrote: > > Hey, > > > > I now have our django project set up both locally and on our own remote > > server. Everything works fine. > > >

Internal Redirects Limit

2008-06-30 Thread Gorm Lai
o probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. Please note that I do not have the power to set a LogLevel debug. Can django indirectly cause an apache error like this? Thanks for your time, - C

Re: Django setup with apache

2008-06-30 Thread Gorm Lai
Thanks guys, I got this part working now. - Cheers, Gorm Tel: (+45) 31 12 78 44 Co-Founder of 3 Lives Left Blog: http://www.lai.as/index.php On Thu, 2008-06-26 at 13:27 -0700, phillc wrote: > > your urls is setup for > http://yourdomain.com/login/... > not http://yo

Django setup with apache

2008-06-26 Thread Gorm
PythonPath "sys.path + ['/home/dradmin/wwwroot/php/drmu']" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE sommerspil.settings PythonDebug On Please, is there anyone who can me