Apache2 will not start after installing ISPconfig3

Discussion in 'Installation/Configuration' started by proonsite, May 10, 2009.

  1. proonsite

    proonsite New Member

    :confused:
    I finished setting up ISPConfig 3.0.1 and now my apatche will not start
    I checked the install log and here is what I find but didn't what to do:

    :49 PDT 2009 - [ISPConfig] - /root/ispconfig3_install/install/lib/installer_base.lib.php, Line 802: WARNING: could not create symlink

    I uninstall ISPConfig > try to start apache
    /etc/init.d/apache2 restart * Restarting web server apache2 [fail]

    delete /etc/apache2/sites-enabled/000-ispconfig.conf

    /etc/init.d/apache2 restart * Restarting web server apache2 [Ok]

    here is what's in 000-ispconfig.conf
    ################################################
    # ISPConfig Logfile configuration for vlogger
    ################################################

    LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
    CustomLog "| /usr/sbin/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig

    <Directory /var/www/clients>
    AllowOverride None
    Order Deny,Allow
    Deny from all
    </Directory>

    Also when I installed ISPConfig I noticed it didn't create the website folder again !!!

    Thanks for you help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Looks as if ispconfig is not installed completely. Make sure that you run the install.php script as root user and not with sudo.
     

Share This Page