Changeset 343


Ignore:
Timestamp:
02/22/06 00:08:50 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-06-02 17:23:36 by anonymous]
insérer automatiquement le path pour la config d'override d'alternc
redémarrer apache au besoin

Original author: anonymous
Date: 2004-06-02 17:23:36

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/upgrades/0.9.1.sh

    r304 r343  
    44 
    55# protect all domains, not just new ones 
    6 /usr/lib/alternc/basedir_prot.sh 
     6. /usr/lib/alternc/basedir_prot.sh 
     7 
     8servers="apache-ssl apache" 
     9for server in $servers; do 
     10 
     11includefile=/etc/alternc/override_php.conf 
     12. /usr/share/wwwconfig-common/apache-include_all.sh 
     13[ "$status" = "uncomment" -o "$status" = "include" ] && restart="$server $restart" 
     14 
     15done 
     16 
     17. /usr/share/wwwconfig-common/restart.sh 
Note: See TracChangeset for help on using the changeset viewer.