[symfony-users] Re: Configure a virtual host to access multiple symfony projects

2009-09-21 Thread Pablo Godel
As far as I know, hosts file does not support wildcard domains. What you are doing is correct. Pablo On Fri, Sep 18, 2009 at 3:48 AM, Davide Borsatto wrote: > > Hi everybody, > > Lately I've been doing many experiments with symfony, creating > differents projects for each of them. > I usually

[symfony-users] Re: Configure a virtual host to access multiple symfony projects

2009-09-21 Thread gestadieu
you can also have a look at http://www.sfblog.fr/page/symfony-et-les-vhost-dynamique it's in french but the apache configuration should be enough to understand. On Sep 19, 3:55 am, kp wrote: > Sounds like what you are doing is correct, and it's the way I do it > (for local machine development)

[symfony-users] Re: Configure a virtual host to access multiple symfony projects

2009-09-20 Thread kp
Sounds like what you are doing is correct, and it's the way I do it (for local machine development). I create a separate vhost for each Symfony site, tweak the paths, and add an entry to my hosts file. If each each project has a lib/vendor/symfony folder you can run different versions of Symfony

[symfony-users] Re: Configure a virtual host to access multiple symfony projects

2009-09-18 Thread Eno
On Fri, 18 Sep 2009, Davide Borsatto wrote: > Lately I've been doing many experiments with symfony, creating > differents projects for each of them. > I usually create an apache dedicated virtual host, with a defined > server name, link to the web/ directory of symfony, and add a row to > the /et

[symfony-users] Re: Configure a virtual host to access multiple symfony projects

2009-09-18 Thread Davide Borsatto
Seems like what I need, I'll check the docs later. Thanks anyway for the suggestion On Sep 18, 10:05 am, noel guilbert wrote: > Hi, > > You should look about the apache module "mod_vhost_alias" > :http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html > > > > On Fri, Sep 18, 2009 at 9:48 AM

[symfony-users] Re: Configure a virtual host to access multiple symfony projects

2009-09-18 Thread noel guilbert
Hi, You should look about the apache module "mod_vhost_alias" : http://httpd.apache.org/docs/2.0/mod/mod_vhost_alias.html On Fri, Sep 18, 2009 at 9:48 AM, Davide Borsatto wrote: > > Hi everybody, > > Lately I've been doing many experiments with symfony, creating > differents projects for each