I am interested in a little different setup, I would like
*.example.com to go to the web2py app/folder but be able to specify
other.example.com be served from /var/www/other/

I am having trouble figuring out how to configure Apache virtual host
to do this.

Thanks
Vincent

On Oct 18, 7:07 pm, VP <vtp2...@gmail.com> wrote:
> The way I did this is through Apache, by adding
>
> ServerName domain.com
> ServerAlias *.domain.com
>
> to the web2py configuration section in site-enabled/000-default
>
> Which one is more preferable?  pros and cons?
>
> Thanks.

Reply via email to