Pour l'instant, j'ai suivi les instructions sur https://wiki.archlinux.fr/LAMP et ... ca marche pas.
Voila le statusctl
Code : Tout sélectionner
jacques@Archie:~> systemctl status httpd
● httpd.service - Apache Web Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since lun. 2016-10-03 11:00:53 CEST; 51min ago
Process: 10793 ExecStop=/usr/bin/httpd -k graceful-stop (code=exited, status=1/FAILURE)
Process: 10791 ExecStart=/usr/bin/httpd -k start -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 10791 (code=exited, status=1/FAILURE)
oct. 03 11:00:53 Archie systemd[1]: Started Apache Web Server.
oct. 03 11:00:53 Archie httpd[10791]: [Mon Oct 03 11:00:53.680007 2016] [:crit] [pid 10791:tid 139941667358592
oct. 03 11:00:53 Archie httpd[10791]: AH00013: Pre-configuration failed
oct. 03 11:00:53 Archie systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
oct. 03 11:00:53 Archie httpd[10793]: [Mon Oct 03 11:00:53.765049 2016] [:crit] [pid 10793:tid 140594991794048
oct. 03 11:00:53 Archie httpd[10793]: AH00013: Pre-configuration failed
oct. 03 11:00:53 Archie systemd[1]: httpd.service: Control process exited, code=exited status=1
oct. 03 11:00:53 Archie systemd[1]: httpd.service: Unit entered failed state.
oct. 03 11:00:53 Archie systemd[1]: httpd.service: Failed with result 'exit-code'.
Code : Tout sélectionner
jacques@Archie:~> mysql
ERROR 1045 (28000): Access denied for user 'jacques'@'localhost' (using password: NO)
Code : Tout sélectionner
# /etc/hosts: static lookup table for host names
#
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost Archie
192.30.252.131 github.com wiki.github.com gist.github.com assets0.github.com assets1.github.com assets2.github.com assets3.github.com
::1 localhost.localdomain localhost Archie
# End of file
Merci d'avance !