Virtual domain

Discussion in 'Installation/Configuration' started by martinswart, Dec 30, 2010.

  1. martinswart

    martinswart New Member

    Have configured a new install of ISPconfig3. When adding a new web or mail domain the httpd does not start.

    [root@server1 etc]# /etc/init.d/httpd start
    Starting httpd: Syntax error on line 123 of /etc/httpd/conf/sites-enabled/ xxxxxx.co.za.vhost:
    Invalid command 'FCGIWrapper', perhaps misspelled or defined by a module no t included in the server configuration
    [FAILED]
    [root@server1 etc]# cd /etc/httpd/conf/sites-enabled/
    [root@server1 sites-enabled]# ls
    000-apps.vhost 000-ispconfig.conf 000-ispconfig.vhost xxxxxx.vhost
    [root@server1 sites-enabled]# nano -w xxxxxx.vhost

    I commented out the 2 occurred 'FCGIWrapper' lines in the xxxxx.vhost file and restarted httpd

    [root@server1 sites-enabled]# /etc/init.d/httpd start

    Please assist to solve the problem.

    Regards

    Martin
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The apache fcgi packet is missing. It seems as if you did not install all nescessary system prerequisites as described in the perfect setup tutorial. Please go trough the perfect setup for the linux distribution again and ensure that all packages are installed.
     
  3. martinswart

    martinswart New Member

    Thanks,

    Made a mistake with the initial install. Fixed

    Martin
     

Share This Page