Projet

Général

Profil

Tâche #21644

Mis à jour par Fabrice Barconnière il y a plus de 6 ans

<pre>
2017-10-06T15:03:01.057754+02:00 horus.etb1.lan apache2[9739]: * Starting Apache httpd web server apache2
2017-10-06T15:03:01.111866+02:00 horus.etb1.lan apache2[9739]: *
2017-10-06T15:03:01.112125+02:00 horus.etb1.lan apache2[9739]: * The apache2 configtest failed.
2017-10-06T15:03:01.112244+02:00 horus.etb1.lan apache2[9739]: Output of config test was:
2017-10-06T15:03:01.112920+02:00 horus.etb1.lan apache2[9739]: AH00526: Syntax error on line 5 of /etc/apache2/sites-enabled/genconfig.conf:
2017-10-06T15:03:01.113062+02:00 horus.etb1.lan apache2[9739]: Invalid command 'ProxyPassMatch', perhaps misspelled or defined by a module not included in the server configuration
2017-10-06T15:03:01.113215+02:00 horus.etb1.lan apache2[9739]: Action 'configtest' failed.
2017-10-06T15:03:01.113333+02:00 horus.etb1.lan apache2[9739]: The Apache error log may have more information.
2017-10-06T15:17:48.149623+02:00 horus.etb1.lan apache2[16265]: * Starting Apache httpd web server apache2
2017-10-06T15:17:48.319171+02:00 horus.etb1.lan apache2[16265]: *
2017-10-06T15:17:48.319371+02:00 horus.etb1.lan apache2[16265]: * The apache2 configtest failed.
2017-10-06T15:17:48.319487+02:00 horus.etb1.lan apache2[16265]: Output of config test was:
2017-10-06T15:17:48.321692+02:00 horus.etb1.lan apache2[16265]: AH00526: Syntax error on line 5 of /etc/apache2/sites-enabled/genconfig.conf:
2017-10-06T15:17:48.321837+02:00 horus.etb1.lan apache2[16265]: Invalid command 'ProxyPassMatch', perhaps misspelled or defined by a module not included in the server configuration
2017-10-06T15:17:48.321996+02:00 horus.etb1.lan apache2[16265]: Action 'configtest' failed.
2017-10-06T15:17:48.322135+02:00 horus.etb1.lan apache2[16265]: The Apache error log may have more information.
</pre>

En activant les modules *proxy* et *headers*, le service *apache2* se lance.

Il faut aussi le module *proxy_http* pour *genconfig* (traceback dans *@/var/log/eoleflask/eolegenconfig.log@*)
<pre>
2017-10-06 15:16:25,960: eolegenconfig ERROR log_exception - Exception on /quit [POST]
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/usr/lib/python2.7/dist-packages/eolegenconfig/webapi.py", line 88, in quit
lib.quit_genconfig(id_)
File "/usr/lib/python2.7/dist-packages/eolegenconfig/lib.py", line 80, in quit_genconfig
kill(pid, signal.SIGKILL)
OSError: [Errno 3] No such process
</pre>

Retour