Ignore:
Timestamp:
05/11/07 10:12:43 (6 years ago)
Author:
benjamin
Message:

Loading Apache vhost module thanks to apache-modconf, and not manually in /etc/alternc/apache.conf : The module is now loaded at the right place.
Fix the bug with apache aliases (/admin/sql, /webmail)

File:
1 edited

Legend:

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

    r1749 r1822  
    179179# Apache will not start without this file 
    180180touch /var/alternc/apacheconf/override_php.conf 
     181# Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... ) 
     182apache-modconf apache enable mod_vhost_alias 
    181183 
    182184# Copy postfix *_checks if they do not exist 
Note: See TracChangeset for help on using the changeset viewer.