hi, On Mon, Mar 31, 2008 at 5:03 PM, markchicobaby <[EMAIL PROTECTED]> wrote:
> NameVirtualHost 127.0.0.1:80 > > <VirtualHost askeet:80> There are two problems here : * it is recommended to only use ips adresses with "VirtualHost" / NameVirtualHost directives * The argument to the <VirtualHost> directive must exactly match the argument to the NameVirtualHost directive. thus, this config snippet would be more appropriate : NameVirtualHost 127.0.0.1:80 <VirtualHost 127.0.0.1:80> http://httpd.apache.org/docs/2.2/mod/core.html#namevirtualhost sorry, i should have been more specific in the first place. regards, tristan -- Tristan Rivoallan http://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 -~----------~----~----~----~------~----~------~--~---
