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: <Directory /var/dev/csite> Require all granted AllowOverride none php_value error_log /var/dev/logs/caiet_error_log php_value auto_prepend_file /var/dev/csite/site/host-map.inc </Directory> The file /var/dev/csite/site/host-map.inc does not get loaded and this causes a 500 error. I've tried configuring apache as MPM = "prefork" (the new default seems to be "event"), but that made no difference. Note that all five other sites that use the auto_prepend_file directive no longer work either. All other development sites on my workstation work as expected. Any ideas where to look further would be appreciated. Fedora 27 is fully up to date. Emmett _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx