| Server IP : 68.178.202.69 / Your IP : 216.73.216.122 Web Server : Apache System : Linux 69.202.178.68.host.secureserver.net 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64 User : ikioworld ( 1005) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/apache2/conf.d/ |
Upload File : |
# 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-php74 /cgi-sys/ea-php74
Action application/x-httpd-ea-php81 /cgi-sys/ea-php81
Action application/x-httpd-ea-php82 /cgi-sys/ea-php82
</IfModule>
# suPHP configuration for ea-php74
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php74
</Directory>
</IfModule>
# suPHP configuration for ea-php82
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php82
</Directory>
</IfModule>
# Set ea-php81 as the system default for php
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# suPHP configuration for ea-php81
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php81
</Directory>
</IfModule>
# End of autogenerated php configuration.