Bonjour je voudrais creer un virtualhost pour apprendrendre symfony2 mais
ça ne marche pas .
Merci de votre aide .
<VirtualHost monsymfony.dev >
DocumentRoot "C:\xampp\www\Symfony.dev\web"
ServerName monsymfony.dev
DirectoryIndex app.php
</VirtualHost>
voici les erreurs sur le fichier log.
[Fri May 23 02:33:06.301994 2014] [ssl:warn] [pid 4196:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri May 23 02:33:08.583125 2014] [core:error] [pid 4196:tid 332] (OS 11001)Hôte inconnu. : AH00547: Could not resolve host name monsymfony.dev -- ignoring!
[Fri May 23 02:33:08.632127 2014] [core:warn] [pid 4196:tid 332] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri May 23 02:33:08.911143 2014] [ssl:warn] [pid 4196:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri May 23 02:33:08.949146 2014] [mpm_winnt:notice] [pid 4196:tid 332] AH00455: Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 configured -- resuming normal operations
[Fri May 23 02:33:08.949146 2014] [mpm_winnt:notice] [pid 4196:tid 332] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:13:13
[Fri May 23 02:33:08.949146 2014] [core:notice] [pid 4196:tid 332] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri May 23 02:33:08.951146 2014] [mpm_winnt:notice] [pid 4196:tid 332] AH00418: Parent: Created child process 5400
[Fri May 23 02:33:11.759306 2014] [core:error] [pid 5400:tid 348] (OS 11001)Hôte inconnu. : AH00547: Could not resolve host name monsymfony.dev -- ignoring!
[Fri May 23 02:33:12.035322 2014] [ssl:warn] [pid 5400:tid 348] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri May 23 02:33:14.313452 2014] [core:error] [pid 5400:tid 348] (OS 11001)Hôte inconnu. : AH00547: Could not resolve host name monsymfony.dev -- ignoring!
[Fri May 23 02:33:14.639471 2014] [ssl:warn] [pid 5400:tid 348] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri May 23 02:33:14.680473 2014] [mpm_winnt:notice] [pid 5400:tid 348] AH00354: Child: Starting 150 worker threads
Partager