Skip to content

Commit b237389

Browse files
author
Till Brehm
committed
Fixed a syntax error in apps vhost configuration.
1 parent df7ff21 commit b237389

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

install/tpl/apache_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
AllowOverride AuthConfig Indexes Limit Options FileInfo
3636
AddHandler fcgid-script .php
3737
FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php
38-
FcgidBusyTimeout 3600
38+
# FcgidBusyTimeout 3600
3939
Order allow,deny
4040
Allow from all
4141
</Directory>

server/conf/apache_apps.vhost.master

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
ServerAdmin webmaster@localhost
1212
{apps_vhost_servername}
1313

14+
<FilesMatch "\.ph(p3?|tml)$">
15+
SetHandler None
16+
</FilesMatch>
17+
1418
<IfModule mod_fcgid.c>
1519
DocumentRoot {apps_vhost_dir}
1620
SuexecUserGroup ispapps ispapps

0 commit comments

Comments
 (0)