upgrade ispcp 1.0.7 to trunk 08 janv 2012

  • # i-MSCP a internet Multi Server Control Panel
    #
    # Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
    # Copyright (C) 2010-2012 by internet Multi Server Control Panel - http://i-mscp.net
    #
    # Version: $Id$
    #
    # The contents of this file are subject to the Mozilla Public License
    # Version 1.1 (the "License"); you may not use this file except in
    # compliance with the License. You may obtain a copy of the License at
    # http://www.mozilla.org/MPL/
    #
    # Software distributed under the License is distributed on an "AS IS"
    # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
    # License for the specific language governing rights and limitations
    # under the License.
    #
    # The Original Code is "ispCP Ï (OMEGA) a Virtual Hosting Control Panel".
    #
    # The Initial Developer of the Original Code is ispCP Team.
    # Portions created by Initial Developer are Copyright (C) 2006-2010 by
    # isp Control Panel. All Rights Reserved.
    #
    # Portions created by the i-MSCP Team are Copyright (C) 2010-2012 by
    # internet Multi Server Control Panel. All Rights Reserved.
    #
    # The i-MSCP Home Page is:
    #
    # http://i-mscp.net
    #


    <VirtualHost 46.105.46.122:80>


    ServerAdmin [email protected]
    DocumentRoot /var/www/imscp/gui/public


    ServerName admin.vm3.totalynet.fr


    Alias /errors /var/www/imscp/gui/public/errordocs/


    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html


    Alias /pma /var/www/imscp/gui/public/tools/pma/
    Alias /webmail /var/www/imscp/gui/public/tools/webmail/
    Alias /ftp /var/www/imscp/gui/public/tools/filemanager/
    Alias /ispLogos /var/www/imscp/gui/data/ispLogos


    <IfModule suexec_module>
    SuexecUserGroup vu2000 vu2000
    </IfModule>


    <IfModule mpm_itk_module>
    AssignUserID vu2000 vu2000
    </IfModule>


    <Directory /var/www/imscp/gui/public>
    Options -Indexes Includes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>


    <Location /ispLogos>
    Options -Indexes
    Order allow,deny
    Allow from all
    </Location>


    <IfModule mod_fcgid.c>
    <Directory /var/www/imscp/gui/public>
    FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
    Options +ExecCGI
    </Directory>
    <Directory "/var/www/fcgi/master">
    AllowOverride None
    Options +ExecCGI MultiViews -Indexes
    Order allow,deny
    Allow from all
    </Directory>
    </IfModule>


    <IfModule mod_fastcgi.c>
    ScriptAlias /php5/ /var/www/fcgi/master/
    <Directory "/var/www/fcgi/master">
    AllowOverride None
    Options +ExecCGI MultiViews -Indexes
    Order allow,deny
    Allow from all
    </Directory>
    </IfModule>


    <IfModule mod_php5.c>
    <Directory /var/www/imscp/gui/public>
    php_admin_value open_basedir "/var/www/imscp/gui/:/etc/imscp/:/var/run/imscp.lock:/proc/:/bin/df:/bin/mount:/var/log/rkhunter.log:/var/log/chkrootkit.log:/usr/share/php/"
    php_admin_value session.save_path "/var/www/imscp/gui/data/sessions/"
    php_admin_value upload_tmp_dir "/var/www/imscp/gui/data/tmp/"
    php_value include_path ".:/var/www/imscp/gui/library/:/usr/share/php"
    </Directory>
    </IfModule>


    </VirtualHost>

    Debian 6 with proxmox 2 - OpenVZ - KVM
    I-mscp 1.0.3.0 migrate from ispcp 1.0.7
    dovecot + zarafa + z-push + maia mail guard + apacheITK

  • i found the error :


    i have move the folder /etc/php5/conf.d/ in /etc/php5/apache2/conf.d/


    and it work (the panel works, but all users and domain are deleted p^^)[hr]
    i have retest an upgrade :
    the error of install script is create /etc/php5/conf.d/intl.conf
    true : /etc/php5/apache2/conf.d/intl.conf

    Debian 6 with proxmox 2 - OpenVZ - KVM
    I-mscp 1.0.3.0 migrate from ispcp 1.0.7
    dovecot + zarafa + z-push + maia mail guard + apacheITK

    Edited once, last by krok ().

  • I think you did not update from ispcp according instruction. to check see if you have 2 databases one ispcp and 1 imscp

  • yes thanks, i will test upgrade [hr]

    Debian 6 with proxmox 2 - OpenVZ - KVM
    I-mscp 1.0.3.0 migrate from ispcp 1.0.7
    dovecot + zarafa + z-push + maia mail guard + apacheITK

    Edited once, last by krok ().