Entradas

Mostrando las entradas etiquetadas como Apache

Debian 10: Apache2 Error APR_TCP_DEFER_ACCEPT

1.- Editar el siguiente archivo com nano o vim nano /etc/apache2/apache2.conf 2.- Agregar las siguientes lineas AcceptFilter https none AcceptFilter http none 3.- Reiniciar el servicio de Apache service apache2 restart Fuente original: https://github.com/microsoft/WSL/issues/1953