Updating from 1.0.3.0 to 1.1.0-rc3

  • Hello i get an error on upgrading from 1.0.3.0 to 1.1.0-rc3


    Code
    1. Servers::httpd::apache_fcgi::enableSite: ERROR: Site 00_master.conf not
    2. properly enabled: /etc/apache2/sites-enabled/00_master.conf is a real file, not
    3. touching it
    4. iMSCP::Debug::END: Exit code is 1!



    WHat i have to do?


    Thanks for answering

  • The apache conf file should be in the directory /etc/apache2/sites-available/ and in the /etc/apache2/sites-enabled/ there should be only a symlink to the original file in sites-available.



    Code
    1. root@imscp /etc/apache2/sites-available # ls -ltotal 56K-rw-r--r-- 1 root root 2.6K Sep 19 10:49 00_master.conf-rw-r--r-- 1 root root 2.8K Sep 19 10:49 00_master_ssl.conf-rw-r--r-- 1 root root 1.5K Sep 19 10:49 00_modcband.conf-rw-r--r-- 1 root root 1003 Sep 19 10:49 00_nameserver.conf-rw-r--r-- 1 root root 912 Sep 19 10:49 01_awstats.conf-rw-r--r-- 1 root root 692 Mar 3 2013 default-rw-r--r-- 1 root root 7.1K Mar 3 2013 default-ssl



    Code
    1. root@imscp /etc/apache2/sites-enabled # ls -l
    2. total 0
    3. lrwxrwxrwx 1 root root 33 Jul 23 11:24 00_master.conf -> ../sites-available/00_master.conf
    4. lrwxrwxrwx 1 root root 37 Jul 23 11:24 00_master_ssl.conf -> ../sites-available/00_master_ssl.conf
    5. lrwxrwxrwx 1 root root 35 Jul 23 11:30 00_modcband.conf -> ../sites-available/00_modcband.conf
    6. lrwxrwxrwx 1 root root 37 Jul 23 11:24 00_nameserver.conf -> ../sites-available/00_nameserver.conf
    7. lrwxrwxrwx 1 root root 34 Jul 23 11:24 01_awstats.conf -> ../sites-available/01_awstats.conf