I upgraded from Fedora 25 to Fedora 27 and found the upgrade switched
me from mod_php to php-fpm. This means no more php_flag or php_value
in the apache config. You should switch to .user.ini files which work like
.htaccess files:
[0:root@elmo DocumentRoot]$ cat .user.ini
max_execution_time
On 01/21/18 09:16, Emmett Culley wrote:
> After a recent upgrade some development web sites served from my workstation
> stopped working. I've narrowed it down to the php_value auto_prepend_file
> directive not working.
>
> This is in the /etc/httpd/conf.d/csite.conf file:
>
>
> Require all g
On Sat, 20 Jan 2018 17:16:44 -0800
Emmett Culley wrote:
> Any ideas where to look further would be appreciated. Fedora 27 is fully up
> to date.
I can't help, but my quick and dirty php based file uploader
to get stuff off my phone onto my linux desktop has also
stopped working with the new imp
After a recent upgrade some development web sites served from my workstation
stopped working. I've narrowed it down to the php_value auto_prepend_file
directive not working.
This is in the /etc/httpd/conf.d/csite.conf file:
Require all granted
AllowOverride none
php_value error_log /var