Au début j'avais ça dans le "journalctl -k":
Code : Tout sélectionner
mars 17 12:28:00 squirrel systemd[1]: httpd.service: control process exited, code=exited status=1
mars 17 12:28:00 squirrel systemd[1]: Unit httpd.service entered failed state.
Code : Tout sélectionner
# systemctl status httpd.service
httpd.service - Apache Web Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled)
Active: failed (Result: exit-code) since lun. 2014-03-17 13:24:44 CET; 12s ago
Process: 1179 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE)
mars 17 13:24:44 squirrel apachectl[1179]: AH00526: Syntax error on line 7 of /etc/httpd/conf/extra/httpd-phpmyadmin.conf:
mars 17 13:24:44 squirrel apachectl[1179]: Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration
mars 17 13:24:44 squirrel systemd[1]: httpd.service: control process exited, code=exited status=1
mars 17 13:24:44 squirrel systemd[1]: Failed to start Apache Web Server.
mars 17 13:24:44 squirrel systemd[1]: Unit httpd.service entered failed state.
Code : Tout sélectionner
Alias /phpmyadmin "/usr/share/webapps/phpMyAdmin"
<Directory "/usr/share/webapps/phpMyAdmin">
AllowOverride All
Options FollowSymlinks
Order allow,deny
Allow from all
php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
</Directory>
https://bugs.archlinux.org/task/39209
auriez-vous une idée pour une solution ?
Merci par avance.