(08-29-2009 11:30 PM)tomdooley Wrote: hm, soweit ich das sehe habe ich die fcgid-Konfiguration im Trunk in jeden VHost-Block eingebaut:
http://www.isp-control.net/ispcp/browser..._entry.tpl
OK so? :-)
Quote:Then within each VirtualHost you can include your Apache defaults and then override them:
# Include global FastCGI settings module
Include conf/extra/mod_fcgid.conf
<IfModule mod_fcgid.c>
# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same thing
<IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
ProcessLifeTime 7200
</IfModule>
Code:
...or just specify them all in place. Just for reference here are the settings I like particularly for running Movable Type under FastCGI. YMMV.
# Use FastCGI to process .fcg .fcgi & .fpl scripts
# Don't do this if mod_fastcgi is present, as it will try to do the same thing
so oder so
Quote: <IfModule !mod_fastcgi.c>
AddHandler fcgid-script fcg fcgi fpl
</IfModule>
<IfModule mod_fcgid.c>
# Sane place to put sockets
SocketPath /tmp/fcgid_sock/
IdleTimeout 3600
ProcessLifeTime 7200
MaxProcessCount 1000
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 100
IPCConnectTimeout 8
IPCCommTimeout 360
BusyTimeout 300
</IfModule>
wenn ich das richtig verstanden habe soll das zusätzlich zu den virtualhosts dazu
aber nur ich hab es so verstanden