/etc/apache2/conf.d
NameSizeModeActions
includes/-0755rm
modsec/-0755rm
ssl.crt/-0755rm
ssl.key/-0755rm
userdata/-0755rm
autoindex.conf32730644editdlrm
cgid.conf750644editdlrm
cperror.conf5020644editdlrm
http2.conf900644editdlrm
mailman.conf4880644editdlrm
modsec2.conf16170600editdlrm
php.conf24080644editdlrm
php.version60644editdlrm
php_add_handler_fix.conf2360640editdlrm
README3660644editdlrm
Edit: /etc/apache2/conf.d/php.conf (2408B)
# This file was automatically generated by the Cpanel php # Configuration system. If you wish to change the way php is being # handled by Apache on your system, use the # /usr/local/cpanel/bin/rebuild_phpconf script or the WHM interface. # # Manual edits of this file will be lost when the configuration is # rebuilt. # These initial handlers serve as fallback in case there is any # time between when configuration has changed and when it takes effect. # We use CGI style since it is simple and the default we use elsewhere. # If the version is not set to CGI they will get a 404 until the new # configuration takes effect which is better than serving source # code until the new configuration takes effect. Action application/x-httpd-ea-php72 /cgi-sys/ea-php72 Action application/x-httpd-ea-php73 /cgi-sys/ea-php73 Action application/x-httpd-ea-php74 /cgi-sys/ea-php74 Action application/x-httpd-ea-php80 /cgi-sys/ea-php80 Action application/x-httpd-ea-php81 /cgi-sys/ea-php81 Action application/x-httpd-ea-php82 /cgi-sys/ea-php82 Action application/x-httpd-ea-php84 /cgi-sys/ea-php84 Action application/x-httpd-ea-php85 /cgi-sys/ea-php85 # CGI configuration for ea-php72 Action application/x-httpd-ea-php72 /cgi-sys/ea-php72 # CGI configuration for ea-php73 Action application/x-httpd-ea-php73 /cgi-sys/ea-php73 # CGI configuration for ea-php74 Action application/x-httpd-ea-php74 /cgi-sys/ea-php74 # CGI configuration for ea-php80 Action application/x-httpd-ea-php80 /cgi-sys/ea-php80 # CGI configuration for ea-php81 Action application/x-httpd-ea-php81 /cgi-sys/ea-php81 # CGI configuration for ea-php82 Action application/x-httpd-ea-php82 /cgi-sys/ea-php82 # CGI configuration for ea-php84 Action application/x-httpd-ea-php84 /cgi-sys/ea-php84 # Set ea-php85 as the system default for php AddHandler application/x-httpd-ea-php85 .php .php8 .phtml # CGI configuration for ea-php85 Action application/x-httpd-ea-php85 /cgi-sys/ea-php85 # End of autogenerated php configuration.