Re: Django on plesk - Virtual Host

2008-04-11 Thread andy baxter
Tim wrote: > I've got a couple Django apps running on Plesk. It's not the greatest > but it works. > > First, after you set up your subdomain, you'll need to create the > file: > /var/www/vhosts/ domain.fr/subdomains/django/conf/vhost.conf > > Here's the contents of mine: > -- > DocumentRo

Re: Django on plesk - Virtual Host

2008-04-11 Thread Tim
I've got a couple Django apps running on Plesk. It's not the greatest but it works. First, after you set up your subdomain, you'll need to create the file: /var/www/vhosts/ domain.fr/subdomains/django/conf/vhost.conf Here's the contents of mine: -- DocumentRoot /var/www/django_projects/m

Django on plesk - Virtual Host

2008-04-11 Thread martyn
Hi, I'm just copying my django project on my Fedora-Plesk server and something is missing in my mind. All my projects are Virtual hosts. My main domain : domain.fr My django project : django.domain.fr And my medias : medias.domain.fr On plesk, you cannot write directly on the httpd.conf becau