Current time: 05-17-2024, 09:52 AM 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: #21
RE: Benutzer anlegen und Internal Server Error
(08-28-2009 05:30 PM)WuChEn Wrote:  Ich wollt mich shcon beschwären. Big Grin

is ja schon gut... heute abend schaut sich gOOvER mal den link an und vieleicht gibt es ja noch hoffnung Wink
08-28-2009 07:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
WuChEn Offline
Junior Member
*

Posts: 192
Joined: Feb 2009
Reputation: 2
Post: #22
RE: Benutzer anlegen und Internal Server Error
Es gibt noch keinen wirklichen Lösungsansatz oder? Big Grin

Gruß WU
08-28-2009 11:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #23
RE: Benutzer anlegen und Internal Server Error
Nein Wink
08-29-2009 12:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #24
RE: Benutzer anlegen und Internal Server Error
Quote:Es gibt einen Haken an dieser Workaround, der mich hat eine Weile gedauert, um herauszufinden: Sie müssen IPCCommTimeout in jedes VirtualHost-Block angeben, für die es in einem von ihnen zu arbeiten. If you specify it in one the next block will reset it again, so be sure to replicate the statement into each block, even if you don't need it everywhere. Man kann es in einem der nächsten Block wird es wieder zurückgesetzt, so müssen Sie die Anweisung in jedem Block zu replizieren, auch wenn Sie es nicht brauchen überall.


das ist ja eine schlechte übersetzung aber leute die ahnung haben verstehen
es Wink
08-29-2009 10:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
tomdooley Offline
Development Team
*****
Dev Team

Posts: 332
Joined: Sep 2007
Reputation: 7
Post: #25
RE: Benutzer anlegen und Internal Server Error
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? :-)
08-29-2009 11:30 PM
Visit this user's website Find all posts by this user Quote this message in a reply
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 


Forum Jump:


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