apache2 syntax error

Discussion in 'HOWTO-Related Questions' started by bluedrakonis, Jan 12, 2010.

  1. bluedrakonis

    bluedrakonis New Member

    I get this error when trying to restart apache

    syntax error on line 59 of /etc/apache2/sites-enabled/www..mydomain.com.v
    host:
    invalid command 'suPHP_Engine', perhaps misspelled or defined by a module not included in the server configuration

    [fail]

    any ideas?
    bluedrakonis is offline
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you install libapache2-mod-suphp?
    Code:
    aptitude install libapache2-mod-suphp
     
  3. bluedrakonis

    bluedrakonis New Member

    that did the trick
     

Share This Page