Apache FPM Template Fixes
This commit is contained in:
parent
eafb72dc70
commit
f945fc06b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue