Squeeze Update libapache2-mod-fcgid

  • Hi...
    For everyone who updates squeeze today!
    There is an update of "libapache2-mod-fcgid"... Normally it isn't a problem, but everyone who activated "mod_itk" in i-MSCP will get an error after restarting the apache server.

    Code
    1. Syntax error on line 75 of /etc/apache2/sites-enabled/00_master.conf:Wrapper /var/www/fcgi/master/php5-fcgi-starter cannot be accessed: (2)No such file or directoryAction 'configtest' failed.The Apache error log may have more information.failed


    The solution is to deactivate "fcgid".

    Code
    1. a2dismod fcgid


    After this restart your apache!


  • God, when an update is done, a trigger enable it automatically ? Same if we are using ITK?


    I think that we must fix that in installer.


    To resume:


    IF ITK (libapache2-mod-php5) ---> remove of
    - libapache2-mod-fcgid
    - libapache2-mod-fastcgi


    IF fcgid ( libapache2-mod-fcgid) --> remove of
    - libapache2-mod-php5
    - libapache2-mod-fastcgi


    IF fastcgi ( libapache2-mod-fastcgi) ---> remove of
    - libapache2-mod-php5
    - libapache2-mod-fcgid



    Note: Not a purge to prevent deletion of conffiles.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • It's not a Debian bug since you can have vhost using fcgid |fastcgi and other mod-php5. After, that also depend of some usage context. At first time, I've also thinked about missing conflict fields in Debian packages. ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Is a bug since I manually disable, but on update mod is enabled against my will / desire