Problème Apache avec xampp
Bonsoir,
J'éssaye d'inclure dans le dossier httpd.conf ceci :
Code:
Include "C:/wampp/alias/*"
Le dossier a était créé et et dans celui ci j'ai crée v.conf et les éléments sont :
Code:
1 2 3 4 5 6 7 8
| Alias /v/ "C:/test/"
<Directory "C:/test/">
Obtions Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory> |
Grâce à sa je devrais avoir dans http://localhost/v ma page d'afficher.
Le problème est que quand je met ce "Include" apach ne démarre plus et me met cette erreur :
Citation:
18:24:38 [Apache] Error: Apache shutdown unexpectedly.
18:24:38 [Apache] This may be due to a blocked port, missing dependencies,
18:24:38 [Apache] improper privileges, a crash, or a shutdown by another method.
18:24:38 [Apache] Check the "/xampp/apache/logs/error.log" file
18:24:38 [Apache] and the Windows Event Viewer for more clues
Je vais donc dans ***/error.log et il m'affiche cela :
Citation:
[Wed Jan 02 17:42:07.211600 2008] [core:warn] [pid 688:tid 220] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jan 02 17:42:07.616600 2008] [ssl:warn] [pid 688:tid 220] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Jan 02 17:42:07.670600 2008] [mpm_winnt:notice] [pid 688:tid 220] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Wed Jan 02 17:42:07.670600 2008] [mpm_winnt:notice] [pid 688:tid 220] AH00456: Server built: Aug 18 2012 12:41:37
[Wed Jan 02 17:42:07.670600 2008] [core:notice] [pid 688:tid 220] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Jan 02 17:42:07.672600 2008] [mpm_winnt:notice] [pid 688:tid 220] AH00418: Parent: Created child process 3636
[Wed Jan 02 17:42:08.851600 2008] [ssl:warn] [pid 3636:tid 232] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Wed Jan 02 17:42:08.905600 2008] [mpm_winnt:notice] [pid 3636:tid 232] AH00354: Child: Starting 150 worker threads.
Donc je ne sais pas pourqu'oi ça fait sa mais quand j'enléve dans le fichier httpd.conf le : Include "C:/wampp/alias/*" apache ne fait plus d'erreur et ce relance.
Je me forme grâce a une video de video2brain et il me dise de faire cela et sa fait cette erreur donc si vous pouvez m'aider :) je vous en serais reconnaisant. Merci d'avance.
Par ailleur : J'ai windows 7 32bit
Xampp 1.8.1 ( j'ai essayé aussi sur la version 1.7.3 erreur aussi )