Re: Problème Apache

Top Page

Reply to this message
Author: Regis Perdreau
Date:  
To: guilde@guilde.asso.fr
Subject: Re: Problème Apache
Sur ubuntu, on peut faire apache2ctl -S, et ca donne des infos sur
localhost notamment ainsi que les virtualhosts en service.
On fait parfois des découvertes...

Mes 2c

2014-07-17 17:28 GMT+02:00 Hugues Levasseur <hugues.levasseur@???>:
> 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>

>
>