Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-06 Thread HangingClowns
s full read write execute 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: > > > We

Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-06 Thread HangingClowns
the django and mod_python > > docs > > > work. I promise they all work on Ubuntu without problems. > > > > Here is an example VirtualHost that I have included from my main > > apache.conf > > > file:http://dpaste.com/43421/ > > > > I hope that helps

Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-06 Thread HangingClowns
Will Boyce <[EMAIL PROTECTED]> > > Sent: Sunday, April 6, 2008 3:23am > > To: Django users > > Subject: Re: Configure Mod_Python fo Django on Apache server on Ubuntu > > > Assuming your django project (mysite) is in /home/webmaster/ > > public_html/django/ th

Re: Configure Mod_Python fo Django on Apache server on Ubuntu

2008-04-05 Thread HangingClowns
likely www-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: > >

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 erro