ou es ce que je peut trouver la directive de configuration ServerName pour
lui ajouter les parametre du serveur virtuels .
et avant j'ai ouvert le fichier HTTP.CONF et y avai ça
#
# MySQL server administration.
#
Alias /phpMyAdmin /var/www/myadmin
<Directory /var/www/myadmin>
 DirectoryIndex index.php
 Options Indexes Includes ExecCGI
 AllowOverride None
 Order deny,allow
 Allow from all
</Directory>
et j ai ajouter ça


# Be sure to only have this line once in your configuration

NameVirtualHost 127.0.0.1:8080

# This is the configuration for Jobeet

Listen 127.0.0.1:8080

<VirtualHost 127.0.0.1:8080>

DocumentRoot "/home/sfprojects/jobeet/web"

DirectoryIndex index.php

<Directory "/home/sfprojects/jobeet/web">

AllowOverride All

Allow from All

</Directory>

Alias /sf /home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf

<Directory "/home/sfprojects/jobeet/lib/vendor/symfony/data/web/sf">

AllowOverride All

Allow from All

</Directory>

</VirtualHost>
 c'est ce qu'il fallai faire , j'esper que je ne me trompe pas  ,???????

2010/1/26 Stéphane <stephane.er...@gmail.com>

> English here :-)
> Il te manque le nom de l'app à la fin de ta commande.
>
> Cheers,
>
> Before Printing, Think about Your Environmental Responsibility!
> Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!
>
>
>
> On Tue, Jan 26, 2010 at 12:48 AM, Moi <foucha...@gmail.com> wrote:
>
>> bonjour
>> mon problem c'est que quand je tape
>> $ php symfony generate:app --escaping-strategy=on
>> j'ai se resultat
>>
>>
>> the execution of task ''generate:app'' failed.
>>     - Not enough arguments.
>> symfony generate:app [--escaping-strategy=''.."] [--csrf-secret=".."]
>> app
>>
>>
>>  quelqu'un peut m'orienter pour trouver la solution a ça svp.
>> et merci
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "symfony users" group.
>> To post to this group, send email to symfony-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to