Re: Is there a way to host serveral django projects under a single virtual host

2008-10-31 Thread Graham Dumpleton
On Nov 1, 4:54 am, Håkan Waara <[EMAIL PROTECTED]> wrote: > 31 okt 2008 kl. 16.43 skrev ilyail3: > > > > > > > hello people, Is there a way to host several django projects under a > > single virtual host? > > I know this is possible with mod_php with wildcards as server alias > > > and later map

Re: Is there a way to host serveral django projects under a single virtual host

2008-10-31 Thread Håkan Waara
31 okt 2008 kl. 16.43 skrev ilyail3: > > hello people, Is there a way to host several django projects under a > single virtual host? > I know this is possible with mod_php with wildcards as server alias > > and later map urls to dirs using mod_rewrite > > >DocumentRoot /var/www >ServerNa

Re: Is there a way to host serveral django projects under a single virtual host

2008-10-31 Thread Sahil R Cooner
Of course there is :), for the VirtualHost *, means everything, instead use names like projecta, projectb, etc...if that doesn't make sense then the best thing to do prior to messing with your settings is to read the documentation from apache on VirtualHost. --neuro On Fri, Oct 31, 2008 at 08:43

Is there a way to host serveral django projects under a single virtual host

2008-10-31 Thread ilyail3
hello people, Is there a way to host several django projects under a single virtual host? I know this is possible with mod_php with wildcards as server alias and later map urls to dirs using mod_rewrite DocumentRoot /var/www ServerName www.projects ServerAlias *.projects Rewrite