[résolu]apache et virtualhost

apache et virtualhost [résolu] - Logiciels - Linux et OS Alternatifs

Marsh Posté le 19-11-2004 à 18:36:53    

Bonjour,  
 
je reste coincé sur ça :  
 
Fonctionne très bien :

Code :
  1. <VirtualHost rd.eurotchat.net>
  2. DocumentRoot "/home/rd/public_html"
  3. ServerName rd.eurotchat.net
  4. <Directory "/home/rd/public_html">
  5. allow from all
  6. Options +Indexes
  7. </Directory>
  8. </VirtualHost>


Ne fonctionne pas, j'arrive sur la page d'accueil de apache.

Code :
  1. <VirtualHost admin-eggdrop.eurotchat.net>
  2. DocumentRoot "/home/admin-eggdrop/public_html"
  3. ServerName admin-eggdrop.eurotchat.net
  4. <Directory "/home/admin-eggdrop/public_html">
  5. allow from all
  6. Options +Indexes
  7. </Directory>
  8. </VirtualHost>


 
Pourtant :  

Code :
  1. :/home/admin-eggdrop/public_html# ls
  2. index.html  phpbotadmin


Et dans les logs j'ai :  

Code :
  1. [Fri Nov 19 18:25:06 2004] [error] [client 83.155.66.XXX] File does not exist: /home/web/phpbotadmin/


Je ne comprend pas. L'érreur doit être sous mon nez pourtant...
 
merci


Message édité par opgang le 19-11-2004 à 23:10:21

---------------
Allez viens :p http://www.eurotchat.info  
Reply

Marsh Posté le 19-11-2004 à 18:36:53   

Reply

Marsh Posté le 19-11-2004 à 18:50:05    

/home/web/phpbotadmin/ != /home/admin-eggdrop/public_html :o


---------------
:: Light is Right ::
Reply

Marsh Posté le 19-11-2004 à 22:04:05    

Justement, j'hallucine que je vois l'érreur dans les logs...


---------------
Allez viens :p http://www.eurotchat.info  
Reply

Marsh Posté le 19-11-2004 à 23:10:40    

j'avais oublié les " dans le document root...


---------------
Allez viens :p http://www.eurotchat.info  
Reply

Marsh Posté le 20-11-2004 à 14:32:56    

[:dawa]


---------------
:: Light is Right ::
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed