約8,890件1ページ目

日本語のみで絞り込む

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.

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.

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.

2016/10/24 -I'm receiving the following error in my log files from my .htaccess file: .htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module.

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 ...

2025/2/24 -Syntax error on line 32 of /etc/httpd/conf.d/php.conf: Jan 01 00:00:00 hostname httpd[3882]: Invalid command 'php_value', perhaps misspelled or defined by a ...

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. ...

2021/4/20 -The server should read the .htaccess of nextcloud root site and set php_value's and env variables under the conditional <IfModule mod_php7.c>