| Server IP : 67.43.7.42 / Your IP : 216.73.216.61 Web Server : Apache System : Linux host.isabellascookies.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : isabella ( 503) PHP Version : 5.5.38 Disable Function : exec,passthru,shell_exec,system MySQL : ON | 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-php54 /cgi-sys/ea-php54
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-php71 /cgi-sys/ea-php71
</IfModule>
# suPHP configuration for ea-php54
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php54
</Directory>
</IfModule>
# suPHP configuration for ea-php55
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php55
</Directory>
</IfModule>
# suPHP configuration for ea-php56
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php56
</Directory>
</IfModule>
# suPHP configuration for ea-php71
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php71
</Directory>
</IfModule>
# Set ea-php70 as the system default for php
<IfModule mime_module>
AddHandler application/x-httpd-ea-php70 .php .php7 .phtml
</IfModule>
# suPHP configuration for ea-php70
<IfModule suphp_module>
suPHP_Engine on
<Directory />
suPHP_AddHandler application/x-httpd-ea-php70
</Directory>
</IfModule>
# End of autogenerated php configuration.