ispCP - Board - Support
all bugfixes - 1.0.0 auf 1.0.3-1 - 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)
+--- Thread: all bugfixes - 1.0.0 auf 1.0.3-1 (/thread-9030.html)



all bugfixes - 1.0.0 auf 1.0.3-1 - fulltilt - 12-31-2009 09:27 PM

hab mal hier die mir bekannten Lösungen zusammengetragen um ein Update durchführen zu können. Ist vieleicht praktischer alles in einem Thread festzuhalten ...

1. nach diesem Punkt 6
> Delete old files to avoid security risks:

bearbeiten > /tmp/ispcp/apache/fcgid_ispcp.conf
hier folgende Zeile entfernen:
MaxRequestsPerProcess 500

2. bearbeiten > /tmp/ispcp/fcgi/parts/master/php5-fcgi-starter.tpl
ändern zu:
Code:
#!/bin/sh
umask 022
PHPRC="{PHP_STARTER_DIR}/{DMN_NAME}/php5/"
export PHPRC
PHP_FCGI_CHILDREN=2
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=500
export PHP_FCGI_MAX_REQUESTS
TMPDIR="{GUI_ROOT_DIR}/phptmp"
export TMPDIR
exec {PHP5_FASTCGI_BIN}

dann weiter mit dem Update:
Code:
7. Copy /usr and /var directories into your system (you may make backups)
    # cp -R /tmp/ispcp/usr/* /usr/
    # cp -R /tmp/ispcp/var/* /var/
... bis zum Schluss

3. nach dem Update:
Code:
chmod 644 /etc/postfix/ispcp/*
/etc/init.d/postfix restart