Class HttpdServerManager

java.lang.Object
com.aoindustries.aoserv.daemon.httpd.HttpdServerManager

public final class HttpdServerManager extends Object
Manages HttpdServer configurations and control.

TODO: Install PHP packages as-needed on CentOS 7 and Rocky 9, including extensions and shared built-ins.

TODO: Write/update /etc/system/system/httpd[@name}.service.d/php.conf for PHP 7+ Or, could this be somehow added by the php-7.* packages?

TODO: Note: prefork severely limits mod_http2, so consider switching to fpm for PHP on Rocky 9.

TODO: StrictHostCheck ON? https://httpd.apache.org/docs/2.4/mod/core.html Would this eliminate need for httpd_servers.list_first?

Author:
AO Industries, Inc.