How about naming the host like this

    NameVirtualHost 127.0.0.1:80

    <VirtualHost askeet:80>
      ServerName askeet
      DocumentRoot "C:/sfprojects/askeet/web"
      DirectoryIndex index.php
      Alias /sf "C:/wamp/php/PEAR/data/symfony/web/sf"
      <Directory "C:/sfprojects/askeet/web">
       AllowOverride All
       Allow from All
      </Directory>
      <Directory "C:/wamp/php/PEAR/data/symfony/web/sf">
        AllowOverride All
        Allow from All
      </Directory>
    </VirtualHost>

If this is still no good, could you let me know why and make a
suggestion.  This configuration works for me and the NameVirtualHost
line is certainly required (at least in my Windows environment).  This
configuration gives some flexibility as developers can set up multiple
local virtual servers, eg for dev, test, different sites, etc, all
named differently.

I've now reverted the changes successfully.

On Mar 31, 11:00 pm, "Tristan Rivoallan" <[EMAIL PROTECTED]>
wrote:
> hi,
>
> On Fri, Mar 28, 2008 at 11:22 AM, Tristan Rivoallan
>
> <[EMAIL PROTECTED]> wrote:
> >  http://trac.symfony-project.com/changeset/8131
>
> >  i'm not sure that mixing "NameVirtualHost 127.0.0.1:80" and
> >  "<VirtualHost *:80>" is a good idea. does anyone confirm this ?
>
> similar issues :
>  *http://trac.symfony-project.com/browser/doc/branches/1.0/askeet/en/1....
>  *http://trac.symfony-project.com/browser/doc/branches/1.0/askeet/en/1....
>
> ++
> tristan
>
> --
> Tristan Rivoallanhttp://www.clever-age.com
> Clever Age - conseil en architecture technique
> GSM: +33 6 219 219 33 Tél: +33 1 53 34 66 10
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to