Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Drew Clardy
ISPConfig 3
Commits
cdd80be5
Commit
cdd80be5
authored
15 years ago
by
tbrehm
Browse files
Options
Downloads
Patches
Plain Diff
Changed: FS#1068 - Fast-Cgi settings
parent
b163eb36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/conf/vhost.conf.master
+22
-0
22 additions, 0 deletions
server/conf/vhost.conf.master
with
22 additions
and
0 deletions
server/conf/vhost.conf.master
+
22
−
0
View file @
cdd80be5
...
@@ -120,6 +120,17 @@
...
@@ -120,6 +120,17 @@
</tmpl_if>
</tmpl_if>
<tmpl_if name='php' op='==' value='fast-cgi'>
<tmpl_if name='php' op='==' value='fast-cgi'>
# php as fast-cgi enabled
# php as fast-cgi enabled
<IfModule mod_fcgid.c>
SocketPath /tmp/fcgid_sock/
IdleTimeout 3600
ProcessLifeTime 7200
MaxProcessCount 1000
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 100
IPCConnectTimeout 8
IPCCommTimeout 360
BusyTimeout 300
</IfModule>
<Directory {tmpl_var name='web_document_root_www'}>
<Directory {tmpl_var name='web_document_root_www'}>
AddHandler fcgid-script .php .php3 .php4 .php5
AddHandler fcgid-script .php .php3 .php4 .php5
FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
...
@@ -286,6 +297,17 @@
...
@@ -286,6 +297,17 @@
</tmpl_if>
</tmpl_if>
<tmpl_if name='php' op='==' value='fast-cgi'>
<tmpl_if name='php' op='==' value='fast-cgi'>
# php as fast-cgi enabled
# php as fast-cgi enabled
<IfModule mod_fcgid.c>
SocketPath /tmp/fcgid_sock/
IdleTimeout 3600
ProcessLifeTime 7200
MaxProcessCount 1000
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 100
IPCConnectTimeout 8
IPCCommTimeout 360
BusyTimeout 300
</IfModule>
<Directory {tmpl_var name='web_document_root_www'}>
<Directory {tmpl_var name='web_document_root_www'}>
AddHandler fcgid-script .php .php3 .php4 .php5
AddHandler fcgid-script .php .php3 .php4 .php5
FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
FCGIWrapper <tmpl_var name='fastcgi_starter_path'><tmpl_var name='fastcgi_starter_script'> .php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment