This repository was archived by the owner on Nov 16, 2022. It is now read-only.
File tree 1 file changed +3
-3
lines changed
usr/local/ispconfig/server/conf-custom
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 385
385
Alias /php5-fcgi {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'}
386
386
<tmpl_if name='use_tcp'>
387
387
FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -host 127.0.0.1:<tmpl_var name='fpm_port'> -pass-header Authorization
388
+ <IfModule mod_proxy_fcgi.c>
389
+ ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:<tmpl_var name='fpm_port'><tmpl_var name='web_document_root'>/$1
390
+ </IfModule>
388
391
</tmpl_if>
389
392
<tmpl_if name='use_socket'>
390
393
FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -socket <tmpl_var name='fpm_socket'> -pass-header Authorization
391
394
</tmpl_if>
392
395
</IfModule>
393
- <IfModule mod_proxy_fcgi.c>
394
- ProxyPassMatch ^/(.*\.php[345]?(/.*)?)$ fcgi://127.0.0.1:<tmpl_var name='fpm_port'><tmpl_var name='web_document_root'>/$1
395
- </IfModule>
396
396
</tmpl_if>
397
397
398
398
# add support for apache mpm_itk
You can’t perform that action at this time.
0 commit comments