logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 13-11-2014 02:12:16

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

https://localhost - Jessie [résolu]

Bonjour,

après avoir configuré mon environnement serveur sur debian Wheezy sur ma tour, je mets en place mon environnement de travail sur Jessie sur mon portable, mais ça ne se passe pas tout à fait de la même façon hmm

J'ai donc aussi installé apache2, openssl en suivant le tuto :

http://technique.arscenic.org/lamp-linu … r-ssl-pour

qui me semblait tout à fait correspondre à ce que j'avais fait sur mon serveur

la connexion non sécurisée (http://localhost) fonctionne mais la sécurisée ne fonctionne pas

j'ai bien mes deux sites d'activés avec a2ensite et présents dans mon /etc/apache2/sites-enabled

mon ssl.conf

<IfModule mod_ssl.c>
    <VirtualHost _default_:443>
    ServerAdmin webmaster@localhost
     
    DocumentRoot /var/www/html
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>
    <Directory /var/www/html>
    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/ssl_access.log combined
     
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    SSLCertificateFile /etc/apache2/ssl/apache.pem
    </VirtualHost>
    </IfModule>



mon port.conf

# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default.conf

Listen 80

<IfModule ssl_module>
  Listen 443
</IfModule>

<IfModule mod_gnutls.c>
  Listen 443
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet



mon /etc/hosts

127.0.0.1 localhost
127.0.1.1 portable.group  portable
192.168.1.3 localhost

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
 



un netstat -tap

netstat -tap
Connexions Internet actives (serveurs et établies)
Proto Recv-Q Send-Q Adresse locale          Adresse distante        Etat        PID/Program name
tcp        0      0 *:sunrpc                *:*                     LISTEN      663/rpcbind    
tcp        0      0 localhost:5939          *:*                     LISTEN      829/teamviewerd
tcp        0      0 *:ftp                   *:*                     LISTEN      1636/pure-ftpd (SER
tcp        0      0 *:ssh                   *:*                     LISTEN      776/sshd        
tcp        0      0 localhost:ipp           *:*                     LISTEN      3478/cupsd      
tcp        0      0 localhost:postgresql    *:*                     LISTEN      889/postgres    
tcp        0      0 localhost:postgresql    *:*                     LISTEN      889/postgres    
tcp        0      0 *:31001                 *:*                     LISTEN      16274/x2goclient
tcp        0      0 localhost:smtp          *:*                     LISTEN      1913/exim4      
tcp        0      0 *:microsoft-ds          *:*                     LISTEN      1952/smbd      
tcp        0      0 *:40928                 *:*                     LISTEN      3666/pulseaudio
tcp        0      0 *:49954                 *:*                     LISTEN      672/rpc.statd  
tcp        0      0 *:4713                  *:*                     LISTEN      3666/pulseaudio
tcp        0      0 localhost:mysql         *:*                     LISTEN      1480/mysqld    
tcp        0      0 *:netbios-ssn           *:*                     LISTEN      1952/smbd      
tcp        0      0 localhost:31001         localhost:54521         ESTABLISHED 16274/x2goclient
tcp        0      0 localhost:4713          localhost:40483         ESTABLISHED 3666/pulseaudio
tcp        0      0 localhost:40486         localhost:4713          ESTABLISHED 16274/x2goclient
tcp        0      0 localhost:netbios-ssn   localhost:60122         ESTABLISHED 17421/smbd      
tcp        0      0 itinerant.c:netbios-ssn localhost:49529         ESTABLISHED 17453/smbd      
tcp        0      0 localhost:56555         ARennes-656-1-242:https TIME_WAIT   -              
tcp        8      0 localhost:37399         itinerant.:microsoft-ds ESTABLISHED 17584/gvfsd-smb
tcp        0      0 itinerant.:microsoft-ds localhost:37399         ESTABLISHED 17591/smbd      
tcp        0      0 localhost:40483         localhost:4713          ESTABLISHED 16274/x2goclient
tcp       12      0 localhost:49529         itinerant.c:netbios-ssn ESTABLISHED 17415/gvfsd-smb-bro
tcp        0      0 localhost:4713          localhost:40482         ESTABLISHED 3666/pulseaudio
tcp       12      0 localhost:49531         itinerant.c:netbios-ssn ESTABLISHED 17415/gvfsd-smb-bro
tcp        0      0 localhost:54521         localhost:31001         ESTABLISHED 16277/nxproxy  
tcp        0      0 localhost:4713          localhost:40484         ESTABLISHED 3666/pulseaudio
tcp        0      0 localhost:4713          localhost:40485         ESTABLISHED 3666/pulseaudio
tcp        1      0 localhost:44667         livebox.hom:netbios-ssn CLOSE_WAIT  17415/gvfsd-smb-bro
tcp        0      0 localhost:4713          localhost:40486         ESTABLISHED 3666/pulseaudio
tcp        0      0 localhost:40482         localhost:4713          ESTABLISHED 16274/x2goclient
tcp        0      0 localhost:40484         localhost:4713          ESTABLISHED 16274/x2goclient
tcp        0      0 localhost:34211         ARennes-656-1-242-:1048 ESTABLISHED 16274/x2goclient
tcp       12      0 localhost:60122         localhost:netbios-ssn   ESTABLISHED 17415/gvfsd-smb-bro
tcp        0      0 itinerant.c:netbios-ssn localhost:49531         ESTABLISHED 17464/smbd      
tcp        0      0 localhost:40485         localhost:4713          ESTABLISHED 16274/x2goclient
tcp        0      0 localhost:56556         ARennes-656-1-242:https ESTABLISHED 3630/owncloud  
tcp6       0      0 [::]:sunrpc             [::]:*                  LISTEN      663/rpcbind    
tcp6       0      0 [::]:http               [::]:*                  LISTEN      17176/apache2  
tcp6       0      0 [::]:35923              [::]:*                  LISTEN      672/rpc.statd  
tcp6       0      0 [::]:ftp                [::]:*                  LISTEN      1636/pure-ftpd (SER
tcp6       0      0 [::]:ssh                [::]:*                  LISTEN      776/sshd        
tcp6       0      0 localhost:ipp           [::]:*                  LISTEN      3478/cupsd      
tcp6       0      0 localhost:postgresql    [::]:*                  LISTEN      889/postgres    
tcp6       0      0 localhost:smtp          [::]:*                  LISTEN      1913/exim4      
tcp6       0      0 [::]:microsoft-ds       [::]:*                  LISTEN      1952/smbd      
tcp6       0      0 [::]:38174              [::]:*                  LISTEN      3666/pulseaudio
tcp6       0      0 [::]:4713               [::]:*                  LISTEN      3666/pulseaudio
tcp6       0      0 [::]:netbios-ssn        [::]:*                  LISTEN      1952/smbd      
tcp6       1      0 localhost:51955         localhost:ipp           CLOSE_WAIT  840/cups-browsed
 



il ressort que mon port 443 n'est pas en écoute:(, confirmé par un zenmap

j'ai bien sur essayé en désactivant le parefeu

la configuration est similaire avec mon serveur et les connexions ssl sont fonctionnelles avec pure-ftpd

je ne vois plus trop d'où ça peut venir tongue

Merci pour vos bons conseils cool

Dernière modification par totophe56 (14-11-2014 23:59:46)

Hors ligne

#2 14-11-2014 02:14:32

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

bonjour,

pour faire avancer le chimilimil tongue

openssl s_client -connect 192.168.1.3:443
connect: Connection refused
connect:errno=111
 



openssl s_client -connect localhost:443
connect: Connection refused
connect:errno=111
 

Hors ligne

#3 14-11-2014 14:00:40

captnfab
Admin-Girafe
Lieu : /dev/random
Distrib. : Debian
Noyau : Dur
(G)UI : gui gui, je zuis un doiseau
Inscription : 07-07-2008
Site Web

Re : https://localhost - Jessie [résolu]

Salut,
Je vois que ton fichier de vhost n'est pas nommé comme sur le tuto. Tu as bien fait :

a2ensite ssl



Ensuite, pour le module ssl, tu as bien fait :

a2enmod ssl



Enfin, le tuto lance le script d'init à la main, ce qui est une très mauvaise pratique (car les variables d'environnements ne sont pas nettoyées, le système d'init utilisé n'est pas forcément le bon, etc.). À la place, il faut faire :

service apache2 reload


captnfab,
Association Debian-Facile, bépo.
TheDoctor: Your wish is my command… But be careful what you wish for.

Hors ligne

#4 14-11-2014 15:27:27

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

vi m'sieur smile

a2ensite default-ssl.conf
Site default-ssl already enabled

Hors ligne

#5 14-11-2014 16:20:10

Thuban
aka prx
Distrib. : OpenBSD
Noyau : current
(G)UI : cwm
Inscription : 09-01-2009
Site Web

Re : https://localhost - Jessie [résolu]

Quand tu "reload" apache, y a-t-il un quelconque message d'erreur dans les logs?

Hors ligne

#6 14-11-2014 20:14:53

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

Thuban a écrit :

Quand tu "reload" apache, y a-t-il un quelconque message d'erreur dans les logs?



pas de message d'erreur non et je ne vois rien qui concerne le port 443 dans les log

/var/log/apache2/acces.log

::1 - - [14/Nov/2014:02:04:45 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
127.0.0.1 - - [14/Nov/2014:02:05:58 +0100] "GET / HTTP/1.0" 200 188 "-" "-"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "GET / HTTP/1.1" 200 188 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "GET /robots.txt HTTP/1.1" 404 463 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "GET /.git/HEAD HTTP/1.1" 404 462 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "GET / HTTP/1.1" 200 188 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "GET /favicon.ico HTTP/1.1" 404 464 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:06 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:07 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:02:06:07 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
 



/var/log/apache2/access.log.1

::1 - - [13/Nov/2014:01:02:06 +0100] "GET / HTTP/1.1" 200 916 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:01:02:07 +0100] "GET /jscript/jscriptindex.css HTTP/1.1" 404 513 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:01:09:37 +0100] "GET /jscript/jscriptindex.css HTTP/1.1" 404 514 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:01:09:58 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:01:21:30 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:45:29 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:45:40 +0100] "GET /pgppgadmin HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:45:49 +0100] "GET /phgppgadmin HTTP/1.1" 404 501 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:45:56 +0100] "GET /phppgadmin HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin HTTP/1.1" 301 576 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/ HTTP/1.1" 200 10559 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/themes/pmahomme/jquery/jquery-ui-1.9.2.custom.css HTTP/1.1" 200 6515 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/js/get_scripts.js.php?lang=fr&collation_connection=utf8_general_ci&token=1efe5cc49798ce0d05df7ad190c19d72&scripts[]=jquery/jquery-1.8.3.min.js&scripts[]=ajax.js&scripts[]=keyhandler.js&scripts[]=jquery/jquery-ui-1.9.2.custom.min.js&scripts[]=jquery/jquery.sprintf.js&scripts[]=jquery/jquery.cookie.js&scripts[]=jquery/jquery.mousewheel.js&scripts[]=jquery/jquery.event.drag-2.2.js&scripts[]=jquery/jquery-ui-timepicker-addon.js&scripts[]=jquery/jquery.ba-hashchange-1.3.js&scripts[]=jquery/jquery.debounce-1.0.5.js&scripts[]=jquery/jquery.menuResizer-1.0.js&scripts[]=cross_framing_protection.js&scripts[]=rte.js&scripts[]=tracekit/tracekit.js&scripts[]=error_report.js&scripts[]=doclinks.js&scripts[]=functions.js&scripts[]=navigation.js&scripts[]=indexes.js&scripts[]=common.js&scripts[]=codemirror/lib/codemirror.js&scripts[]=codemirror/mode/sql/sql.js&scripts[]=codemirror/addon/runmode/runmode.js HTTP/1.1" 200 1048534 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/phpmyadmin.css.php?server=1&lang=fr&collation_connection=utf8_general_ci&token=1efe5cc49798ce0d05df7ad190c19d72&nocache=4241709223ltr HTTP/1.1" 200 98704 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/js/whitelist.php?lang=fr&db=&collation_connection=utf8_general_ci&token=1efe5cc49798ce0d05df7ad190c19d72 HTTP/1.1" 200 2663 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/js/messages.php?lang=fr&db=&collation_connection=utf8_general_ci&token=1efe5cc49798ce0d05df7ad190c19d72 HTTP/1.1" 200 20334 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:27 +0100] "GET /phpmyadmin/js/get_image.js.php?theme=pmahomme HTTP/1.1" 200 6837 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:28 +0100] "GET /phpmyadmin/themes/pmahomme/img/logo_right.png HTTP/1.1" 200 4834 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:28 +0100] "GET /phpmyadmin/themes/dot.gif HTTP/1.1" 200 325 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:28 +0100] "GET /phpmyadmin/favicon.ico HTTP/1.1" 200 19204 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:28 +0100] "GET /phpmyadmin/themes/pmahomme/img/sprites.png HTTP/1.1" 200 42744 "http://localhost/phpmyadmin/phpmyadmin.css.php?server=1&lang=fr&collation_connection=utf8_general_ci&token=1efe5cc49798ce0d05df7ad190c19d72&nocache=4241709223ltr" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:02:46:33 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)"
::1 - - [13/Nov/2014:02:46:34 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)"
::1 - - [13/Nov/2014:02:46:35 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)"
::1 - - [13/Nov/2014:02:46:57 +0100] "GET /phppgadmin HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:17:24:04 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:17:24:04 +0100] "GET /favicon.ico HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [13/Nov/2014:17:24:04 +0100] "GET /favicon.ico HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:26 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:26 +0100] "GET /favicon.ico HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:36 +0100] "GET /phpmyadmin/ HTTP/1.1" 200 9713 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:38 +0100] "GET /phpmyadmin/js/messages.php?lang=fr&db=&token=0cd9306b4058c23ee46915ff58655a81 HTTP/1.1" 200 20334 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:38 +0100] "GET /phpmyadmin/js/whitelist.php?lang=fr&db=&token=0cd9306b4058c23ee46915ff58655a81 HTTP/1.1" 200 2663 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:38 +0100] "GET /phpmyadmin/phpmyadmin.css.php?server=1&token=0cd9306b4058c23ee46915ff58655a81&nocache=4241709223ltr HTTP/1.1" 200 98704 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:38 +0100] "GET /phpmyadmin/js/get_image.js.php?theme=pmahomme HTTP/1.1" 200 6837 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:38 +0100] "GET /phpmyadmin/js/get_scripts.js.php?token=0cd9306b4058c23ee46915ff58655a81&scripts[]=jquery/jquery-1.8.3.min.js&scripts[]=ajax.js&scripts[]=keyhandler.js&scripts[]=jquery/jquery-ui-1.9.2.custom.min.js&scripts[]=jquery/jquery.sprintf.js&scripts[]=jquery/jquery.cookie.js&scripts[]=jquery/jquery.mousewheel.js&scripts[]=jquery/jquery.event.drag-2.2.js&scripts[]=jquery/jquery-ui-timepicker-addon.js&scripts[]=jquery/jquery.ba-hashchange-1.3.js&scripts[]=jquery/jquery.debounce-1.0.5.js&scripts[]=jquery/jquery.menuResizer-1.0.js&scripts[]=cross_framing_protection.js&scripts[]=rte.js&scripts[]=tracekit/tracekit.js&scripts[]=error_report.js&scripts[]=doclinks.js&scripts[]=functions.js&scripts[]=navigation.js&scripts[]=indexes.js&scripts[]=common.js&scripts[]=codemirror/lib/codemirror.js&scripts[]=codemirror/mode/sql/sql.js&scripts[]=codemirror/addon/runmode/runmode.js HTTP/1.1" 200 1048535 "http://localhost/phpmyadmin/" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:44 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)"
::1 - - [14/Nov/2014:01:31:45 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)"
::1 - - [14/Nov/2014:01:31:46 +0100] "OPTIONS * HTTP/1.0" 200 126 "-" "Apache/2.4.10 (Debian) (internal dummy connection)"
::1 - - [14/Nov/2014:01:31:55 +0100] "GET /phpgadmin HTTP/1.1" 404 499 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:31:59 +0100] "GET /phpgadmin HTTP/1.1" 404 498 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
127.0.0.1 - - [14/Nov/2014:01:41:52 +0100] "GET / HTTP/1.0" 200 188 "-" "-"
127.0.0.1 - - [14/Nov/2014:01:41:59 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:41:59 +0100] "GET /.git/HEAD HTTP/1.1" 404 462 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:41:59 +0100] "GET / HTTP/1.1" 200 188 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:41:59 +0100] "GET /robots.txt HTTP/1.1" 404 463 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:41:59 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "GET /favicon.ico HTTP/1.1" 404 464 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "GET / HTTP/1.1" 200 188 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:00 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:42:01 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
::1 - - [14/Nov/2014:01:47:18 +0100] "GET /phpgadmin HTTP/1.1" 404 499 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:47:21 +0100] "GET /phpgadmin HTTP/1.1" 404 498 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:50:49 +0100] "GET / HTTP/1.1" 200 225 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:50:49 +0100] "GET /favicon.ico HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
::1 - - [14/Nov/2014:01:51:01 +0100] "GET /phppgadmin HTTP/1.1" 404 500 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0"
127.0.0.1 - - [14/Nov/2014:01:52:45 +0100] "GET / HTTP/1.0" 200 188 "-" "-"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "GET /.git/HEAD HTTP/1.1" 404 462 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "GET / HTTP/1.1" 200 188 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "GET /robots.txt HTTP/1.1" 404 463 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "GET /favicon.ico HTTP/1.1" 404 464 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "GET / HTTP/1.1" 200 188 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:53 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:54 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:54 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
127.0.0.1 - - [14/Nov/2014:01:52:54 +0100] "OPTIONS / HTTP/1.1" 200 196 "-" "Mozilla/5.0 (compatible; Nmap Scripting Engine; http://nmap.org/book/nse.html)"
 



/var/log/apache2/error.log

[Fri Nov 14 01:53:29.516985 2014] [mpm_prefork:notice] [pid 1072] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 01:53:29.517020 2014] [core:notice] [pid 1072] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 02:04:37.055204 2014] [mpm_prefork:notice] [pid 1072] AH00171: Graceful restart requested, doing restart
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/ports.conf:8
[Fri Nov 14 02:04:37.116442 2014] [mpm_prefork:notice] [pid 1072] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 02:04:37.116465 2014] [core:notice] [pid 1072] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 02:21:45.449833 2014] [mpm_prefork:notice] [pid 1072] AH00171: Graceful restart requested, doing restart
[Fri Nov 14 02:21:45.515025 2014] [mpm_prefork:notice] [pid 1072] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 02:21:45.515048 2014] [core:notice] [pid 1072] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 02:23:29.011682 2014] [mpm_prefork:notice] [pid 1072] AH00171: Graceful restart requested, doing restart
[Fri Nov 14 02:23:29.075144 2014] [mpm_prefork:notice] [pid 1072] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 02:23:29.075180 2014] [core:notice] [pid 1072] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 02:25:53.293297 2014] [mpm_prefork:notice] [pid 1072] AH00169: caught SIGTERM, shutting down
[Fri Nov 14 11:48:46.846766 2014] [mpm_prefork:notice] [pid 1076] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 11:48:46.861487 2014] [core:notice] [pid 1076] AH00094: Command line: '/usr/sbin/apache2'



/var/log/apache2/error.log.1

[Thu Nov 13 01:00:53.888223 2014] [mpm_event:notice] [pid 8148:tid 139878943123328] AH00489: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:00:53.888442 2014] [core:notice] [pid 8148:tid 139878943123328] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:01:52.496822 2014] [mpm_event:notice] [pid 8148:tid 139878943123328] AH00493: SIGUSR1 received.  Doing graceful restart
[Thu Nov 13 01:01:52.502739 2014] [mpm_event:notice] [pid 8148:tid 139878943123328] AH00489: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:01:52.502762 2014] [core:notice] [pid 8148:tid 139878943123328] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:03:33.040674 2014] [mpm_event:notice] [pid 8148:tid 139878943123328] AH00491: caught SIGTERM, shutting down
[Thu Nov 13 01:03:34.155482 2014] [mpm_prefork:notice] [pid 11376] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:03:34.155668 2014] [core:notice] [pid 11376] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:05:51.442800 2014] [mpm_prefork:notice] [pid 11376] AH00169: caught SIGTERM, shutting down
[Thu Nov 13 01:05:52.642073 2014] [mpm_prefork:notice] [pid 14187] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:05:52.642135 2014] [core:notice] [pid 14187] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:06:07.733010 2014] [mpm_prefork:notice] [pid 14187] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:06:07.798624 2014] [mpm_prefork:notice] [pid 14187] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:06:07.798654 2014] [core:notice] [pid 14187] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:06:08.143840 2014] [mpm_prefork:notice] [pid 14187] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:06:08.213722 2014] [mpm_prefork:notice] [pid 14187] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:06:08.213749 2014] [core:notice] [pid 14187] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:11:46.328285 2014] [mpm_prefork:notice] [pid 14187] AH00169: caught SIGTERM, shutting down
[Thu Nov 13 01:11:47.519798 2014] [mpm_prefork:notice] [pid 15378] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:11:47.519886 2014] [core:notice] [pid 15378] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:11:53.301680 2014] [mpm_prefork:notice] [pid 15378] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:11:53.362358 2014] [mpm_prefork:notice] [pid 15378] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:11:53.362381 2014] [core:notice] [pid 15378] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:21:20.671555 2014] [mpm_prefork:notice] [pid 15378] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:21:20.723462 2014] [mpm_prefork:notice] [pid 15378] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:21:20.723486 2014] [core:notice] [pid 15378] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:26:09.967796 2014] [mpm_prefork:notice] [pid 15378] AH00169: caught SIGTERM, shutting down
[Thu Nov 13 01:26:11.162869 2014] [mpm_prefork:notice] [pid 15639] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:26:11.162962 2014] [core:notice] [pid 15639] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:26:17.745081 2014] [mpm_prefork:notice] [pid 15639] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:26:17.807077 2014] [mpm_prefork:notice] [pid 15639] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:26:17.807101 2014] [core:notice] [pid 15639] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:31:57.812823 2014] [mpm_prefork:notice] [pid 15639] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:31:57.867306 2014] [mpm_prefork:notice] [pid 15639] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:31:57.867347 2014] [core:notice] [pid 15639] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:46:06.913893 2014] [mpm_prefork:notice] [pid 15639] AH00171: Graceful restart requested, doing restart
[Thu Nov 13 01:46:06.984072 2014] [mpm_prefork:notice] [pid 15639] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:46:06.984111 2014] [core:notice] [pid 15639] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 01:48:16.989824 2014] [mpm_prefork:notice] [pid 15639] AH00169: caught SIGTERM, shutting down
[Thu Nov 13 01:48:18.187522 2014] [mpm_prefork:notice] [pid 17176] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 01:48:18.187620 2014] [core:notice] [pid 17176] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 03:01:04.235100 2014] [mpm_prefork:notice] [pid 17176] AH00169: caught SIGTERM, shutting down
[Thu Nov 13 10:11:50.088062 2014] [mpm_prefork:notice] [pid 1054] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 10:11:50.094700 2014] [core:notice] [pid 1054] AH00094: Command line: '/usr/sbin/apache2'
[Thu Nov 13 10:26:49.782502 2014] [mpm_prefork:notice] [pid 1054] AH00169: caught SIGTERM, shutting down
[Thu Nov 13 10:27:48.438645 2014] [mpm_prefork:notice] [pid 1033] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Thu Nov 13 10:27:48.458964 2014] [core:notice] [pid 1033] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 01:31:49.476107 2014] [mpm_prefork:notice] [pid 1033] AH00171: Graceful restart requested, doing restart
[Fri Nov 14 01:31:49.558651 2014] [mpm_prefork:notice] [pid 1033] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 01:31:49.558689 2014] [core:notice] [pid 1033] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 01:47:38.696904 2014] [mpm_prefork:notice] [pid 1033] AH00169: caught SIGTERM, shutting down
[Fri Nov 14 01:48:44.564313 2014] [mpm_prefork:notice] [pid 1072] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 01:48:44.570347 2014] [core:notice] [pid 1072] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 01:53:29.386629 2014] [mpm_prefork:notice] [pid 1072] AH00171: Graceful restart requested, doing restart
 



/var/log/apache2/other_vhosts_access.log = vide

Hors ligne

#7 14-11-2014 21:11:16

leonlemouton
Adhérent(e)
Distrib. : Debian Stable
(G)UI : Mate ∨ LXQt
Inscription : 14-08-2012

Re : https://localhost - Jessie [résolu]

Salut,

Quelques (modestes) pistes:

Ton fichier index.html se trouve bien dans le dossier /var/www/html/ ?

Tu peux essayer cette commande aussi pour en savoir plus:

apachectl -M



Tu peux passer LogLevel warn à LogLevel debug dans ton fichier apache2.conf afin de rendre les logs plus bavards (si ce n'est pas déja fait...).

Cette commande peut débloquer des choses je crois (redémarrage en douceur):

apachectl -k graceful



Le post 8 de ce lien http://www.webhostingtalk.com/showthread.php?t=1236986 peut également t'aider...

En espérant que ça t'aidera à avancer...

@+


Leonlemouton
°(")°

Hors ligne

#8 14-11-2014 21:47:32

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

Bonjour Leonlemouton et merci d'essayer de m'aider

ma page index.php est bien dans mon répertoire /var/www/html

j'ai changé LogLevel debug

apachectl -k graceful
AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/ports.conf:8



j'ai commenté la ligne NameVirtualHost *.80 et NameVirtualHost *.443 dans mon ports.conf, vu que je reste sur localhost mais ça ne change rien, je me connecte en http et pas en https

mon dernier error.log

toujours rien à propos du port 443 sad

[Fri Nov 14 21:37:17.046201 2014] [mpm_prefork:notice] [pid 1076] AH00171: Graceful restart requested, doing restart
[Fri Nov 14 21:37:17.131830 2014] [mpm_prefork:notice] [pid 1076] AH00163: Apache/2.4.10 (Debian) configured -- resuming normal operations
[Fri Nov 14 21:37:17.131865 2014] [mpm_prefork:info] [pid 1076] AH00164: Server built: Oct 21 2014 20:45:09
[Fri Nov 14 21:37:17.131876 2014] [core:notice] [pid 1076] AH00094: Command line: '/usr/sbin/apache2'
[Fri Nov 14 21:37:17.131884 2014] [mpm_prefork:debug] [pid 1076] prefork.c(995): AH00165: Accept mutex: fcntl (default: sysvsem)

Hors ligne

#9 14-11-2014 21:53:35

leonlemouton
Adhérent(e)
Distrib. : Debian Stable
(G)UI : Mate ∨ LXQt
Inscription : 14-08-2012

Re : https://localhost - Jessie [résolu]

oki; peut-être ça :

http://serverfault.com/questions/576939 … -no-effect

The solution to your problem is to remove the NameVirtualHost directive.=> la solution : enlever la directive NameVirtualHost

...

@+

Leonlemouton
°(")°

Hors ligne

#10 14-11-2014 22:16:55

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

leonlemouton a écrit :

oki; peut-être ça :

http://serverfault.com/questions/576939 … -no-effect

The solution to your problem is to remove the NameVirtualHost directive.=> la solution : enlever la directive NameVirtualHost

...

@+



pardon, je me suis mal exprimé

j'ai commenté les directives virtualhost(même résultat que de supprimer les lignes) et plus de message d'erreur

mais cela ne change rien quand au non fonctionnement du https wink

Hors ligne

#11 14-11-2014 22:26:03

captnfab
Admin-Girafe
Lieu : /dev/random
Distrib. : Debian
Noyau : Dur
(G)UI : gui gui, je zuis un doiseau
Inscription : 07-07-2008
Site Web

Re : https://localhost - Jessie [résolu]

Pour être sûr, tu peux nous donner le résultat de ces commandes :

ls -lh /etc/apache2/mods-enabled/ssl*
ls -lh /etc/apache2/sites-enabled


captnfab,
Association Debian-Facile, bépo.
TheDoctor: Your wish is my command… But be careful what you wish for.

Hors ligne

#12 14-11-2014 23:04:42

leonlemouton
Adhérent(e)
Distrib. : Debian Stable
(G)UI : Mate ∨ LXQt
Inscription : 14-08-2012

Re : https://localhost - Jessie [résolu]

pardon, je me suis mal exprimé


C'est moi ; j'ai lu trop vite...

Voici mon ssl.conf ; si tu veux essayer...

<IfModule mod_ssl.c>
  <VirtualHost _default_:443>
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html
   
    # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
    # error, crit, alert, emerg.
    # It is also possible to configure the loglevel for particular
    # modules, e.g.
    LogLevel info ssl:warn

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    # For most configuration files from conf-available/, which are
    # enabled or disabled at a global level, it is possible to
    # include a line for only one particular virtual host. For example the
    # following line enables the CGI configuration for this host only
    # after it has been globally disabled with "a2disconf".
    #Include conf-available/serve-cgi-bin.conf

    #   SSL Engine Switch:
    #   Enable/Disable SSL for this virtual host.
    SSLEngine on

    #   A self-signed (snakeoil) certificate can be created by installing
    #   the ssl-cert package. See
    #   /usr/share/doc/apache2/README.Debian.gz for more info.
    #   If both key and certificate are stored in the same file, only the
    #   SSLCertificateFile directive is needed.
    SSLCertificateFile  /etc/ssl/certs/ssl-cert-snakeoil.pem
    SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

    #   Server Certificate Chain:
    #   Point SSLCertificateChainFile at a file containing the
    #   concatenation of PEM encoded CA certificates which form the
    #   certificate chain for the server certificate. Alternatively
    #   the referenced file can be the same as SSLCertificateFile
    #   when the CA certificates are directly appended to the server
    #   certificate for convinience.
    #SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt

    #   Certificate Authority (CA):
    #   Set the CA certificate verification path where to find CA
    #   certificates for client authentication or alternatively one
    #   huge file containing all of them (file must be PEM encoded)
    #   Note: Inside SSLCACertificatePath you need hash symlinks
    #    to point to the certificate files. Use the provided
    #    Makefile to update the hash symlinks after changes.
    #SSLCACertificatePath /etc/ssl/certs/
    #SSLCACertificateFile /etc/apache2/ssl.crt/ca-bundle.crt

    #   Certificate Revocation Lists (CRL):
    #   Set the CA revocation path where to find CA CRLs for client
    #   authentication or alternatively one huge file containing all
    #   of them (file must be PEM encoded)
    #   Note: Inside SSLCARevocationPath you need hash symlinks
    #    to point to the certificate files. Use the provided
    #    Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath /etc/apache2/ssl.crl/
    #SSLCARevocationFile /etc/apache2/ssl.crl/ca-bundle.crl

    #   Client Authentication (Type):
    #   Client certificate verification type and depth.  Types are
    #   none, optional, require and optional_no_ca.  Depth is a
    #   number which specifies how deeply to verify the certificate
    #   issuer chain before deciding the certificate is not valid.
    #SSLVerifyClient require
    #SSLVerifyDepth  10

    #   SSL Engine Options:
    #   Set various options for the SSL engine.
    #   o FakeBasicAuth:
    #  Translate the client X.509 into a Basic Authorisation.  This means that
    #  the standard Auth/DBMAuth methods can be used for access control.  The
    #  user name is the `one line' version of the client's X.509 certificate.
    #  Note that no password is obtained from the user. Every entry in the user
    #  file needs this password: `xxj31ZMTZzkVA'.
    #   o ExportCertData:
    #  This exports two additional environment variables: SSL_CLIENT_CERT and
    #  SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    #  server (always existing) and the client (only existing when client
    #  authentication is used). This can be used to import the certificates
    #  into CGI scripts.
    #   o StdEnvVars:
    #  This exports the standard SSL/TLS related `SSL_*' environment variables.
    #  Per default this exportation is switched off for performance reasons,
    #  because the extraction step is an expensive operation and is usually
    #  useless for serving static content. So one usually enables the
    #  exportation for CGI and SSI requests only.
    #   o OptRenegotiate:
    #  This enables optimized SSL connection renegotiation handling when SSL
    #  directives are used in per-directory context.
    #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
    <FilesMatch "\.(cgi|shtml|phtml|php)$">
        SSLOptions +StdEnvVars
    </FilesMatch>
    <Directory /usr/lib/cgi-bin>
        SSLOptions +StdEnvVars
    </Directory>

    #   SSL Protocol Adjustments:
    #   The safe and default but still SSL/TLS standard compliant shutdown
    #   approach is that mod_ssl sends the close notify alert but doesn't wait for
    #   the close notify alert from client. When you need a different shutdown
    #   approach you can use one of the following variables:
    #   o ssl-unclean-shutdown:
    #  This forces an unclean shutdown when the connection is closed, i.e. no
    #  SSL close notify alert is send or allowed to received.  This violates
    #  the SSL/TLS standard but is needed for some brain-dead browsers. Use
    #  this when you receive I/O errors because of the standard approach where
    #  mod_ssl sends the close notify alert.
    #   o ssl-accurate-shutdown:
    #  This forces an accurate shutdown when the connection is closed, i.e. a
    #  SSL close notify alert is send and mod_ssl waits for the close notify
    #  alert of the client. This is 100% SSL/TLS standard compliant, but in
    #  practice often causes hanging connections with brain-dead browsers. Use
    #  this only for browsers where you know that their SSL implementation
    #  works correctly.
    #   Notice: Most problems of broken clients are also related to the HTTP
    #   keep-alive facility, so you usually additionally want to disable
    #   keep-alive for those clients, too. Use variable "nokeepalive" for this.
    #   Similarly, one has to force some clients to use HTTP/1.0 to workaround
    #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
    #   "force-response-1.0" for this.
    BrowserMatch "MSIE [2-6]" \
        nokeepalive ssl-unclean-shutdown \
        downgrade-1.0 force-response-1.0
    # MSIE 7 and newer should be able to use keepalive
    BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown

  </VirtualHost>
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet


Leonlemouton
°(")°

Hors ligne

#13 14-11-2014 23:47:17

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

leonlemouton a écrit :

pardon, je me suis mal exprimé


C'est moi ; j'ai lu trop vite...

Voici mon ssl.conf ; si tu veux essayer...

<IfModule mod_ssl.c>
  <VirtualHost _default_:443>
    ServerAdmin webmaster@localhost
    DocumentRoot /var/www/html
   
    # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
    # error, crit, alert, emerg.
    # It is also possible to configure the loglevel for particular
    # modules, e.g.
    LogLevel info ssl:warn

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    # For most configuration files from conf-available/, which are
    # enabled or disabled at a global level, it is possible to
    # include a line for only one particular virtual host. For example the
    # following line enables the CGI configuration for this host only
    # after it has been globally disabled with "a2disconf".
    #Include conf-available/serve-cgi-bin.conf

    #   SSL Engine Switch:
    #   Enable/Disable SSL for this virtual host.
    SSLEngine on

    #   A self-signed (snakeoil) certificate can be created by installing
    #   the ssl-cert package. See
    #   /usr/share/doc/apache2/README.Debian.gz for more info.
    #   If both key and certificate are stored in the same file, only the
    #   SSLCertificateFile directive is needed.
    SSLCertificateFile  /etc/ssl/certs/ssl-cert-snakeoil.pem
    SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

    #   Server Certificate Chain:
    #   Point SSLCertificateChainFile at a file containing the
    #   concatenation of PEM encoded CA certificates which form the
    #   certificate chain for the server certificate. Alternatively
    #   the referenced file can be the same as SSLCertificateFile
    #   when the CA certificates are directly appended to the server
    #   certificate for convinience.
    #SSLCertificateChainFile /etc/apache2/ssl.crt/server-ca.crt

    #   Certificate Authority (CA):
    #   Set the CA certificate verification path where to find CA
    #   certificates for client authentication or alternatively one
    #   huge file containing all of them (file must be PEM encoded)
    #   Note: Inside SSLCACertificatePath you need hash symlinks
    #    to point to the certificate files. Use the provided
    #    Makefile to update the hash symlinks after changes.
    #SSLCACertificatePath /etc/ssl/certs/
    #SSLCACertificateFile /etc/apache2/ssl.crt/ca-bundle.crt

    #   Certificate Revocation Lists (CRL):
    #   Set the CA revocation path where to find CA CRLs for client
    #   authentication or alternatively one huge file containing all
    #   of them (file must be PEM encoded)
    #   Note: Inside SSLCARevocationPath you need hash symlinks
    #    to point to the certificate files. Use the provided
    #    Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath /etc/apache2/ssl.crl/
    #SSLCARevocationFile /etc/apache2/ssl.crl/ca-bundle.crl

    #   Client Authentication (Type):
    #   Client certificate verification type and depth.  Types are
    #   none, optional, require and optional_no_ca.  Depth is a
    #   number which specifies how deeply to verify the certificate
    #   issuer chain before deciding the certificate is not valid.
    #SSLVerifyClient require
    #SSLVerifyDepth  10

    #   SSL Engine Options:
    #   Set various options for the SSL engine.
    #   o FakeBasicAuth:
    #  Translate the client X.509 into a Basic Authorisation.  This means that
    #  the standard Auth/DBMAuth methods can be used for access control.  The
    #  user name is the `one line' version of the client's X.509 certificate.
    #  Note that no password is obtained from the user. Every entry in the user
    #  file needs this password: `xxj31ZMTZzkVA'.
    #   o ExportCertData:
    #  This exports two additional environment variables: SSL_CLIENT_CERT and
    #  SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    #  server (always existing) and the client (only existing when client
    #  authentication is used). This can be used to import the certificates
    #  into CGI scripts.
    #   o StdEnvVars:
    #  This exports the standard SSL/TLS related `SSL_*' environment variables.
    #  Per default this exportation is switched off for performance reasons,
    #  because the extraction step is an expensive operation and is usually
    #  useless for serving static content. So one usually enables the
    #  exportation for CGI and SSI requests only.
    #   o OptRenegotiate:
    #  This enables optimized SSL connection renegotiation handling when SSL
    #  directives are used in per-directory context.
    #SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
    <FilesMatch "\.(cgi|shtml|phtml|php)$">
        SSLOptions +StdEnvVars
    </FilesMatch>
    <Directory /usr/lib/cgi-bin>
        SSLOptions +StdEnvVars
    </Directory>

    #   SSL Protocol Adjustments:
    #   The safe and default but still SSL/TLS standard compliant shutdown
    #   approach is that mod_ssl sends the close notify alert but doesn't wait for
    #   the close notify alert from client. When you need a different shutdown
    #   approach you can use one of the following variables:
    #   o ssl-unclean-shutdown:
    #  This forces an unclean shutdown when the connection is closed, i.e. no
    #  SSL close notify alert is send or allowed to received.  This violates
    #  the SSL/TLS standard but is needed for some brain-dead browsers. Use
    #  this when you receive I/O errors because of the standard approach where
    #  mod_ssl sends the close notify alert.
    #   o ssl-accurate-shutdown:
    #  This forces an accurate shutdown when the connection is closed, i.e. a
    #  SSL close notify alert is send and mod_ssl waits for the close notify
    #  alert of the client. This is 100% SSL/TLS standard compliant, but in
    #  practice often causes hanging connections with brain-dead browsers. Use
    #  this only for browsers where you know that their SSL implementation
    #  works correctly.
    #   Notice: Most problems of broken clients are also related to the HTTP
    #   keep-alive facility, so you usually additionally want to disable
    #   keep-alive for those clients, too. Use variable "nokeepalive" for this.
    #   Similarly, one has to force some clients to use HTTP/1.0 to workaround
    #   their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
    #   "force-response-1.0" for this.
    BrowserMatch "MSIE [2-6]" \
        nokeepalive ssl-unclean-shutdown \
        downgrade-1.0 force-response-1.0
    # MSIE 7 and newer should be able to use keepalive
    BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown

  </VirtualHost>
</IfModule>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet



tout pareil sad

ls -lh /etc/apache2/mods-enabled/ssl*
ls: impossible d'accéder à /etc/apache2/mods-enabled/ssl*: Aucun fichier ou dossier de ce type
root@portable:/home/perso# ls -lh /etc/apache2/sites-enabled
total 8,0K
lrwxrwxrwx 1 root root   35 nov.  13 01:00 000-default.conf -> ../sites-available/000-default.conf
-rw-r--r-- 1 root root 1,4K nov.  14 01:57 000-default.conf-save
lrwxrwxrwx 1 root root   35 nov.  13 01:01 default-ssl.conf -> ../sites-available/default-ssl.conf
-rw-r--r-- 1 root root  994 nov.  14 01:56 default-ssl.conf-save
root@portable:/home/perso# ls -l /etc/apache2/sites-enabled
total 8
lrwxrwxrwx 1 root root   35 nov.  13 01:00 000-default.conf -> ../sites-available/000-default.conf
-rw-r--r-- 1 root root 1332 nov.  14 01:57 000-default.conf-save
lrwxrwxrwx 1 root root   35 nov.  13 01:01 default-ssl.conf -> ../sites-available/default-ssl.conf
-rw-r--r-- 1 root root  994 nov.  14 01:56 default-ssl.conf-save


en pensant que default-ssl.conf-save pouvait entrer en conflit, j'ai essayé :

a2dissite default-ssl.conf-save
ERROR: Site default-ssl.conf-save does not exist!
 



je fais quoi je le supprime manuellement ? big_smile

Dernière modification par totophe56 (14-11-2014 23:55:08)

Hors ligne

#14 14-11-2014 23:50:05

captnfab
Admin-Girafe
Lieu : /dev/random
Distrib. : Debian
Noyau : Dur
(G)UI : gui gui, je zuis un doiseau
Inscription : 07-07-2008
Site Web

Re : https://localhost - Jessie [résolu]

ls: impossible d'accéder à /etc/apache2/mods-enabled/ssl*: Aucun fichier ou dossier de ce type



Donc, clairement, tu n'as pas activé le module ssl

a2enmod ssl


captnfab,
Association Debian-Facile, bépo.
TheDoctor: Your wish is my command… But be careful what you wish for.

Hors ligne

#15 14-11-2014 23:58:08

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

on s'est croisé, même réflexe et tout bon big_smile

a2enmod ssl
Considering dependency setenvif for ssl:
Module setenvif already enabled
Considering dependency mime for ssl:
Module mime already enabled
Considering dependency socache_shmcb for ssl:
Enabling module socache_shmcb.
Enabling module ssl.
See /usr/share/doc/apache2/README.Debian.gz on how to configure SSL and create self-signed certificates.
To activate the new configuration, you need to run:
  service apache2 restart
 



merci tout plein à vous cool

Problème résolu big_smile

Merdouille ..... plus d'excuses pour pas développer lol

Dernière modification par totophe56 (14-11-2014 23:59:18)

Hors ligne

#16 15-11-2014 00:02:11

leonlemouton
Adhérent(e)
Distrib. : Debian Stable
(G)UI : Mate ∨ LXQt
Inscription : 14-08-2012

Re : https://localhost - Jessie [résolu]

Que le site soit beau !! wink

Leonlemouton
°(")°

Hors ligne

#17 15-11-2014 01:25:15

totophe56
Membre
Distrib. : Buster 64 bits
Noyau : Linux 5.10.0-20-amd64
(G)UI : KDE
Inscription : 22-07-2010

Re : https://localhost - Jessie [résolu]

leonlemouton a écrit :

Que le site soit beau !! wink



on va essayer cool

y'a plus qu'à faire une mise à niveau xhtml 4.1 html5 roll lol

Hors ligne

Pied de page des forums