vhost.conf.master does not generate any virtual host

Discussion in 'Installation/Configuration' started by ollea, Apr 17, 2012.

  1. falko

    falko Super Moderator Howtoforge Staff

    What Till meant is: there's no problem with your PHP/Apache setup, but you've probably modified ISPConfig somewhere and forgotten about that change, but it's probably the cause for your problem.
     
  2. ollea

    ollea New Member

    Yes but normally the /usr/local/ispconfig/ files should have been replaced by the package ones durning the update, isn't it ?

    I think we will never know.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    That depends on your implementation. ISPConfig overwrites its own files but it does not remove custom plugins of course. So if you implemented your changes in a custom plugin, then that plugin is still active and needs to be removed or changed to met the requirements for the current release.
     
  4. ollea

    ollea New Member

    Yes but I didn't replaced other files.

    Will it work if I "rm -rf /usr/local/ispconfig/*" then "cp -a downloadedpackage/{interface,server} /usr/local/ispconfig/" ?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    No. But what you can do is that you run:

    rm -f /usr/local/ispconfig/server/plugins-available/*
    rm -f /usr/local/ispconfig/server/plugins-enabled/*
    rm -f /usr/local/ispconfig/server/conf-custom/*

    and then redo the update:

    cd /tmp
    wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz
    tar xvfz ISPConfig-3-stable.tar.gz
    cd ispconfig3_install/install
    php -q update.php
     

Share This Page