Current time: 05-20-2024, 03:30 PM Hello There, Guest! (LoginRegister)


Post Reply 
Nur weisse Seite
Author Message
yog512 Offline
Junior Member
*

Posts: 18
Joined: Jul 2009
Reputation: 0
Post: #1
Nur weisse Seite
Hallo,
habe ein Problem beim Update von ispcp omega 1.00-1.02. Server BS Debian Etch.
Nun habe ich das Update gemacht, wie in dem Docs Ordner beschrieben. Hat auch alles geklappt. Jetzt kommt aber beim aufrufen der Domains nur eine weisse Seite. Auch beim Aufrufen der Ip oder admin.domain.de kommt eine weisse Seite. Woran könnte es denn liegen? Bin da leider etwas ratlos. Noch etwas. Htop und top funktionieren auch nicht mehr.

Grüße
Alex
error log spuckt folgendes aus:cannot get media type from 'x-mapp-php5'
(This post was last modified: 10-04-2009 08:05 AM by yog512.)
10-04-2009 07:48 AM
Find all posts by this user Quote this message in a reply
yog512 Offline
Junior Member
*

Posts: 18
Joined: Jul 2009
Reputation: 0
Post: #2
RE: Nur weisse Seite
Beim reload vom Apache kommt folgendes raus:

Forcing reload of web server (apache2)...Syntax error on line 34 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf:
FastCgiServer: "/etc/apache2/{PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter" stat(/etc/apache2/{PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter) failed: No such file or directory
10-04-2009 06:49 PM
Find all posts by this user Quote this message in a reply
yog512 Offline
Junior Member
*

Posts: 18
Joined: Jul 2009
Reputation: 0
Post: #3
RE: Nur weisse Seite
ich habe jetzt
FastCgiServer /var/www/fcgi/master/php5-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300

geändert.
Fehlermeldung ist weg, dafür aber eine neue:

/etc/init.d/apache2 restart
Forcing reload of web server (apache2)...apache2: bad user name {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID}
failed!
10-04-2009 08:04 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Nur weisse Seite
nimm mal meine fastcgi_ispcp.conf:

ohne Kommentre oben...
Code:
<IfModule mod_fastcgi.c>
        FastCgiWrapper On
        FastCgiIpcDir /var/lib/apache2/fastcgi2

        FastCgiConfig -minProcesses 1 \
                      -maxProcesses 400 \
                      -maxClassProcesses 5 \
                      -multiThreshold 80 \
                      -killInterval 60 \
                      -startDelay 5
                      # -singleThreshold 100 \
                      # -autoUpdate \
                      # -pass-header HTTP_AUTHORIZATION
#-maxClassProcesses 15 \
#-restart-delay 10 \
#-idle-timeout 120 \
# -idle-timeout 300

        FastCgiServer /var/www/fcgi/master/php5-fcgi-starter -user vu2000 -group vu2000 -idle-timeout 300

        #
        # PHP5 SUPPORT
        #

        AddHandler php-fastcgi .php .php5

        <Location /php5/php5-fcgi-starter>
            SetHandler fastcgi-script
            Options +ExecCGI
        </Location>

        Action php-fastcgi /php5/php5-fcgi-starter
        AddType application/x-httpd-php .php .php5
</IfModule>

/J
10-04-2009 08:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
yog512 Offline
Junior Member
*

Posts: 18
Joined: Jul 2009
Reputation: 0
Post: #5
RE: Nur weisse Seite
Danke,
das wars.
Jetzt habe ich noch ein Problem....
Proftp lässt sich seit dem update nicht starten:
Starting ftp server: proftpd - Fatal: SQLMinUserUID: requires a numeric argument on line 168 of '/etc/proftpd/proftpd.conf'
SQLMinUserUID {FTPD_MIN_UID}
SQLMinUserGID {FTPD_MIN_GID}
steht dort.... ich werde das mal auf 2000 setzen und dann berichten, obs geklappt hat
SQLMinUserUID {FTPD_MIN_UID}
SQLMinUserGID {FTPD_MIN_GID}
steht dort.... ich werde das mal auf 2000 setzen und dann berichten, obs geklappt hat
Proftp lässt sich nun starten... aber ich kann mich per ftp immer noch nicht einloggen
-mysteriös.
(This post was last modified: 10-04-2009 09:41 PM by yog512.)
10-04-2009 09:08 PM
Find all posts by this user Quote this message in a reply
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #6
RE: Nur weisse Seite
Scheint als ob das Setup nicht sauber durchgelaufen ist.
Jedenfalls musst du wahrscheinlich noch Benutzername + Passwort für den Zugriff auf deine Mysql DB im Proftpd hinterlegen.

Da müssten noch 2 weitere Platzhalter zu finden sein...
10-04-2009 09:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
yog512 Offline
Junior Member
*

Posts: 18
Joined: Jul 2009
Reputation: 0
Post: #7
RE: Nur weisse Seite
aja und mail läuft auch nicht
ftp läuft wieder. folgendes musste editiert werden:
SQLConnectInfo
SQLConnectInfo brauchte noch benutzernamen und passwort. jetzt läuft ftp...
wie gehe ich am besten ran um fehler beim mailen zu finden? ich kann keine mails empfangen, noch senden. es wird zwar mit dem mailserver verbunden, jedoch werden keine mails abgeholt...
beim senden steht: konnte nicht mit mailserver verbinden oder der mailserver lehnt die verbindung ab.
man, ich hättee nicht gedacht, das so ein ispcp update so anstrengend sein kann.

grüße
alex
(This post was last modified: 10-04-2009 10:06 PM by yog512.)
10-04-2009 09:50 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #8
RE: Nur weisse Seite
Was hast Du denn für einen Server ?
Wir haben oft das Problem bei vServer das die einfach zu kein sind.
Das Setup bricht dann ab bzw. wird abgebrochen und dann bleiben so Probleme wir Du hast übrig wo keine Variablen ersetzt wurden!

Wegen Mailproblemen schau mal in die mail.log, mail.err, mail.info.

Greez BeNe
10-05-2009 04:24 PM
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)