Este contenido no está disponible en el idioma seleccionado.
2.28. mod_revocator
The mod_revocator module retrieves and installs remote Certificate Revocation Lists (CRLs) into an Apache web server.
- In order to run mod_revocator successfully, the following command must be executed in order to allow
httpd
to connect to a remote port which SELinux would otherwise deny:setsebool -P httpd_can_network_connect=1
~]# setsebool -P httpd_can_network_connect=1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow This is due to the fact that by default, Apache is not allowed to also be used as an HTTP client (that is, send HTTP messages to an external host).