Forum debian-fr.org

Rechercher:

* Connexion   * M’enregistrer

* FAQ    * Rechercher





Poster un nouveau sujet Répondre au sujet  [ 22 messages ] 
Auteur Message
 Sujet du message: Apache2 fail
MessagePosté: 03 Fév 2012 00:31 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
Bonjour,

J'ai acheter un Globalscale GuruPlug Serveur Plus, il ne poséde pas de carte graphique, n'y clavier et n'y souris. Il se commande depuis un PC qui ce connecte en SSH avec le terminal du pc.
Code:
ssh root@192.168.0.1

Voir détail ici ---> http://translate.google.fr/translate?hl ... %3Dimvnsfd
Utilisation : Lamp, asterisk, domotique X10 (Marmitek CM15 Pro).

la distribution est debian Lenny, son processeur est un ARM (un mini-pc basse consommation de 5 watts, appellé également plug computeur)

Mon problème est que je n'arrive pas a faire fonctionner apache ?

j'ai installé apache
Code:
apt-get install apache2
puis j'ai mis mes fichiers PHP dans /var/www/ dont /var/www/foo/foo.php.

Quand je tape dans le navigateur
Code:
http://192.168.0.5/
il m'affiche "It works!" jusque la c'est normal, mais quand je tape
Code:
http://192.168.0.5/foo/foo.php
il m'affiche erreur "403 - Forbidden" Pourquoi ? je n'arrive a voir aucune de mes pages php.

Redémarrage d'apache
Code:
guruplug-debian:/home/serveur# /etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
failed!
guruplug-debian:/home/serveur#


Quand je tape dans le terminal
Code:
guruplug-debian:/home/serveur# /etc/init.d/apache2 stop
Stopping web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
.
guruplug-debian:/home/serveur#
chose bizar et tape dans le navigateur
Code:
http://192.168.0.5/foo/foo.php
il m'affiche toujours "403 - Forbidden" alors que j'ai stoppé apache ????

Code:
guruplug-debian:/home/serveur# dpkg -l |grep apache2
ii  apache2                         2.2.9-10+lenny11         Apache HTTP Server metapackage
ii  apache2-mpm-prefork             2.2.9-10+lenny11         Apache HTTP Server - traditional non-threade
ii  apache2-utils                   2.2.9-10+lenny11         utility programs for webservers
ii  apache2.2-common                2.2.9-10+lenny11         Apache HTTP Server common files
ii  libapache2-mod-php5             5.2.6.dfsg.1-1+lenny15   server-side, HTML-embedded scripting languag
guruplug-debian:/home/serveur#


Pouvez vous m'expliquer de quoi provient ce problême ?

Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 11:06 
Hors ligne
Nouvel utilisateur
Avatar de l’utilisateur

Inscription: 11 Jan 2011 19:22
Messages: 97
Il te remet l'erreur car celle ci est peut être enregistré dans le cache de ton navigateur, essaye de viderle cache.

Peux tu faire un ls -l de /var/www/foo/
Montrer les logs d'apache2 /var/log/apache2/error.log
As tu configuré Apache2 un minimum ?

Bastichou


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 11:33 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
bonjour,

Citation:
Il te remet l'erreur car celle ci est peut être enregistré dans le cache de ton navigateur, essaye de viderle cach

j'ai vider le cache, mais c'est toujours pareil.


Citation:
Peux tu faire un ls -l de /var/www/foo/

Code:
guruplug-debian:/home/serveur# ls -l /var/www/foo/
total 4
-rw-r--r-- 1 root root 17 2012-02-01 17:23 foo.php
guruplug-debian:/home/serveur#


Citation:
Montrer les logs d'apache2 /var/log/apache2/error.log

Code:
guruplug-debian:/home/serveur# cat /var/log/apache2/error.log
guruplug-debian:/home/serveur#
le fichier est vide

Citation:
As tu configuré Apache2 un minimum ?

non, sous kubuntu 10.10 je n'ai rien eu a faire.
Que faut il faire ?

Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 11:44 
Hors ligne
Nouvel utilisateur
Avatar de l’utilisateur

Inscription: 11 Jan 2011 19:22
Messages: 97
Fait une copie de /var/www/index.html dans /var/www/foo/ et essaye d’accéder a la page : 192.168.0.1/foo/

Vérifie dans /etc/apache2/apache2.conf si les logs sont activés.

La page "It Works" apparait-elle ?

As tu installé php5 ?


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 12:22 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
Re,

Citation:
Fait une copie de /var/www/index.html dans /var/www/foo/ et essaye d’accéder a la page : 192.168.0.1/foo/

Oui ca marche, je vois la page, La page "It Works" apparé.
Esce un problème de droit, faut il chmoder /var/www/ ou mes pages php?

Citation:
Vérifie dans /etc/apache2/apache2.conf si les logs sont activés.

Il y a bien d'inscrit a une ligne dans le fichier
Code:
ErrorLog /var/log/apache2/error.log


Citation:
As tu installé php5 ?

oui, apt-get install php5
Code:
guruplug-debian:/home/serveur# dpkg -l php5
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                    Version                 Description
+++-=======================-=======================-==============================================================
ii  php5                    5.2.6.dfsg.1-1+lenny15  server-side, HTML-embedded scripting language (metapackage)
guruplug-debian:/home/serveur#


Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 12:39 
Hors ligne
Nouvel utilisateur
Avatar de l’utilisateur

Inscription: 11 Jan 2011 19:22
Messages: 97
Ah en effet ! J'avais pas fait attention aux droits.

Essaye de faire un chown www-data -R /var/www/


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 12:47 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
bonjour,

il m'affiche toujours
Code:
403 - Forbidden


Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 12:55 
Hors ligne
Nouvel utilisateur
Avatar de l’utilisateur

Inscription: 11 Jan 2011 19:22
Messages: 97
Je commence à être a court d'idée ^^

Juste pour recapituler tu peux afficher les resultats :

ls -l /var/www
ls -l /var/www/foo/

cat /etc/apache2/sites-enables/000-default

On peut accéder à ta page web depuis internet ?

(Toujours rien dans les logs ?)

EDIT :

Citation:
b) No default directory index page is present. Upload Index.html or Index.htm file. Directive DirectoryIndex defines the default index page name. Open your apache configuration file, find out default index file name, and upload the same file to directory:
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml


J'ai trouvé ça sur ce site : http://www.cyberciti.biz/faq/apache-403 ... -solution/

Peut-être que c'est la bonne solution.


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 15:51 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
re,

/var/www
Code:
guruplug-debian:/home/serveur# ls -l /var/www
total 8
drwxr-xr-x 2 www-data root  296 2012-02-03 10:16 foo
-rw-r--r-- 1 www-data root   45 2012-01-31 00:32 index.html
-rw-r--r-- 1 www-data root 3585 2010-03-30 11:48 index.lighttpd.html
drwxr-xr-x 4 www-data root  288 2012-01-22 14:17 X10-Linux
guruplug-debian:/home/serveur#


/var/www/foo/
Code:
guruplug-debian:/home/serveur# ls -l /var/www/foo/
total 8
-rwxrwxrwx 1 www-data root 17 2012-02-01 17:23 foo.php
-rw-r--r-- 1 www-data root 41 2012-02-03 10:16 index.html
guruplug-debian:/home/serveur#


cat /etc/apache2/sites-enables
Code:
guruplug-debian:/home/serveur# cat /etc/apache2/sites-enables/000-default
cat: /etc/apache2/sites-enables/000-default: No such file or directory
guruplug-debian:/home/serveur#


cat /var/log/apache2/error.log
Code:
guruplug-debian:/home/serveur# cat /var/log/apache2/error.log
guruplug-debian:/home/serveur#


Non ont ne peut pas accéder à ma page web depuis internet.

Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 15:58 
Hors ligne
Modérateur du forum
Avatar de l’utilisateur

Inscription: 13 Mar 2009 08:30
Messages: 9854
Localisation: Madagascar - Isalo
Salut,
Des ls -a permettraient de voir les fichiers .htaccess s'ils existent.

Dans les access.log, il y a quoi quand tu obtient l'erreur 403 ?

Que contient /etc/apache2/sites-available/default ?

_________________
Le wiki du forum! - Pastbin && service d'hébergement d'images
:005 Référencement sous MsDos... :happy-jumpgreen:


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 03 Fév 2012 16:32 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
Bonjour,

Code:
guruplug-debian:/home/serveur# ls -al /var/www
total 8
drwxr-xr-x  4 www-data root  448 2012-02-01 17:21 .
drwxr-xr-x 14 root     root  928 2010-03-30 11:15 ..
drwxr-xr-x  2 www-data root  296 2012-02-03 10:16 foo
-rw-r--r--  1 www-data root   45 2012-01-31 00:32 index.html
-rw-r--r--  1 www-data root 3585 2010-03-30 11:48 index.lighttpd.html
drwxr-xr-x  4 www-data root  288 2012-01-22 14:17 X10-Linux
guruplug-debian:/home/serveur#


Code:
guruplug-debian:/home/serveur# ls -al /var/www/foo/
total 8
drwxr-xr-x 2 www-data root 296 2012-02-03 10:16 .
drwxr-xr-x 4 www-data root 448 2012-02-01 17:21 ..
-rwxrwxrwx 1 www-data root  17 2012-02-01 17:23 foo.php
-rw-r--r-- 1 www-data root  41 2012-02-03 10:16 index.html
guruplug-debian:/home/serveur#

Code:
guruplug-debian:/home/serveur# cat /var/log/apache2/access.log
guruplug-debian:/home/serveur#
le fichier est vide.

/etc/apache2/sites-available/default
Code:
guruplug-debian:/home/serveur# cat /etc/apache2/sites-available/default
<VirtualHost *:80>
        ServerAdmin webmaster@localhost

        DocumentRoot /var/www/
        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride None
                Order allow,deny
                allow from all
        </Directory>

        ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        <Directory "/usr/lib/cgi-bin">
                AllowOverride None
                Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
                Order allow,deny
                Allow from all
        </Directory>

        ErrorLog /var/log/apache2/error.log

        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn

        CustomLog /var/log/apache2/access.log combined

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>
guruplug-debian:/home/serveur#


Par contre /var/www/index.lighttpd.html affiche
Code:
Placeholder page
The owner of this web site has not put up any web pages yet. Please come back later.
You should replace this page with your own web pages as soon as possible.
Unless you changed its configuration, your new server is configured as follows:

    Configuration files can be found in /etc/lighttpd. Please read /etc/lighttpd/conf-available/README file.
    The DocumentRoot, which is the directory under which all your HTML files should exist, is set to /var/www.
    CGI scripts are looked for in /usr/lib/cgi-bin, which is where Debian packages will place their scripts. You can enable cgi module by using command "lighty-enable-mod cgi".
    Log files are placed in /var/log/lighttpd, and will be rotated weekly. The frequency of rotation can be easily changed by editing /etc/logrotate.d/lighttpd.
    The default directory index is index.html, meaning that requests for a directory /foo/bar/ will give the contents of the file /var/www/foo/bar/index.html if it exists (assuming that /var/www is your DocumentRoot).
    You can enable user directories by using command "lighty-enable-mod userdir"

About this page

This is a placeholder page installed by the Debian release of the Lighttpd server package.

This computer has installed the Debian GNU/Linux operating system, but it has nothing to do with the Debian Project. Please do not contact the Debian Project about it.

If you find a bug in this Lighttpd package, or in Lighttpd itself, please file a bug report on it. Instructions on doing this, and the list of known bugs of this package, can be found in the Debian Bug Tracking System.


/var/log/lighttpd/acces.log
Code:
guruplug-debian:/home/serveur# cat /var/log/lighttpd/access.log
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:18:33:23 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:18:33:23 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:18:33:26 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:19:10:16 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:19:10:20 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [10/Sep/2020:23:35:38 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [10/Sep/2020:23:35:38 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [10/Sep/2020:23:35:42 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:20:07:05 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:20:07:07 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:21:56:32 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:21:56:33 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:08:25:24 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:08:25:26 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:11:47:41 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Apr/2029:07:13:17 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Apr/2029:07:13:30 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Apr/2029:07:13:40 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [23/Apr/2029:07:15:16 +0000] "GET / HTTP/1.1" 200 1562 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3213" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [23/Apr/2029:07:15:21 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [23/Apr/2029:07:15:27 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:01 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:09 +0000] "GET /X10-Linux/X10/x10-10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:21 +0000] "GET /X10-Linux/X10/x10-10php~ HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:31 +0000] "GET /X10-Linux/X10/x10-11.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:34 +0000] "GET /X10-Linux/X10/x10-12.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:38 +0000] "GET /X10-Linux/X10/x10-2.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:41 +0000] "GET /X10-Linux/X10/x10-3.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:45 +0000] "GET /X10-Linux/X10/x10-4.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:48 +0000] "GET /X10-Linux/X10/x10-5.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:52 +0000] "GET /X10-Linux/X10/x10-6.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:56 +0000] "GET /X10-Linux/X10/x10-original.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:28:01 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:20:01:11 +0000] "GET /X10-Linux/X10/X10.php HTTP/1.1" 404 345 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3217" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:20:01:23 +0000] "GET /X10-Linux/X10/X10.php HTTP/1.1" 404 345 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3217" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:20:02:09 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:24 +0000] "GET / HTTP/1.1" 200 1562 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3213" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:35 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:45 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:54 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:21 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:21 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:25 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:41 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:47 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:34:12 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:34:15 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [11/Oct/2020:07:38:12 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:29:53 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:29:53 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:29:57 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:31:28 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:36:18 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:36:31 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:01 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:07 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:11 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:16 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:32 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:44 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:46 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:51 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:53 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:54 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:54 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:56 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:57 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:57 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:58 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 - - [01/Feb/2012:10:57:39 +0000] "GET /phpmyadmin HTTP/1.1" 400 349 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 - - [01/Feb/2012:10:57:39 +0000] "GET /favicon.ico HTTP/1.1" 400 349 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 - - [01/Feb/2012:10:57:42 +0000] "GET /favicon.ico HTTP/1.1" 400 349 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:57:55 +0000] "GET /phpmyadmin HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:17:18:36 +0000] "GET /phpmyadmin/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:17:24:26 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:17:39:27 +0000] "GET /phpmyadmin HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:18:21:21 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:20 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:20 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:21 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:29 +0000] "GET /x10 HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:34 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:43 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:58 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:14:10 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:14:23 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:10 +0000] "GET /x10 HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:16 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:24 +0000] "GET /X10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:36 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:16:51 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:16:55 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.5/X10-Linux/X10/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:17:24 +0000] "GET /foo/ HTTP/1.1" 200 1520 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:17:27 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:23:14 +0000] "GET /phpmyadmin HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:25:11 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:16 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:20 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:21 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:22 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:22 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:48:18 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:48:23 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.5/X10-Linux/X10/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:12 +0000] "GET /foo/ HTTP/1.1" 200 1520 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:16 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:19 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:19 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:37 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:01 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:01 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:01 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:16 +0000] "GET /foo/ HTTP/1.1" 200 45 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:22 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:22 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:22 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:23 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:16:13 +0000] "GET /foo/ HTTP/1.1" 200 41 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:54:53 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:54:58 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:54:59 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:24 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:03:14 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:03:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:04 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:05 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:07 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:10 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:10 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:13:21:56 +0000] "GET /phpmyadmin/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:11:09 +0000] "GET /index.lighttpd.html HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:26:47 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:29:13 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:29:14 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
guruplug-debian:/home/serveur#
le plug à une heure de décalage en moins.

Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 06:22 
Hors ligne
Modérateur du forum
Avatar de l’utilisateur

Inscription: 13 Mar 2009 08:30
Messages: 9854
Localisation: Madagascar - Isalo
Salut,
Je suis toujours là!

/var/log/lighttpd/acces.log ?

Que donne:
Code:
# netstat -tulpn| grep :80

_________________
Le wiki du forum! - Pastbin && service d'hébergement d'images
:005 Référencement sous MsDos... :happy-jumpgreen:


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 11:30 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
Bonjour,

Code:
guruplug-debian:/home/serveur# netstat -tulpn| grep :80
tcp6       0      0 :::80                   :::*                    LISTEN      2565/lighttpd   
guruplug-debian:/home/serveur#


/var/log/lighttpd/acces.log
Code:
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:18:33:23 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:18:33:23 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:18:33:26 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:19:10:16 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [21/Jan/2012:19:10:20 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [10/Sep/2020:23:35:38 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [10/Sep/2020:23:35:38 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [10/Sep/2020:23:35:42 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:20:07:05 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:20:07:07 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:21:56:32 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [21/Jan/2012:21:56:33 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:08:25:24 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:08:25:26 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:11:47:41 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Apr/2029:07:13:17 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Apr/2029:07:13:30 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Apr/2029:07:13:40 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [23/Apr/2029:07:15:16 +0000] "GET / HTTP/1.1" 200 1562 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3213" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [23/Apr/2029:07:15:21 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [23/Apr/2029:07:15:27 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:01 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:09 +0000] "GET /X10-Linux/X10/x10-10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:21 +0000] "GET /X10-Linux/X10/x10-10php~ HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:31 +0000] "GET /X10-Linux/X10/x10-11.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:34 +0000] "GET /X10-Linux/X10/x10-12.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:38 +0000] "GET /X10-Linux/X10/x10-2.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:41 +0000] "GET /X10-Linux/X10/x10-3.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:45 +0000] "GET /X10-Linux/X10/x10-4.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:48 +0000] "GET /X10-Linux/X10/x10-5.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:52 +0000] "GET /X10-Linux/X10/x10-6.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:27:56 +0000] "GET /X10-Linux/X10/x10-original.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [23/Oct/2025:18:28:01 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:20:01:11 +0000] "GET /X10-Linux/X10/X10.php HTTP/1.1" 404 345 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3217" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:20:01:23 +0000] "GET /X10-Linux/X10/X10.php HTTP/1.1" 404 345 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3217" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [22/Jan/2012:20:02:09 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:24 +0000] "GET / HTTP/1.1" 200 1562 "http://www.forum-plugcomputer.net/viewtopic.php?f=5&t=325&p=3213" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:35 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:45 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.1.100 192.168.1.1 - [22/Jan/2012:22:32:54 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:21 +0000] "GET / HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:21 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:25 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:41 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:29:47 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:34:12 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [31/Jan/2012:00:34:15 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.6/X10-Linux/X10/" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.6 - [11/Oct/2020:07:38:12 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:29:53 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:29:53 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:29:57 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:31:28 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:36:18 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [31/Jan/2012:17:36:31 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:01 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:07 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:11 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:16 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:44:32 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:44 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:46 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:51 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:53 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:54 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:54 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:56 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:57 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:57 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:56:58 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 - - [01/Feb/2012:10:57:39 +0000] "GET /phpmyadmin HTTP/1.1" 400 349 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 - - [01/Feb/2012:10:57:39 +0000] "GET /favicon.ico HTTP/1.1" 400 349 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 - - [01/Feb/2012:10:57:42 +0000] "GET /favicon.ico HTTP/1.1" 400 349 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:10:57:55 +0000] "GET /phpmyadmin HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:17:18:36 +0000] "GET /phpmyadmin/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:17:24:26 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:17:39:27 +0000] "GET /phpmyadmin HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [01/Feb/2012:18:21:21 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.10 (maverick) Firefox/3.6.24 GTB7.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:20 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:20 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:21 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:29 +0000] "GET /x10 HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:34 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:43 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:13:58 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:14:10 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:14:23 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:10 +0000] "GET /x10 HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:16 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:24 +0000] "GET /X10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:15:36 +0000] "GET /x10/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:16:51 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:16:55 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.5/X10-Linux/X10/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:17:24 +0000] "GET /foo/ HTTP/1.1" 200 1520 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:17:27 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:23:14 +0000] "GET /phpmyadmin HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:17:25:11 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:16 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:20 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:21 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:22 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:47:22 +0000] "GET / HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:48:18 +0000] "GET /X10-Linux/X10/ HTTP/1.1" 200 5289 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:48:23 +0000] "GET /X10-Linux/X10/x10.php HTTP/1.1" 403 345 "http://192.168.0.5/X10-Linux/X10/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:12 +0000] "GET /foo/ HTTP/1.1" 200 1520 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:16 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:19 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:19 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [02/Feb/2012:22:49:37 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "http://192.168.0.5/foo/" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:01 +0000] "GET / HTTP/1.1" 200 45 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:01 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:01 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:16 +0000] "GET /foo/ HTTP/1.1" 200 45 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:22 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:22 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:22 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:15:23 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:16:13 +0000] "GET /foo/ HTTP/1.1" 200 41 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:54:53 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:54:58 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:54:59 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:10:56:24 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:03:14 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:03:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:04 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:05 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:07 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:10 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:12:05:10 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:13:21:56 +0000] "GET /phpmyadmin/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:11:09 +0000] "GET /index.lighttpd.html HTTP/1.1" 200 1562 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:26:47 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:29:13 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:14:29:14 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:17:39:09 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:17:39:09 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:17:39:10 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:17:39:11 +0000] "GET /foo/ HTTP/1.1" 304 0 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.4 192.168.0.5 - [03/Feb/2012:17:39:23 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.10 192.168.0.5 - [03/Feb/2012:16:49:00 +0000] "GET /foo/foo.php HTTP/1.1" 403 345 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.10 192.168.0.5 - [03/Feb/2012:16:49:00 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.10 192.168.0.5 - [03/Feb/2012:16:49:01 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.10 192.168.0.5 - [03/Feb/2012:16:49:01 +0000] "GET /favicon.ico HTTP/1.1" 404 345 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
::ffff:192.168.0.10 192.168.0.5 - [03/Feb/2012:16:49:35 +0000] "GET /foo/ HTTP/1.1" 200 41 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"


Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 12:48 
Hors ligne
Vraiment, particulièrement bavard(e)!

Inscription: 24 Jan 2009 20:33
Messages: 1073
Fait sur le serveur ces deux commandes l'un après l'autre:
touch /var/www/phpinfo.php
echo "<?php phpinfo(); ?>" >> /var/www/phpinfo.php

Après va sur "http://tonserveur/phpinfo.php", dit ce qu'il affiche.

_________________
Intel quad core 1.2<->4ghz --> Sid 3.2.* --> i3, luakit, pcmanfm, vlc, geany
assembly, c++,php
Live free or die !

'Il est plus facile de désintégrer un atome qu'un préjugé' Albert Einstein


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 14:00 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
bonjour,

Le plug est sur l'ip 192.168.0.5

Dans le navigateur de mon pc "http://192.168.0.5/phpinfo.php" affiche :
403 - Forbidden, j'ai testé sur d'autre poste idem.

Ce que je ne comprend pas c'est lorsque je tape dans le terminal de mon pc en ssh
Code:
guruplug-debian:/home/serveur# /etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down                                                                         
Unable to open logs                                                                                                   
failed!                                                                                                             
guruplug-debian:/home/serveur#


Je me demande si il ne serai pas plus simple de désinstaller apache puis de supprimer les fichiers de configuration de apache et de la réinstaller.

Autre solution :
Si j'effectue cette opération, es-ce que cela va résoudre le problème ?
Code:
guruplug-debian:/home/serveur# apt-get -s upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  alsa-oss alsa-tools alsa-utils apache2 apache2-mpm-prefork apache2-utils apache2.2-common apt apt-utils aptitude
  atftp autoconf automake bash binutils bluez bluez-alsa bsdmainutils build-essential coreutils cpio cpp cpp-4.3
  cron dbus debianutils dhcp3-client dhcp3-common diff dnsmasq dnsmasq-base dpkg dpkg-dev e2fslibs e2fsprogs ed
  esound-clients exim4 exim4-base exim4-config exim4-daemon-light fam file findutils g++ g++-4.3 gcc gcc-4.3
  gcc-4.3-base gnupg gpgv grep groff-base gzip info iproute iptables iputils-ping libapache2-mod-php5 libapr1
  libaprutil1 libasound2 libavformat52 libavutil49 libblkid1 libc6 libc6-dev libcaca0 libcairo2 libcucul0 libcups2
  libcwidget3 libdbd-mysql-perl libdbi-perl libdevmapper1.02.1 libedit2 libesd0 libexpat1 libfam0 libffi5 libgcc1
  libgdbm3 libglib2.0-0 libglib2.0-data libgomp1 libgtk2.0-0 libgtk2.0-bin libjack0 libkrb53 liblocale-gettext-perl
  libmagic1 libnewt0.52 libnl1 libopenal1 libpam-modules libpam-runtime libpango1.0-0 libpcap0.8 libpixman-1-0
  libpopt0 libpostproc51 libpq5 libsasl2-2 libsdl1.2debian libsdl1.2debian-alsa libsigc++-2.0-0c2a libslang2
  libsmbclient libsqlite3-0 libssl-dev libssl0.9.8 libstdc++6 libstdc++6-4.3-dev libswscale0 libtext-charwidth-perl
  libtext-iconv-perl libthai-data libthai0 libtheora0 libts-0.0-0 libuuid1 libwbclient0 libx11-6 libxcb1 libxi6
  lighttpd locales login logrotate m4 man-db mktemp mount mplayer mysql-client mysql-server nano nmap ntfs-3g ntp
  openssh-client openssh-server openssl patch perl perl-base perl-modules php5 php5-cli php5-common php5-dev php5-gd
  php5-mcrypt php5-mysql phpmyadmin procps python python-gobject python-minimal python2.5 python2.5-minimal
  readline-common rsyslog samba samba-common sed sudo sysv-rc tar udev udhcpd update-inetd usbmount util-linux
  vim-common vim-tiny wget whiptail wireless-tools wpasupplicant zlib1g zlib1g-dev
The following packages will be upgraded:
  adduser alsa-base automake1.4 autotools-dev base-files base-passwd bsd-mailx bsdutils bzip2 dbus-x11 debconf
  debconf-i18n debian-archive-keyring defoma esound-common fontconfig fontconfig-config hicolor-icon-theme hostname
  ifplugd ifupdown initscripts libacl1 libatk1.0-0 libatk1.0-data libattr1 libaudiofile0 libbluetooth3 libbz2-1.0
  libcdparanoia0 libcomerr2 libconsole libdaemon0 libdb4.6 libdbus-1-3 libdrm2 libfontconfig1 libfontenc1
  libfreetype6 libfribidi0 libgcrypt11 libgd2-xpm libgif4 libgl1-mesa-glx libgmp3c2 libgnutls26 libgpg-error0
  libgsm1 libgtk2.0-common libhtml-template-perl libjpeg62 libkeyutils1 libldap-2.4-2 liblircclient0 liblockfile1
  liblzo2-2 libmcrypt4 libncurses5 libncurses5-dev libncursesw5 libnet-daemon-perl libogg0 libpam0g
  libpango1.0-common libpci3 libpcre3 libpcsclite1 libplrpc-perl libpng12-0 libreadline5 libreadline5-dev
  libselinux1 libsepol1 libss2 libsysfs2 libt1-5 libtasn1-3 libterm-readline-perl-perl libtext-wrapi18n-perl
  libtiff4 libtimedate-perl libtool libusb-0.1-4 libvorbis0a libvorbisenc2 libwrap0 libx11-data libxau6
  libxcb-render-util0 libxcb-render0 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxfont1
  libxft2 libxinerama1 libxml2 libxmuu1 libxpm4 libxrandr2 libxrender1 libxv1 libxvmc1 libxxf86dga1 libxxf86vm1
  linux-libc-dev linux-sound-base lockfile-progs lsb-base lsof make makedev manpages mawk mime-support
  module-assistant module-init-tools mtd-utils mysql-common ncurses-base ncurses-bin net-tools netbase
  openssl-blacklist passwd pciutils portmap psmisc python-bluez python-central python-support sgml-base shtool
  ssl-cert sysvinit sysvinit-utils tasksel tasksel-data tcpd time traceroute ttf-dejavu ttf-dejavu-core
  ttf-dejavu-extra tzdata ucf usbutils x-ttcidfont-conf x11-common xauth xfonts-encodings xfonts-utils xml-core
156 upgraded, 0 newly installed, 0 to remove and 182 not upgraded.
Inst base-files [5lenny10] (6.0squeeze4 Debian:6.0.4/stable)
Conf base-files (6.0squeeze4 Debian:6.0.4/stable)
Inst hostname [2.95] (3.04 Debian:6.0.4/stable)
Conf hostname (3.04 Debian:6.0.4/stable)
Inst libncurses5-dev [5.7+20081213-1] (5.7+20100313-5 Debian:6.0.4/stable) []
Inst libncurses5 [5.7+20081213-1] (5.7+20100313-5 Debian:6.0.4/stable) []
Conf libncurses5 (5.7+20100313-5 Debian:6.0.4/stable) []
Inst ncurses-bin [5.7+20081213-1] (5.7+20100313-5 Debian:6.0.4/stable)
Conf ncurses-bin (5.7+20100313-5 Debian:6.0.4/stable)
Inst libselinux1 [2.0.65-5] (2.0.96-1 Debian:6.0.4/stable)
Conf libselinux1 (2.0.96-1 Debian:6.0.4/stable)
Inst sysvinit-utils [2.86.ds1-61] (2.88dsf-13.1 Debian:6.0.4/stable)
Conf sysvinit-utils (2.88dsf-13.1 Debian:6.0.4/stable)
Inst libsepol1 [2.0.30-2] (2.0.41-1 Debian:6.0.4/stable)
Conf libsepol1 (2.0.41-1 Debian:6.0.4/stable)
Inst sysvinit [2.86.ds1-61] (2.88dsf-13.1 Debian:6.0.4/stable)
Conf sysvinit (2.88dsf-13.1 Debian:6.0.4/stable)
Inst base-passwd [3.5.20] (3.5.22 Debian:6.0.4/stable)
Conf base-passwd (3.5.22 Debian:6.0.4/stable)
Inst bsdutils [1:2.13.1.1-1] (1:2.17.2-9 Debian:6.0.4/stable)
Conf bsdutils (1:2.17.2-9 Debian:6.0.4/stable)
Inst ncurses-base [5.7+20081213-1] (5.7+20100313-5 Debian:6.0.4/stable)
Conf ncurses-base (5.7+20100313-5 Debian:6.0.4/stable)
Inst libtext-wrapi18n-perl [0.06-6] (0.06-7 Debian:6.0.4/stable)
Conf libtext-wrapi18n-perl (0.06-7 Debian:6.0.4/stable)
Inst debconf-i18n [1.5.24] (1.5.36.1 Debian:6.0.4/stable)
Conf debconf-i18n (1.5.36.1 Debian:6.0.4/stable)
Inst debconf [1.5.24] (1.5.36.1 Debian:6.0.4/stable)
Conf debconf (1.5.36.1 Debian:6.0.4/stable)
Inst tasksel-data [2.78] (2.88 Debian:6.0.4/stable)
Inst tasksel [2.78] (2.88 Debian:6.0.4/stable)
Inst mawk [1.3.3-11.1] (1.3.3-15 Debian:6.0.4/stable)
Inst openssl-blacklist [0.4.2] (0.5-2 Debian:6.0.4/stable)
Inst debian-archive-keyring [2010.08.28~lenny1] (2010.08.28 Debian:6.0.4/stable)
Conf debian-archive-keyring (2010.08.28 Debian:6.0.4/stable)
Inst bzip2 [1.0.5-1+lenny1] (1.0.5-6+squeeze1 Debian:6.0.4/stable) []
Inst libbz2-1.0 [1.0.5-1+lenny1] (1.0.5-6+squeeze1 Debian:6.0.4/stable)
Conf libbz2-1.0 (1.0.5-6+squeeze1 Debian:6.0.4/stable)
Inst libusb-0.1-4 [2:0.1.12-13] (2:0.1.12-16 Debian:6.0.4/stable)
Conf libusb-0.1-4 (2:0.1.12-16 Debian:6.0.4/stable)
Inst lsb-base [3.2-20] (3.2-23.2squeeze1 Debian:6.0.4/stable)
Conf lsb-base (3.2-23.2squeeze1 Debian:6.0.4/stable)
Inst initscripts [2.86.ds1-61] (2.88dsf-13.1 Debian:6.0.4/stable)
Conf initscripts (2.88dsf-13.1 Debian:6.0.4/stable)
Inst libattr1 [1:2.4.43-2] (1:2.4.44-2 Debian:6.0.4/stable)
Conf libattr1 (1:2.4.44-2 Debian:6.0.4/stable)
Inst libacl1 [2.2.47-2] (2.2.49-4 Debian:6.0.4/stable)
Conf libacl1 (2.2.49-4 Debian:6.0.4/stable)
Inst libcomerr2 [1.41.3-1] (1.41.12-4stable1 Debian:6.0.4/stable)
Conf libcomerr2 (1.41.12-4stable1 Debian:6.0.4/stable)
Inst libpam0g [1.0.1-5+lenny1] (1.1.1-6.1+squeeze1 Debian:6.0.4/stable)
Conf libpam0g (1.1.1-6.1+squeeze1 Debian:6.0.4/stable)
Inst libss2 [1.41.3-1] (1.41.12-4stable1 Debian:6.0.4/stable)
Conf libss2 (1.41.12-4stable1 Debian:6.0.4/stable)
Inst passwd [1:4.1.1-6+lenny1] (1:4.1.4.2+svn3283-2+squeeze1 Debian:6.0.4/stable)
Conf passwd (1:4.1.4.2+svn3283-2+squeeze1 Debian:6.0.4/stable)
Inst tzdata [2011k-0lenny1] (2011n-0squeeze1 Debian:6.0.4/stable)
Conf tzdata (2011n-0squeeze1 Debian:6.0.4/stable)
Inst libdb4.6 [4.6.21-11] (4.6.21-16 Debian:6.0.4/stable)
Conf libdb4.6 (4.6.21-16 Debian:6.0.4/stable)
Inst libreadline5-dev [5.2-3.1] (5.2-7 Debian:6.0.4/stable) []
Inst libreadline5 [5.2-3.1] (5.2-7 Debian:6.0.4/stable)
Conf libreadline5 (5.2-7 Debian:6.0.4/stable)
Inst adduser [3.110] (3.112+nmu2 Debian:6.0.4/stable)
Inst net-tools [1.60-22] (1.60-23 Debian:6.0.4/stable)
Inst ifupdown [0.6.8+nmu1] (0.6.10 Debian:6.0.4/stable)
Inst libncursesw5 [5.7+20081213-1] (5.7+20100313-5 Debian:6.0.4/stable)
Inst manpages [3.05-1] (3.27-1 Debian:6.0.4/stable)
Inst module-init-tools [3.4-1] (3.12-2 Debian:6.0.4/stable)
Inst netbase [4.34] (4.45 Debian:6.0.4/stable)
Inst traceroute [2.0.11-2] (1:2.0.15-1 Debian:6.0.4/stable)
Inst liblockfile1 [1.08-3] (1.08-4 Debian:6.0.4/stable)
Inst bsd-mailx [8.1.2-0.20071201cvs-3] (8.1.2-0.20100314cvs-1 Debian:6.0.4/stable)
Inst libgpg-error0 [1.4-2] (1.6-1 Debian:6.0.4/stable)
Inst libgcrypt11 [1.4.1-1] (1.4.5-2 Debian:6.0.4/stable)
Inst libtasn1-3 [1.4-1] (2.7-1 Debian:6.0.4/stable)
Inst libgnutls26 [2.4.2-6+lenny2] (2.8.6-1+squeeze1 Debian:6.0.4/stable)
Inst libkeyutils1 [1.2-9] (1.4-1 Debian:6.0.4/stable)
Inst libldap-2.4-2 [2.4.11-1+lenny2.1] (2.4.23-7.2 Debian:6.0.4/stable)
Inst pciutils [1:3.0.0-6] (1:3.1.7-6 Debian:6.0.4/stable) []
Inst libpci3 [1:3.0.0-6] (1:3.1.7-6 Debian:6.0.4/stable)
Inst libpcre3 [7.6-2.1] (8.02-1.1 Debian:6.0.4/stable)
Inst libxml2 [2.6.32.dfsg-5+lenny5] (2.7.8.dfsg-2+squeeze1 Debian:6.0.4/stable)
Inst lsof [4.78.dfsg.1-4] (4.81.dfsg.1-1 Debian:6.0.4/stable)
Inst mime-support [3.44-1] (3.48-1 Debian:6.0.4/stable)
Inst libwrap0 [7.6.q-16] (7.6.q-19 Debian:6.0.4/stable)
Inst portmap [6.0-9] (6.0.0-2 Debian:6.0.4/stable)
Inst python-central [0.6.8] (0.6.16+nmu1 Debian:6.0.4/stable)
Inst python-support [0.8.4lenny2] (1.0.10 Debian:6.0.4/stable)
Inst tcpd [7.6.q-16] (7.6.q-19 Debian:6.0.4/stable)
Inst time [1.7-23] (1.7-23.1 Debian:6.0.4/stable)
Inst ucf [3.0016] (3.0025+nmu1 Debian:6.0.4/stable)
Inst linux-sound-base [1.0.17.dfsg-4] (1.0.23+dfsg-2 Debian:6.0.4/stable)
Inst alsa-base [1.0.17.dfsg-4] (1.0.23+dfsg-2 Debian:6.0.4/stable)
Inst autotools-dev [20080123.1] (20100122.1 Debian:6.0.4/stable)
Inst automake1.4 [1:1.4-p6-13] (1:1.4-p6-13.1 Debian:6.0.4/stable)
Inst x11-common [1:7.3+20] (1:7.5+8+squeeze1 Debian:6.0.4/stable)
Inst dbus-x11 [1.2.1-5+lenny2] (1.2.24-4+squeeze1 Debian:6.0.4/stable)
Inst defoma [0.11.10-0.2] (0.11.11 Debian:6.0.4/stable)
Inst esound-common [0.2.36-3] (0.2.41-8 Debian:6.0.4/stable)
Inst libfreetype6 [2.3.7-2+lenny8] (2.4.2-2.1+squeeze3 Debian:6.0.4/stable)
Inst ttf-dejavu-core [2.25-3] (2.31-1 Debian:6.0.4/stable)
Inst libfontconfig1 [2.6.0-3] (2.8.0-2.1 Debian:6.0.4/stable) []
Inst fontconfig-config [2.6.0-3] (2.8.0-2.1 Debian:6.0.4/stable)
Inst fontconfig [2.6.0-3] (2.8.0-2.1 Debian:6.0.4/stable)
Inst hicolor-icon-theme [0.10-1] (0.12-1 Debian:6.0.4/stable)
Inst libdaemon0 [0.12-2lenny1] (0.14-2 Debian:6.0.4/stable)
Inst ifplugd [0.28-12] (0.28-18 Debian:6.0.4/stable)
Inst libatk1.0-0 [1.22.0-1] (1.30.0-1 Debian:6.0.4/stable)
Inst libatk1.0-data [1.22.0-1] (1.30.0-1 Debian:6.0.4/stable)
Inst libaudiofile0 [0.2.6-7+lenny1] (0.2.6-8 Debian:6.0.4/stable)
Inst libbluetooth3 [4.60-1~bpo50+1] (4.66-3 Debian:6.0.4/stable)
Inst libcdparanoia0 [3.10.2+debian-5] (3.10.2+debian-9 Debian:6.0.4/stable)
Inst libconsole [1:0.2.3dbs-65.1] (1:0.2.3dbs-69.1 Debian:6.0.4/stable)
Inst libdbus-1-3 [1.2.1-5+lenny2] (1.2.24-4+squeeze1 Debian:6.0.4/stable)
Inst libdrm2 [2.3.1-2] (2.4.21-1~squeeze3 Debian:6.0.4/stable)
Inst libfontenc1 [1:1.0.4-3] (1:1.0.5-2 Debian:6.0.4/stable)
Inst libfribidi0 [0.10.9-1] (0.19.2-1 Debian:6.0.4/stable)
Inst libjpeg62 [6b-14] (6b1-1 Debian:6.0.4/stable)
Inst libpng12-0 [1.2.27-2+lenny5] (1.2.44-1+squeeze1 Debian:6.0.4/stable)
Inst libxpm4 [1:3.5.7-1] (1:3.5.8-1 Debian:6.0.4/stable)
Inst libgd2-xpm [2.0.36~rc1~dfsg-3+lenny1] (2.0.36~rc1~dfsg-5 Debian:6.0.4/stable)
Inst libgif4 [4.1.6-6] (4.1.6-9 Debian:6.0.4/stable)
Inst libxfixes3 [1:4.0.3-2] (1:4.0.5-1 Debian:6.0.4/stable)
Inst libxdamage1 [1:1.1.1-4] (1:1.1.3-1 Debian:6.0.4/stable)
Inst libxext6 [2:1.0.4-2] (2:1.1.2-1 Debian:6.0.4/stable)
Inst libxxf86vm1 [1:1.0.2-1] (1:1.1.0-2 Debian:6.0.4/stable)
Inst libgl1-mesa-glx [7.0.3-7] (7.7.1-5 Debian:6.0.4/stable)
Inst libgmp3c2 [2:4.2.2+dfsg-3] (2:4.3.2+dfsg-1 Debian:6.0.4/stable)
Inst libgsm1 [1.0.12-1] (1.0.13-3 Debian:6.0.4/stable)
Inst libgtk2.0-common [2.12.12-1~lenny2] (2.20.1-2 Debian:6.0.4/stable)
Inst libhtml-template-perl [2.9-1] (2.9-2 Debian:6.0.4/stable)
Inst liblircclient0 [0.8.3-3] (0.8.3-5+b1 Debian:6.0.4/stable)
Inst liblzo2-2 [2.03-1] (2.03-2 Debian:6.0.4/stable)
Inst libmcrypt4 [2.5.7-5] (2.5.8-3.1 Debian:6.0.4/stable)
Inst libogg0 [1.1.3-4] (1.2.0~dfsg-1 Debian:6.0.4/stable)
Inst libpango1.0-common [1.20.5-6] (1.28.3-1+squeeze2 Debian:6.0.4/stable)
Inst libpcsclite1 [1.4.102-1+lenny4] (1.5.5-4 Debian:6.0.4/stable)
Inst libnet-daemon-perl [0.38-1.1] (0.43-1 Debian:6.0.4/stable)
Inst libplrpc-perl [0.2017-1.1] (0.2020-2 Debian:6.0.4/stable)
Inst libsysfs2 [2.1.0-5] (2.1.0+repack-1 Debian:6.0.4/stable)
Inst libt1-5 [5.1.2-3+lenny1] (5.1.2-3+squeeze1 Debian:6.0.4/stable)
Inst libterm-readline-perl-perl [1.0302-1] (1.0303-1 Debian:6.0.4/stable)
Inst libtiff4 [3.8.2-11.5] (3.9.4-5+squeeze3 Debian:6.0.4/stable)
Inst libtimedate-perl [1.1600-9] (1.2000-1 Debian:6.0.4/stable)
Inst libtool [1.5.26-4+lenny1] (2.2.6b-2 Debian:6.0.4/stable)
Inst libvorbis0a [1.2.0.dfsg-3.1+lenny1] (1.3.1-1 Debian:6.0.4/stable)
Inst libvorbisenc2 [1.2.0.dfsg-3.1+lenny1] (1.3.1-1 Debian:6.0.4/stable)
Inst libx11-data [2:1.1.5-2] (2:1.3.3-4 Debian:6.0.4/stable)
Inst libxau6 [1:1.0.3-3] (1:1.0.6-1 Debian:6.0.4/stable)
Inst libxcb-render0 [1.1-1.2] (1.6-1 Debian:6.0.4/stable)
Inst libxcomposite1 [1:0.4.0-3] (1:0.4.2-1 Debian:6.0.4/stable)
Inst libxrender1 [1:0.9.4-2] (1:0.9.6-1 Debian:6.0.4/stable)
Inst libxcursor1 [1:1.1.9-1] (1:1.1.10-2 Debian:6.0.4/stable)
Inst libxdmcp6 [1:1.0.2-3] (1:1.0.3-2 Debian:6.0.4/stable)
Inst libxfont1 [1:1.3.3-2] (1:1.4.1-3 Debian:6.0.4/stable)
Inst libxft2 [2.1.12-3] (2.1.14-2 Debian:6.0.4/stable)
Inst libxinerama1 [2:1.0.3-2] (2:1.1-3 Debian:6.0.4/stable)
Inst libxmuu1 [2:1.0.4-1] (2:1.0.5-2 Debian:6.0.4/stable)
Inst libxrandr2 [2:1.2.3-1] (2:1.3.0-3 Debian:6.0.4/stable)
Inst libxv1 [2:1.0.4-1] (2:1.0.5-1 Debian:6.0.4/stable)
Inst libxvmc1 [1:1.0.4-2] (2:1.0.5-1 Debian:6.0.4/stable)
Inst libxxf86dga1 [2:1.0.2-1] (2:1.1.1-2 Debian:6.0.4/stable)
Inst linux-libc-dev [2.6.26-27] (2.6.32-41 Debian:6.0.4/stable)
Inst lockfile-progs [0.1.11-0.1] (0.1.15 Debian:6.0.4/stable)
Inst make [3.81-5] (3.81-8 Debian:6.0.4/stable)
Inst module-assistant [0.10.11.0] (0.11.3 Debian:6.0.4/stable)
Inst mysql-common [5.0.51a-24+lenny5] (5.1.49-3 Debian:6.0.4/stable)
Inst psmisc [22.6-1] (22.11-1 Debian:6.0.4/stable)
Inst python-bluez [0.15-1.1] (0.18-1+b1 Debian:6.0.4/stable)
Inst sgml-base [1.26] (1.26+nmu1 Debian:6.0.4/stable)
Inst shtool [2.0.7-3] (2.0.8-6 Debian:6.0.4/stable)
Inst ssl-cert [1.0.23] (1.0.28 Debian:6.0.4/stable)
Inst ttf-dejavu-extra [2.25-3] (2.31-1 Debian:6.0.4/stable)
Inst ttf-dejavu [2.25-3] (2.31-1 Debian:6.0.4/stable)
Inst usbutils [0.73-10lenny2] (0.87-5squeeze1 Debian:6.0.4/stable)
Inst xfonts-encodings [1:1.0.2-3] (1:1.0.3-1 Debian:6.0.4/stable)
Inst xfonts-utils [1:7.4+1] (1:7.5+2 Debian:6.0.4/stable)
Inst x-ttcidfont-conf [31] (32 Debian:6.0.4/stable)
Inst xauth [1:1.0.3-2] (1:1.0.4-1 Debian:6.0.4/stable)
Inst xml-core [0.12] (0.13 Debian:6.0.4/stable)
Inst libxcb-render-util0 [0.2.1+git1-1] (0.3.6-1 Debian:6.0.4/stable)
Inst makedev [2.3.1-88] (2.3.1-89 Debian:6.0.4/stable)
Inst mtd-utils [20080508-1] (20090606-1 Debian:6.0.4/stable)
Conf libncurses5-dev (5.7+20100313-5 Debian:6.0.4/stable)
Conf tasksel (2.88 Debian:6.0.4/stable)
Conf tasksel-data (2.88 Debian:6.0.4/stable)
Conf mawk (1.3.3-15 Debian:6.0.4/stable)
Conf openssl-blacklist (0.5-2 Debian:6.0.4/stable)
Conf bzip2 (1.0.5-6+squeeze1 Debian:6.0.4/stable)
Conf libreadline5-dev (5.2-7 Debian:6.0.4/stable)
Conf adduser (3.112+nmu2 Debian:6.0.4/stable)
Conf net-tools (1.60-23 Debian:6.0.4/stable)
Conf ifupdown (0.6.10 Debian:6.0.4/stable)
Conf libncursesw5 (5.7+20100313-5 Debian:6.0.4/stable)
Conf manpages (3.27-1 Debian:6.0.4/stable)
Conf module-init-tools (3.12-2 Debian:6.0.4/stable)
Conf netbase (4.45 Debian:6.0.4/stable)
Conf traceroute (1:2.0.15-1 Debian:6.0.4/stable)
Conf liblockfile1 (1.08-4 Debian:6.0.4/stable)
Conf bsd-mailx (8.1.2-0.20100314cvs-1 Debian:6.0.4/stable)
Conf libgpg-error0 (1.6-1 Debian:6.0.4/stable)
Conf libgcrypt11 (1.4.5-2 Debian:6.0.4/stable)
Conf libtasn1-3 (2.7-1 Debian:6.0.4/stable)
Conf libgnutls26 (2.8.6-1+squeeze1 Debian:6.0.4/stable)
Conf libkeyutils1 (1.4-1 Debian:6.0.4/stable)
Conf libldap-2.4-2 (2.4.23-7.2 Debian:6.0.4/stable)
Conf libpci3 (1:3.1.7-6 Debian:6.0.4/stable)
Conf pciutils (1:3.1.7-6 Debian:6.0.4/stable)
Conf libpcre3 (8.02-1.1 Debian:6.0.4/stable)
Conf libxml2 (2.7.8.dfsg-2+squeeze1 Debian:6.0.4/stable)
Conf lsof (4.81.dfsg.1-1 Debian:6.0.4/stable)
Conf mime-support (3.48-1 Debian:6.0.4/stable)
Conf libwrap0 (7.6.q-19 Debian:6.0.4/stable)
Conf portmap (6.0.0-2 Debian:6.0.4/stable)
Conf python-central (0.6.16+nmu1 Debian:6.0.4/stable)
Conf python-support (1.0.10 Debian:6.0.4/stable)
Conf tcpd (7.6.q-19 Debian:6.0.4/stable)
Conf time (1.7-23.1 Debian:6.0.4/stable)
Conf ucf (3.0025+nmu1 Debian:6.0.4/stable)
Conf linux-sound-base (1.0.23+dfsg-2 Debian:6.0.4/stable)
Conf alsa-base (1.0.23+dfsg-2 Debian:6.0.4/stable)
Conf autotools-dev (20100122.1 Debian:6.0.4/stable)
Conf automake1.4 (1:1.4-p6-13.1 Debian:6.0.4/stable)
Conf x11-common (1:7.5+8+squeeze1 Debian:6.0.4/stable)
Conf dbus-x11 (1.2.24-4+squeeze1 Debian:6.0.4/stable)
Conf defoma (0.11.11 Debian:6.0.4/stable)
Conf esound-common (0.2.41-8 Debian:6.0.4/stable)
Conf libfreetype6 (2.4.2-2.1+squeeze3 Debian:6.0.4/stable)
Conf ttf-dejavu-core (2.31-1 Debian:6.0.4/stable)
Conf fontconfig-config (2.8.0-2.1 Debian:6.0.4/stable)
Conf libfontconfig1 (2.8.0-2.1 Debian:6.0.4/stable)
Conf fontconfig (2.8.0-2.1 Debian:6.0.4/stable)
Conf hicolor-icon-theme (0.12-1 Debian:6.0.4/stable)
Conf libdaemon0 (0.14-2 Debian:6.0.4/stable)
Conf ifplugd (0.28-18 Debian:6.0.4/stable)
Conf libatk1.0-0 (1.30.0-1 Debian:6.0.4/stable)
Conf libatk1.0-data (1.30.0-1 Debian:6.0.4/stable)
Conf libaudiofile0 (0.2.6-8 Debian:6.0.4/stable)
Conf libbluetooth3 (4.66-3 Debian:6.0.4/stable)
Conf libcdparanoia0 (3.10.2+debian-9 Debian:6.0.4/stable)
Conf libconsole (1:0.2.3dbs-69.1 Debian:6.0.4/stable)
Conf libdbus-1-3 (1.2.24-4+squeeze1 Debian:6.0.4/stable)
Conf libdrm2 (2.4.21-1~squeeze3 Debian:6.0.4/stable)
Conf libfontenc1 (1:1.0.5-2 Debian:6.0.4/stable)
Conf libfribidi0 (0.19.2-1 Debian:6.0.4/stable)
Conf libjpeg62 (6b1-1 Debian:6.0.4/stable)
Conf libpng12-0 (1.2.44-1+squeeze1 Debian:6.0.4/stable)
Conf libxpm4 (1:3.5.8-1 Debian:6.0.4/stable)
Conf libgd2-xpm (2.0.36~rc1~dfsg-5 Debian:6.0.4/stable)
Conf libgif4 (4.1.6-9 Debian:6.0.4/stable)
Conf libxfixes3 (1:4.0.5-1 Debian:6.0.4/stable)
Conf libxdamage1 (1:1.1.3-1 Debian:6.0.4/stable)
Conf libxext6 (2:1.1.2-1 Debian:6.0.4/stable)
Conf libxxf86vm1 (1:1.1.0-2 Debian:6.0.4/stable)
Conf libgl1-mesa-glx (7.7.1-5 Debian:6.0.4/stable)
Conf libgmp3c2 (2:4.3.2+dfsg-1 Debian:6.0.4/stable)
Conf libgsm1 (1.0.13-3 Debian:6.0.4/stable)
Conf libgtk2.0-common (2.20.1-2 Debian:6.0.4/stable)
Conf libhtml-template-perl (2.9-2 Debian:6.0.4/stable)
Conf liblircclient0 (0.8.3-5+b1 Debian:6.0.4/stable)
Conf liblzo2-2 (2.03-2 Debian:6.0.4/stable)
Conf libmcrypt4 (2.5.8-3.1 Debian:6.0.4/stable)
Conf libogg0 (1.2.0~dfsg-1 Debian:6.0.4/stable)
Conf libpango1.0-common (1.28.3-1+squeeze2 Debian:6.0.4/stable)
Conf libpcsclite1 (1.5.5-4 Debian:6.0.4/stable)
Conf libnet-daemon-perl (0.43-1 Debian:6.0.4/stable)
Conf libplrpc-perl (0.2020-2 Debian:6.0.4/stable)
Conf libsysfs2 (2.1.0+repack-1 Debian:6.0.4/stable)
Conf libt1-5 (5.1.2-3+squeeze1 Debian:6.0.4/stable)
Conf libterm-readline-perl-perl (1.0303-1 Debian:6.0.4/stable)
Conf libtiff4 (3.9.4-5+squeeze3 Debian:6.0.4/stable)
Conf libtimedate-perl (1.2000-1 Debian:6.0.4/stable)
Conf libtool (2.2.6b-2 Debian:6.0.4/stable)
Conf libvorbis0a (1.3.1-1 Debian:6.0.4/stable)
Conf libvorbisenc2 (1.3.1-1 Debian:6.0.4/stable)
Conf libx11-data (2:1.3.3-4 Debian:6.0.4/stable)
Conf libxau6 (1:1.0.6-1 Debian:6.0.4/stable)
Conf libxcb-render0 (1.6-1 Debian:6.0.4/stable)
Conf libxcomposite1 (1:0.4.2-1 Debian:6.0.4/stable)
Conf libxrender1 (1:0.9.6-1 Debian:6.0.4/stable)
Conf libxcursor1 (1:1.1.10-2 Debian:6.0.4/stable)
Conf libxdmcp6 (1:1.0.3-2 Debian:6.0.4/stable)
Conf libxfont1 (1:1.4.1-3 Debian:6.0.4/stable)
Conf libxft2 (2.1.14-2 Debian:6.0.4/stable)
Conf libxinerama1 (2:1.1-3 Debian:6.0.4/stable)
Conf libxmuu1 (2:1.0.5-2 Debian:6.0.4/stable)
Conf libxrandr2 (2:1.3.0-3 Debian:6.0.4/stable)
Conf libxv1 (2:1.0.5-1 Debian:6.0.4/stable)
Conf libxvmc1 (2:1.0.5-1 Debian:6.0.4/stable)
Conf libxxf86dga1 (2:1.1.1-2 Debian:6.0.4/stable)
Conf linux-libc-dev (2.6.32-41 Debian:6.0.4/stable)
Conf lockfile-progs (0.1.15 Debian:6.0.4/stable)
Conf make (3.81-8 Debian:6.0.4/stable)
Conf module-assistant (0.11.3 Debian:6.0.4/stable)
Conf mysql-common (5.1.49-3 Debian:6.0.4/stable)
Conf psmisc (22.11-1 Debian:6.0.4/stable)
Conf python-bluez (0.18-1+b1 Debian:6.0.4/stable)
Conf sgml-base (1.26+nmu1 Debian:6.0.4/stable)
Conf shtool (2.0.8-6 Debian:6.0.4/stable)
Conf ssl-cert (1.0.28 Debian:6.0.4/stable)
Conf ttf-dejavu-extra (2.31-1 Debian:6.0.4/stable)
Conf ttf-dejavu (2.31-1 Debian:6.0.4/stable)
Conf usbutils (0.87-5squeeze1 Debian:6.0.4/stable)
Conf xfonts-encodings (1:1.0.3-1 Debian:6.0.4/stable)
Conf xfonts-utils (1:7.5+2 Debian:6.0.4/stable)
Conf x-ttcidfont-conf (32 Debian:6.0.4/stable)
Conf xauth (1:1.0.4-1 Debian:6.0.4/stable)
Conf xml-core (0.13 Debian:6.0.4/stable)
Conf libxcb-render-util0 (0.3.6-1 Debian:6.0.4/stable)
Conf makedev (2.3.1-89 Debian:6.0.4/stable)
Conf mtd-utils (20090606-1 Debian:6.0.4/stable)
guruplug-debian:/home/serveur#


Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 16:23 
Hors ligne
Modérateur du forum
Avatar de l’utilisateur

Inscription: 13 Mar 2009 08:30
Messages: 9854
Localisation: Madagascar - Isalo
Salut,
Vous vous fatiguez pour rien...

Code:
apt-get remove lighttpd


EDIT:
Citation:
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

Citation:
# netstat -tulpn| grep :80
tcp6 0 0 :::80 :::* LISTEN 2565/lighttpd

_________________
Le wiki du forum! - Pastbin && service d'hébergement d'images
:005 Référencement sous MsDos... :happy-jumpgreen:


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 18:18 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
Bonjour,

apt-get remove lighttpd
Code:
guruplug-debian:/home/serveur# apt-get remove lighttpd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  lighttpd
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 918kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 23992 files and directories currently installed.)
Removing lighttpd ...
Stopping web server: lighttpd.
Processing triggers for man-db ...
guruplug-debian:/home/serveur#


Redémarrage d'apache
Code:
guruplug-debian:/home/serveur# /etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
.
guruplug-debian:/home/serveur#


Puis dans le navigateur de mon PC
Code:
http://192.168.0.5/phpinfo.php
eurêka ca marche. ouf
Je vous remercie dieu du ciel.

Mais j'ai un autre problème
Code:
http://192.168.0.5/phpmyadmin/

phpmyadmin me demande :
Code:
Nom d'utilisateur :
Mot de passe :

Je ne connais n'y le nom d'utilisateur, n'y le mot de passe ?????

Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 20:04 
Hors ligne
Modérateur du forum
Avatar de l’utilisateur

Inscription: 13 Mar 2009 08:30
Messages: 9854
Localisation: Madagascar - Isalo
xunil2003 a écrit:
Je ne connais n'y le nom d'utilisateur, n'y le mot de passe ?????


login / mot de passe MySQL

Edit: ni-ni

_________________
Le wiki du forum! - Pastbin && service d'hébergement d'images
:005 Référencement sous MsDos... :happy-jumpgreen:


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 20:21 
Hors ligne
Vraiment, particulièrement bavard(e)!

Inscription: 24 Jan 2009 20:33
Messages: 1073
Si ce n'est pas installer, install mysql-server-5.1, il te demandera un mot de passe lors de l'installation.
Au final sur phpmyadmin, l'utilisateur sera root et le password sera le mot de passe utilisé lors de l'installation de mysql.

_________________
Intel quad core 1.2<->4ghz --> Sid 3.2.* --> i3, luakit, pcmanfm, vlc, geany
assembly, c++,php
Live free or die !

'Il est plus facile de désintégrer un atome qu'un préjugé' Albert Einstein


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 04 Fév 2012 21:18 
Hors ligne
Grand posteur
Avatar de l’utilisateur

Inscription: 28 Jan 2012 11:46
Messages: 135
Localisation: 83170 Tourves (Var)
Bonjour

Enfin de compte, le nom d'utilisateur et de mot de passe est le même que ma connexion en ssh en root.
Code:
Nom d'utilisateur : root
mot de passe : le même que ma connexion ssh en root.


es-ce du faite que c'est un plug ?

Et il possible de changer le mot de passe de MySql

Merci.

_________________
Globalscale DreamPlug Multi Boot / Debian Squeeze ---> http://www.newit.co.uk/shop/proddetail. ... ream_Multi
Globalscale GuruPug Serveur Plus / ARM 1.2 Ghz / Debian Lenny.
I7 950 / 12 Go Ram / Ubuntu 10.10 / Mandriva 2010 / Mageia / Windows 7


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail  Sujet resolu
MessagePosté: 04 Fév 2012 21:30 
Hors ligne
Vraiment, particulièrement bavard(e)!
Avatar de l’utilisateur

Inscription: 18 Mai 2009 16:49
Messages: 2297
xunil2003 a écrit:
es-ce du faite que c'est un plug ?

Non. Pendant l'installation de MySQL il t'a demandé le mot de passe root que tu voulais pour MySQL, tu as dû saisir ton mot de passe root de la machine à la place.

xunil2003 a écrit:
Et il possible de changer le mot de passe de MySql

Oui.
https://encrypted.google.com/search?hl= ... root+mysql

_________________
testing/unstable (amd64) sous KDE4
https://github.com/syam44


Haut
 Profil  
 
 Sujet du message: Re: Apache2 fail
MessagePosté: 05 Fév 2012 07:05 
Hors ligne
Modérateur du forum
Avatar de l’utilisateur

Inscription: 13 Mar 2009 08:30
Messages: 9854
Localisation: Madagascar - Isalo
xunil2003 a écrit:
Je vous remercie dieu du ciel.

C'est tout moi ça... :banana-linedance:

_________________
Le wiki du forum! - Pastbin && service d'hébergement d'images
:005 Référencement sous MsDos... :happy-jumpgreen:


Haut
 Profil  
 
Afficher les messages postés depuis:  Trier par  
Poster un nouveau sujet Répondre au sujet  [ 22 messages ] 

Index du forum » Forums d'aide » Support Debian


Qui est en ligne

Utilisateurs parcourant ce forum: Niloo, Oloe et 0 invités


Vous ne pouvez pas poster de nouveaux sujets
Vous ne pouvez pas répondre aux sujets
Vous ne pouvez pas éditer vos messages
Vous ne pouvez pas supprimer vos messages
Vous ne pouvez pas joindre des fichiers

Rechercher:
Aller à:  
Flux RSS Flux RSS Liste des flux Liste des flux
Powered by phpBB® Forum Software © phpBB Group
Traduction par: phpBB-fr.com
SEO
[ Time : 0.526s | 12 Queries | GZIP : Off ]