Configuration Files
default_charset = "UTF-8;"
max_execution_time = 60
post_max_size = 32M
file_uploads = On
upload_max_filesize = 32M
zlib.output_compression = On
allow_url_fopen = On
allow_url_include = On
enable_dl = Off
max_input_time = 90
max_input_vars = 1000
memory_limit = 512M
realpath_cache_size = 8192k
realpath_cache_ttl = 150
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php74"
display_errors = Off
error_reporting = E_ALL
error_log =/home/[user_account]/logs/php-errors.log
[www/directory/.ini]
<IfModule php8_module>
php_value error_reporting E_ALL
php_value error_log "/home/[user_account]/logs/php-errors.log"
</IfModule>
<IfModule lsapi_module>
php_value error_reporting E_ALL
php_value error_log "/home/[user_account]/logs/php-errors.log"
</IfModule>
<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
[www/directory/.htacceess]