Problème Apache

Top Page

Reply to this message
Author: Hugues Levasseur
Date:  
To: guilde
Subject: Problème Apache






    Salut la guilde,


    Sur une machine Ubuntu, il y a un Apache 2 installé.

    Il a l'air de fonctionner correctement.


    Quand je tape 
http://localhost dans le navigateur
    il pointe vers un répertoire vide  (ci joint le code de la page
    affichée)


    Comment savoir à quel répertoire local correspond ce "Localhost" ?


    (J'ai crée un index.html dans /var/www/ ... c'est pas ça )


    Hugues


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /</title>
</head>
<body>
<h1>Index of /</h1>
<table>
<tr><th valign="top"><img src="/icons/blank.gif" alt="[ICO]"></th><th><a href="?C=N;O=D">Name</a></th>
<th><a href="?C=M;O=A">Last modified</a></th><th><a href="?C=S;O=A">Size</a></th><th><a href="?C=D;O=A">Description</a></th></tr>
<tr><th colspan="5"><hr></th></tr>
<tr><th colspan="5"><hr></th></tr>
</table>
<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>
</body></html>