Apache FPM Template Fixes

This commit is contained in:
earnolmartin 2018-05-21 20:13:24 -06:00
parent eafb72dc70
commit f945fc06b8

View file

@ -101,7 +101,7 @@
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear"
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "upload_tmp_dir={homedir}/phptmpdir"
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "session.save_path={homedir}/phptmpdir""
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "session.save_path={homedir}/phptmpdir"
AccessFileName .htaccess