Re: 404 Error HTTP_FORBIDDEN

2008-11-12 Thread Brandon Martin
> -- Raja > > On Nov 12, 11:57 pm, Brandon Martin <[EMAIL PROTECTED]> wrote: >> I had everything running fine with my django setup and apache vhost. >> My project root dir was: >> >> /home/user/public_html/django/project >> >> I wanted to change th

404 Error HTTP_FORBIDDEN

2008-11-12 Thread Brandon Martin
I had everything running fine with my django setup and apache vhost. My project root dir was: /home/user/public_html/django/project I wanted to change the dir so I moved everything to: /srv/django/project I went into my vhost and changed the paths so they correspond to the new ro

Re: django not reading css after switch to apache

2008-11-11 Thread Brandon Martin
I have this is my apache virtualhost: SetHandler None Brandon On Tue, 11 Nov 2008 15:09:22 -0500, "Keith Eberle" wrote:Alias /media /home/dev//Django-1.0/django/contrib/admin/media ^ could be that extra slash. i assume you reloaded

Re: apache and django

2008-11-10 Thread Brandon Martin
erstand that mysite.settings is supposed to be the location of my > settings.py, but is it just supposed to be the path of that file? Try removing the mysite part so it is juat SetEnv DJANGO_SETTINGS_MODULE settings -- Brandon Martin --~--~-~--~~~---~--~

Re: apache and django

2008-11-10 Thread Brandon Martin
I would just like to note here that when I first installed django with apache and mod_python most of the problem I had was on the apache side with vhosts not django. Each operating system handles apache configs a little different. The guide on django's web site is great for the base informatio