ispCP - Board - Support
[ERLEDIGT]Benutzer anlegen und Internal Server Error - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+---- Forum: Archiv (/forum-54.html)
+---- Thread: [ERLEDIGT]Benutzer anlegen und Internal Server Error (/thread-7669.html)

Pages: 1 2 3


RE: Benutzer anlegen und Internal Server Error - ZooL - 08-28-2009 07:37 PM

(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


RE: Benutzer anlegen und Internal Server Error - WuChEn - 08-28-2009 11:50 PM

Es gibt noch keinen wirklichen Lösungsansatz oder? Big Grin

Gruß WU


RE: Benutzer anlegen und Internal Server Error - gOOvER - 08-29-2009 12:21 AM

Nein Wink


RE: Benutzer anlegen und Internal Server Error - ZooL - 08-29-2009 10:45 PM

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


RE: Benutzer anlegen und Internal Server Error - tomdooley - 08-29-2009 11:30 PM

hm, soweit ich das sehe habe ich die fcgid-Konfiguration im Trunk in jeden VHost-Block eingebaut:

http://www.isp-control.net/ispcp/browser/trunk/configs/debian/apache/parts/dmn_php2_entry.tpl

OK so? :-)


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

(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/trunk/configs/debian/apache/parts/dmn_php2_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