systemctl reiniciar lighttpd.service

systemctl reiniciar lighttpd.service

Estoy usando Ubuntu 18.04.4 LTS. He instalado lighttpd 8.28.

He creado la carpeta - rx 2 www-data www-data 4096 16 de marzo 15:41 httpd

Estoy apuntando mi server.document-root a /home/httpd

Cuando reinicio el servicio.

systemctl reiniciar lighttpd.service

El trabajo para lighttpd.service falló porque el proceso de control finalizó con un código de error. Consulte "systemctl status lighttpd.service" y "journalctl -xe" para obtener más detalles.

Recibo los siguientes errores en syslog. No tengo ni idea de cómo puedo depurar esto y cuál es el verdadero problema aquí. Cambié el grupo a www-data para mi server-document.root.

Mar 16 16:28:42 abc-VirtualBox systemd[1]: Starting Lighttpd Daemon...
Mar 16 16:28:42 abc-VirtualBox lighttpd[4270]: /usr/sbin/lighttpd: Symbol `FamErrlist' has different size in shared object, consider re-linking
Mar 16 16:28:42 abc-VirtualBox lighttpd[4270]: /usr/sbin/lighttpd: symbol lookup error: /usr/sbin/lighttpd: undefined symbol: FAMNoExists
Mar 16 16:28:42 abc-VirtualBox systemd[1]: lighttpd.service: Control process exited, code=exited status=127
Mar 16 16:28:42 abc-VirtualBox systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: Failed to start Lighttpd Daemon.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: lighttpd.service: Service hold-off time over, scheduling restart.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: lighttpd.service: Scheduled restart job, restart counter is at 5.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: Stopped Lighttpd Daemon.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: lighttpd.service: Start request repeated too quickly.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Mar 16 16:28:42 abc-VirtualBox systemd[1]: Failed to start Lighttpd Daemon.

Respuesta1

De acuerdo aeste hilo, especialmenteeste comentario, instalar gaminel paquete debería ser suficiente.

información relacionada