이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.23. 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).