Current time: 11-01-2024, 12:31 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Benutzer anlegen und Internal Server Error
Author Message
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #26
RE: Benutzer anlegen und Internal Server Error
(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 Wink aber nur ich hab es so verstanden Wink
08-30-2009 12:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Benutzer anlegen und Internal Server Error - ZooL - 08-30-2009 12:23 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)