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
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
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
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
4 matches
Mail list logo