GIF89a;
Direktori : /etc/apache2/conf.d/ |
Current File : //etc/apache2/conf.d/php.conf |
# 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. <IfModule actions_module> Action application/x-httpd-ea-php55 /cgi-sys/ea-php55 Action application/x-httpd-ea-php56 /cgi-sys/ea-php56 Action application/x-httpd-ea-php70 /cgi-sys/ea-php70 Action application/x-httpd-ea-php72 /cgi-sys/ea-php72 </IfModule> # CGI configuration for ea-php55 <IfModule actions_module> Action application/x-httpd-ea-php55 /cgi-sys/ea-php55 </IfModule> # CGI configuration for ea-php70 <IfModule actions_module> Action application/x-httpd-ea-php70 /cgi-sys/ea-php70 </IfModule> # CGI configuration for ea-php72 <IfModule actions_module> Action application/x-httpd-ea-php72 /cgi-sys/ea-php72 </IfModule> # Set ea-php56 as the system default for php <IfModule mime_module> AddHandler application/x-httpd-ea-php56 .php .php5 .phtml </IfModule> # CGI configuration for ea-php56 <IfModule actions_module> Action application/x-httpd-ea-php56 /cgi-sys/ea-php56 </IfModule> # End of autogenerated php configuration.