Skip to content

Commit 6ffc751

Browse files
author
Marius Cramer
committed
Added "virtual" modifier to Action directive in apache vhost.
@see http://httpd.apache.org/docs/2.2/en/mod/mod_actions.html#action
1 parent e25e407 commit 6ffc751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conf/vhost.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
<FilesMatch "\.php[345]?$">
312312
SetHandler php5-fcgi
313313
</FilesMatch>
314-
Action php5-fcgi /php5-fcgi
314+
Action php5-fcgi /php5-fcgi virtual
315315
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'}
316316
<tmpl_if name='use_tcp'>
317317
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
@@ -335,7 +335,7 @@
335335
<FilesMatch "\.php[345]?$">
336336
SetHandler php5-fcgi
337337
</FilesMatch>
338-
Action php5-fcgi /php5-fcgi
338+
Action php5-fcgi /php5-fcgi virtual
339339
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'}
340340
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 /var/run/hhvm/hhvm.<tmpl_var name='system_user'>.sock -pass-header Authorization
341341
</IfModule>

0 commit comments

Comments
 (0)