Problem with the 'SuexecUserGroup ispapps ispapps' directive in all vhosts definition

Discussion in 'Installation/Configuration' started by astabski, Feb 8, 2021.

  1. astabski

    astabski New Member

    Unfortunately, I have a problem installing ISPConfig. The installation process is successful, but the Apache2 restart fails. There is an error:

    ...[7440]: AH00526: Syntax error on line 75 of /etc/apache2/sites-enabled/000-apps.vhost:
    ...[7440]: Invalid command 'SuexecUserGroup', perhaps misspelled or defined by a module not included in the server configuration
    Feb 08 18:28:33 olsza apachectl[7437]: Action 'start' failed.

    This applies to 'SuexecUserGroup ispapps ispapps' directive in all vhosts definitions. Please help
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Which OS are you using? How did you install ISPConfig? Did you follow the perfect server guide?
     
  3. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    You probably missed installing suexec from the perfect server guide.
     
  4. astabski

    astabski New Member

    @Th0m
    I used a fresh Ubuntu 20.04 installation. I followed this guide almost. The only differences are:
    - MariaDB listening on localhost,
    - I have not installed the native login plugin for MariaDB,
    - did not install phpmyadmin yet
    - additionally installed: mcrypt, Image_GraphViz, Imagic
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    As @Jesse Norell mentioned, you must have missed installing or enabling suexec as described in the perfect server guide.
     
  6. astabski

    astabski New Member

  7. till

    till Super Moderator Staff Member ISPConfig Developer

    Then you did not enable it. Run:

    a2enmod suexec

    and restart apache.
     
  8. astabski

    astabski New Member

    @till
    I haven't actually enable the module but there are other problems as I want to use Let's Encrypt certificates. I think I can handle it. Thanks.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Sotmlac likes this.
  10. astabski

    astabski New Member

Share This Page