How to enable suPHP

Discussion in 'Installation/Configuration' started by kamalito, Feb 6, 2011.

  1. kamalito

    kamalito New Member

    Hi
    After a unfortunate apt-get dist-upgrade, the following packages were removed : libapache2-mod-php5 libapache2-mod-suphp mysql-server-5.1 php-auth php-pear php5 php5-cgi php5-cli php5-curl php5-dbg php5-gd php5-geoip php5-imagick
    I've installed them again but now, I can't restrat apache. I've the following error :
    Restarting web server: apache2Syntax error on line 39 of /etc/apache2/sites-enabled/mysite.com.vhost:
    Invalid command 'suPHP_Engine', perhaps misspelled or defined by a module not included in the server configuration

    How can I solve that please?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Try:

    a2enmod suphp
     
  3. kamalito

    kamalito New Member

    Thanks Till
     

Share This Page