Ignore:
Timestamp:
Jan 22, 2010, 1:28:03 AM (14 years ago)
Author:
gdb
Message:

Made debian work with current invirt-web changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/hvirt/debian/invirt-web.postinst

    r2909 r2913  
    2222    configure)
    2323        cd /var/www/invirt-web
    24         make all
    25 
    26         a2enmod rewrite
    27         a2enmod ssl
    28         a2enmod auth_sslcert
     24        make
     25        a2dissite default
     26        for mod in $(invirt-getconf web.mods); do
     27            a2enmod ${mod}
     28        done
    2929       
    3030        # Our init script proxies all requests to Apache's, so Apache's
    3131        # running is just a NOP
    32         update-rc.d -f apache2 remove
     32        # update-rc.d -f apache2 remove
    3333    ;;
    3434
Note: See TracChangeset for help on using the changeset viewer.