日本語のみで絞り込む
2011/9/15 -Did I do anything wrong? I allow overriding, I run PHP as an Apache module. Why keeps the error.log telling me php_value not allowed here ?
2024/7/3 -This issue can be caused by an incorrect module specified on the php_value line. It can also be caused when suEXEC is configured on the server ...
2017/9/1 -The server is either overloaded or an error has occurred in a CGI script. Removing htaccess complete lets the https:// site load beautifully, ...
2023/6/5 -You can use php_value in .htaccess only when PHP is running as an Apache module. When using php-fpm, you can use .user.ini as an alternative.
2021/7/12 -I want to set the values of three different php_value parameters, on a per <VirtualHost> basis, using each hosts .htaccess file.
2013/6/27 -If you are running PHP in "CGI mode" and not as an Apache module, then using php_value as such will throw that "Internal Server Error".
2021/4/27 -If you are seeing errors in your Apache error log that say php_flag not allowed here this is due to your .htaccess file containing an invalid line.
2015/5/25 -The problem is that because PHP is running as FastCGI, as opposed to an Apache module, and php_value isn't allowed in the .htaccess file when PHP is running as ...
2018/2/12 -1 Answer. It's quite probable you've moved from a host where PHP was installed as an Apache module and is now configured as CGI/FastCGI. ...
2018/1/29 -The first option for setting php_value s is to use .user.ini files. For the Magento project in question this was just a matter of dropping a .user.ini in the ...