Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
b2373898
Commit
b2373898
authored
Nov 27, 2013
by
Till Brehm
Browse files
Fixed a syntax error in apps vhost configuration.
parent
df7ff21a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_apps.vhost.master
View file @
b2373898
...
...
@@ -35,7 +35,7 @@
AllowOverride AuthConfig Indexes Limit Options FileInfo
AddHandler fcgid-script .php
FCGIWrapper {website_basedir}/php-fcgi-scripts/apps/.php-fcgi-starter .php
FcgidBusyTimeout 3600
#
FcgidBusyTimeout 3600
Order allow,deny
Allow from all
</Directory>
...
...
server/conf/apache_apps.vhost.master
View file @
b2373898
...
...
@@ -11,6 +11,10 @@
ServerAdmin webmaster@localhost
{apps_vhost_servername}
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
</FilesMatch>
<IfModule mod_fcgid.c>
DocumentRoot {apps_vhost_dir}
SuexecUserGroup ispapps ispapps
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment