Message erreur 403 fordidden

ou c’est collé :slight_smile:
Require granted all

mais à quoi correspond cette ligne ? à quel bloc ?

grep -v ^# /etc/apache2/apache2.conf

tu as dû faire de drôles de modifications car je ne trouve pas cette ligne dans ta conf du dessus…

< devant Require est une infamie :slight_smile:

J’avais oublié de supprimer l’ancienne modif

et maintenant:

# apache2ctl -t
Syntax OK

Cool, le restart se fera convenablement,

Change les droits des fichiers phpmyadmin (chown -R www-data:www-data /usr/share/phpmyadmin )

reload…

résultat ?

sinon :

tail /var/log/apache2/error.log et tail /var/log/apache2/access.log

reload failed

Les 2 fichiers sont vide !

apache2ctl -t donne quoi ?

refait un restart, juste après le failed fait un : journalctl -xn

copie colle les lignes …

on y arrive :wink:

root@HO-DEBIAN-CG01:~# /etc/init.d/apache2 reload
[....] Reloading apache2 configuration (via systemctl): apache2.serviceJob for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details.
 failed!
root@HO-DEBIAN-CG01:~# /var/log/apache2/error.log
root@HO-DEBIAN-CG01:~#

:slight_smile:

 See 'systemctl status apache2.service' and 'journalctl -xn' for details.
 failed!

un failed sans détails c’est comme un manchot sans gnou… c’est triste…

pour déboguer une situation il faut des logs et de la matière… pourquoi ?

il te parle le système, écoute le …

fait donc un
systemctl status apache2.service
et un
journalctl -xn

et apache2ctl -t donne quoi ?

1 J'aime

:smiley:

Même mon FTP ne repond plus !

Une solution de reset total et reinstallation ?

1 - se calmer :slight_smile:
2 - voir ce que dit le système.
3 - chaque chose en son temps…
4 - reset total et réinstallation pour ce que tu as c’est régir comme un utilisateur sous windaube… “je cherche pas je ne fouille pas je balance du napalme…”

déjà on va voir le 1… (va faire un tour, détend toi, fait une pause caca… il faut de la tête froide pour faire de l’informatique, sinon tu finit en HP…)

une fois que c’est bon :
répond à mes derniers messages.
puis en plus :
netstat -taupen |grep apache
netstat -taupen |grep 80
netstat -taupen |grep 21

merci :slight_smile:

PS :
Il est possible aussi que t’es un problème de NAT entre ta VM et ta machine… je ne m’y connait pas en machine virtuelle, mais déjà donne nous les infos demandées :slight_smile:

Merci NuX_o

Pour info je suis tranquille :smiley: mais je n’aime pas abuser du temps des autres

Je suis ton obliger et prendrais le temps qu’il faut :wink:

root@HO-DEBIAN-CG01:~# netstat -taupen |grep apache
root@HO-DEBIAN-CG01:~# 


root@HO-DEBIAN-CG01:~# netstat -taupen |grep 80
root@HO-DEBIAN-CG01:~# 

root@HO-DEBIAN-CG01:~# netstat -taupen |grep apache
root@HO-DEBIAN-CG01:~# netstat -taupen |grep 80
root@HO-DEBIAN-CG01:~# netstat -taupen |grep 21
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          11156       521/sshd        
tcp        0      0 192.168.132.2:60302     91.121.85.64:443        ESTABLISHED 1000       18313       1968/firefox-esr
tcp6       0      0 :::22                   :::*                    LISTEN      0          11158       521/sshd        
root@HO-DEBIAN-CG01:~#
1 J'aime

pas de soucis :slight_smile:

1 - pourquoi ne me renvoies-tu pas :
systemctl status apache2.service
journalctl -xn
apache2ctl -t
?

simple question, je te les demande depuis tout à l’heure :slight_smile: ces infos sont PRIMORDIALES pour comprendre pourquoi apache ne veut pas se lancer.

2 - Rien n’écoute sur le port 80 (normale Apache ne tourne vraiment pas :slight_smile:) et rien sur le port 21 (le FTP est sûrement stop c’est tout (chaque chose en son temps… d’abord tu gère Apache (qu’est-ce qu’il nous dit ?)
voire le 1-

:slight_smile:

root@HO-DEBIAN-CG01:~# systemctl status apache2.service
● apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─forking.conf
   Active: failed (Result: exit-code) since sam. 2016-10-29 17:34:42 CEST; 1h 0min ago
  Process: 692 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)

oct. 29 17:34:41 HO-DEBIAN-CG01 apache2[692]: Output of config test was:
oct. 29 17:34:41 HO-DEBIAN-CG01 apache2[692]: AH00526: Syntax error on li...:
oct. 29 17:34:41 HO-DEBIAN-CG01 apache2[692]: <RequireAll not allowed here
oct. 29 17:34:41 HO-DEBIAN-CG01 apache2[692]: Action 'configtest' failed.
oct. 29 17:34:41 HO-DEBIAN-CG01 apache2[692]: The Apache error log may ha....
oct. 29 17:34:42 HO-DEBIAN-CG01 systemd[1]: apache2.service: control proc...1
oct. 29 17:34:42 HO-DEBIAN-CG01 systemd[1]: Failed to start LSB: Apache2 ....
oct. 29 17:34:42 HO-DEBIAN-CG01 systemd[1]: Unit apache2.service entered ....
oct. 29 17:54:18 HO-DEBIAN-CG01 systemd[1]: Unit apache2.service cannot b....
oct. 29 18:02:32 HO-DEBIAN-CG01 systemd[1]: Unit apache2.service cannot b....
Hint: Some lines were ellipsized, use -l to show in full.
`texte préformaté indenté par 4 espaces`

root@HO-DEBIAN-CG01:~# journalctl -xn
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 18:36:
oct. 29 18:35:55 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:17 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:21 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
oct. 29 18:36:21 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutt
lines 1-11/11 (END)

root@HO-DEBIAN-CG01:~# apache2ctl -t 
Syntax OK

:slight_smile:

Y’a plein de … ^^ l’idée étant de connaître les messages pour les comprendre…

le mieux :

systemctl status apache2.service > erreur

relance apache (reload) et juste après tu fais un :
journalctl -xn >> erreur

Affiche nous le fichier “erreur” pour que l’on ait quelque chose d’exploitable :slight_smile:
merci !

PS : fait un systemctl stop apache2 (au cas où) …
ps faux | grep apache

(au cas où il y aurait un process Zombifié)

PS2 : l’erreur semble être la même, le <Require est toujours là ???
PS3 : lance un systemctl start apache2 puis
journalctl -xn >> erreur

Rien ne s’affiche quand je lance

root@HO-DEBIAN-CG01:~# systemctl status apache2.service > erreur
root@HO-DEBIAN-CG01:~# systemctl status apache2.service > erreur
root@HO-DEBIAN-CG01:~# 

Pareil pour systemctl start apache2

root@HO-DEBIAN-CG01:~# systemctl start apache2
root@HO-DEBIAN-CG01:~# systemctl start apache2
root@HO-DEBIAN-CG01:~# 

le <Require est toujours là: j’ai peux être loupé une étape, je dois regarder dans quel fichier ?

Ok je crois que je m’exprime mal :slight_smile:

1 - systemctl reload apache2.service
2 -journalctl -xn >> erreur
3 - ps faux |grep apache >> erreur
4 - cat erreur
5 - tu nous copie colle ce qui s’affiche :slight_smile:

1 - systemctl reload apache2.service

root@HO-DEBIAN-CG01:~# systemctl reload apache2.service
root@HO-DEBIAN-CG01:~# 

rien ne s’affiche

2 -journalctl -xn >> erreur

root@HO-DEBIAN-CG01:~# journalctl -xn >> erreur
root@HO-DEBIAN-CG01:~# 

rien ne s’affiche

3 - ps faux |grep apache >> erreur

root@HO-DEBIAN-CG01:~# ps faux |grep apache >> erreur
root@HO-DEBIAN-CG01:~# 

rien ne s’affiche

4 - cat erreur

root@HO-DEBIAN-CG01:~# cat erreur
● apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─forking.conf
   Active: active (running) since sam. 2016-10-29 18:53:30 CEST; 2min 15s ago
  Process: 2644 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/apache2.service
           ├─2658 /usr/sbin/apache2 -k start
           ├─2661 /usr/sbin/apache2 -k start
           ├─2662 /usr/sbin/apache2 -k start
           ├─2663 /usr/sbin/apache2 -k start
           ├─2664 /usr/sbin/apache2 -k start
           ├─2665 /usr/sbin/apache2 -k start
           └─2666 /usr/sbin/apache2 -k start

oct. 29 18:53:30 HO-DEBIAN-CG01 apache2[2644]: Starting web server: apache2.
oct. 29 18:53:30 HO-DEBIAN-CG01 systemd[1]: Started LSB: Apache2 web server.
oct. 29 18:54:07 HO-DEBIAN-CG01 systemd[1]: Started LSB: Apache2 web server.
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 18:55:53 CEST. --
oct. 29 18:55:31 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:31 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:39 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:39 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:42 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:42 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:51 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:51 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 19:11:53 CEST. --
oct. 29 19:11:31 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:37 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 19:48:18 CEST. --
oct. 29 19:47:37 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:07 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:18 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:18 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
root      2769  0.0  3.5  86264 36636 ?        Sl   19:05   0:02      \_ gedit apache2.conf
root      2741  0.0  3.3 183412 34580 ?        Ss   18:59   0:00 /usr/sbin/apache2 -k start
www-data  2968  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2969  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2970  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2971  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2972  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
root      2975  0.0  0.2   4576  2124 pts/1    S+   19:48   0:00              \_ grep apache
root@HO-DEBIAN-CG01:~# ps faux |grep apache >> erreur
root@HO-DEBIAN-CG01:~# journalctl -xn >> erreur
root@HO-DEBIAN-CG01:~# ps faux |grep apache >> erreur
root@HO-DEBIAN-CG01:~# clear
e[3;J
root@HO-DEBIAN-CG01:~# cat erreur
● apache2.service - LSB: Apache2 web server
   Loaded: loaded (/etc/init.d/apache2)
  Drop-In: /lib/systemd/system/apache2.service.d
           └─forking.conf
   Active: active (running) since sam. 2016-10-29 18:53:30 CEST; 2min 15s ago
  Process: 2644 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/apache2.service
           ├─2658 /usr/sbin/apache2 -k start
           ├─2661 /usr/sbin/apache2 -k start
           ├─2662 /usr/sbin/apache2 -k start
           ├─2663 /usr/sbin/apache2 -k start
           ├─2664 /usr/sbin/apache2 -k start
           ├─2665 /usr/sbin/apache2 -k start
           └─2666 /usr/sbin/apache2 -k start

oct. 29 18:53:30 HO-DEBIAN-CG01 apache2[2644]: Starting web server: apache2.
oct. 29 18:53:30 HO-DEBIAN-CG01 systemd[1]: Started LSB: Apache2 web server.
oct. 29 18:54:07 HO-DEBIAN-CG01 systemd[1]: Started LSB: Apache2 web server.
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 18:55:53 CEST. --
oct. 29 18:55:31 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:31 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:39 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:39 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:42 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:42 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:51 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:51 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 18:55:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 19:11:53 CEST. --
oct. 29 19:11:31 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:37 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:52 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:11:53 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 19:48:18 CEST. --
oct. 29 19:47:37 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:07 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:12 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:18 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:48:18 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
root      2769  0.0  3.5  86264 36636 ?        Sl   19:05   0:02      \_ gedit apache2.conf
root      2741  0.0  3.3 183412 34580 ?        Ss   18:59   0:00 /usr/sbin/apache2 -k start
www-data  2968  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2969  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2970  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2971  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2972  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
root      2975  0.0  0.2   4576  2124 pts/1    S+   19:48   0:00              \_ grep apache
root      2769  0.0  3.5  86264 36636 ?        Sl   19:05   0:02      \_ gedit apache2.conf
root      2741  0.0  3.3 183412 34580 ?        Ss   18:59   0:00 /usr/sbin/apache2 -k start
www-data  2968  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2969  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2970  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2971  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2972  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
root      2978  0.0  0.2   4576  2124 pts/1    S+   19:50   0:00              \_ grep apache
-- Logs begin at sam. 2016-10-29 17:34:37 CEST, end at sam. 2016-10-29 19:52:21 CEST. --
oct. 29 19:52:02 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:15 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:19 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:21 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
oct. 29 19:52:21 HO-DEBIAN-CG01 gnome-session[1679]: (gnome-shell:1817): mutter-WARNING **: STACK_OP_RAISE_ABOVE: window 0x4101200016 not in stack
root      2769  0.0  3.5  86264 36636 ?        Sl   19:05   0:02      \_ gedit apache2.conf
root      2741  0.0  3.3 183412 34580 ?        Ss   18:59   0:00 /usr/sbin/apache2 -k start
www-data  2968  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2969  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2970  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2971  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
www-data  2972  0.0  0.8 183436  8760 ?        S    19:47   0:00  \_ /usr/sbin/apache2 -k start
root      2984  0.0  0.2   4576  2220 pts/1    S+   19:53   0:00              \_ grep apache
root@HO-DEBIAN-CG01:~# 

5 - Et voilou :slight_smile:

Bonne nouvelle le http://localhost/info.php vient d’apparaître sur mon navigateur :slight_smile:

Et Apache à enfin redémarrer en supprimant la ligne: Require all denied dans <Directory /var/www/>

root@HO-DEBIAN-CG01:~# /etc/init.d/apache2 reload
[ ok ] Reloading apache2 configuration (via systemctl): apache2.service.
root@HO-DEBIAN-CG01:~#

^^ oUais oK… je(on) sort !!!

apache2ctl -v
Server version: Apache/2.4.10 (Debian)
Server built: Sep 15 2016 20:44:43

:s

NdM : le 5 RDV à la Mowtown Party … P13 :smiley: 4.0 4 me ^^ purée ! Kiss*ALL