Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Apache2 ignore .user.ini

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
coppolino97
Posts: 113
Joined: 2018-06-05 15:23
Has thanked: 2 times

Apache2 ignore .user.ini

#1 Post by coppolino97 »

Hi guy,
I deployed Apache2 with PHP 7.4
We created .user.ini file inside web default root.

Apache2 seems that ignore this configuration file.
This is my .user.ini file:

Code: Select all

max_execution_time=3600
log_errors = on
error_reporting = 32767
This is my setting about /etc/php/7.4/apache2/php.ini

Code: Select all

; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
user_ini.filename = ".user.ini" 
; To disable this feature set this option to an empty value
; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes)
user_ini.cache_ttl = 300 

Code: Select all

~# php -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
hash
iconv
imagick
imap
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

How can I solve the issue?

Thanks a lot
Lenovo T460 | 8Gbyte of RAM | Intel core i5 | SSD 250GB | Debian 12

Post Reply