Ignore:
Timestamp:
05/31/07 19:15:04 (6 years ago)
Author:
benjamin
Message:

it's override_php, not override.php ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/install/alternc.install

    r1822 r1835  
    180180touch /var/alternc/apacheconf/override_php.conf 
    181181# Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... ) 
    182 apache-modconf apache enable mod_vhost_alias 
     182apache-modconf apache enable mod_vhost_alias quiet </dev/null || true 
     183#apache-modconf apache enable `dpkg -l libapache-mod-php*|grep ii | cut -f 3 -d ' '|cut -b 11-18 ` quiet </dev/null || true 
    183184 
    184185# Copy postfix *_checks if they do not exist 
Note: See TracChangeset for help on using the changeset viewer.