voici la configuration intégral de ma machine espèrant avoir de l'aide...
Amd athlon 2ghz
disque dur de 80gig (je sais que ça sert à rien mais bon)
mon site principal fonctionne bien
www.tata.net (exemple)))
mais dès que j'essaie de mettre un virtualhost, problème problème problème
voici la section du httpd.conf
mon site principal est hébergé sur le c:/web/www
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33 ### Section 3: Virtual Hosts # # VirtualHost: If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about # IP addresses. This is indicated by the asterisks in the directives below. # # Please see the documentation at # <URL:http://httpd.apache.org/docs-2.0/vhosts/> # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # # Use name-based virtual hosting. # NameVirtualHost new.tata.net # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # <VirtualHost new.tata.net> ServerAdmin admin@tata.net DocumentRoot" C:/web/www/new" ServerName new.tata.net ErrorLog logs/www.mon-domaine2.joe-error_log TransferLog logs/www.mon-domaine2.joe-access_log </VirtualHost>
merci de vos nombreuse réponse...
PS Apache ne veut pas s'offrir comme ça et si vous vous demandez si j'ai reconfigurer mon host sur c:/windows/system32/drivers/etc
oui
merci merci merci
Partager