Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-06 Thread HangingClowns
e permissions to everyone. THAT INCLUDES WEB > USERS. It won't take much to hack your system if you grant full permissions > to your public_html folder. > > On Sun, Apr 6, 2008 at 12:05 PM, HangingClowns <[EMAIL PROTECTED]> wrote: > > > Well, after I followed your advic

Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-06 Thread HangingClowns
ms. > > > > Here is an example VirtualHost that I have included from my main > > apache.conf > > > file:http://dpaste.com/43421/ > > > > I hope that helps you all: > > > > Michael > > > > On Sun, Apr 6, 2008 at 8:03 AM, <[EMAIL PROTECT

Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-06 Thread HangingClowns
il 6, 2008 3:23am > > To: Django users <django-users@googlegroups.com> > > Subject: Re: Configure Mod_Python fo Django on Apache server on Ubuntu > > > Assuming your django project (mysite) is in /home/webmaster/ > > public_html/django/ then you'll want a trailin

Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-05 Thread HangingClowns
-data on ubuntu) doesn't have permissions to access your > settings.py file. Give www-data permissions to access the file and you > should be good to roll, > > Michael > > On Sat, Apr 5, 2008 at 5:53 PM, HangingClowns <[EMAIL PROTECTED]> wrote: > > > I shou

Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-05 Thread HangingClowns
I should have the latest versions available for Apache and mod_python cause I just put those onto my server about 2 weeks ago. I'm having trouble understanding how to edit the Apache config file for Django. I currently use the code snippet below for my settings in Apache. And this is what the