Changeset 1994
- Timestamp:
- 10/05/07 16:31:05 (1 year ago)
- Files:
-
- alternc/trunk/install/alternc.install (modified) (1 diff)
- alternc/trunk/install/dopo.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/install/alternc.install
r1951 r1994 193 193 SERVICES="$SERVICES apache apache-ssl" 194 194 fi 195 if [ -x /usr/sbin/apache2 ] 195 if [ -x /usr/sbin/apache2 ] && ! ( [ -L /etc/apache2/mods-enabled/vhost_alias.load ] && [ -L /etc/apache2/mods-enabled/$php.load ] ) 196 196 then 197 197 a2enmod vhost_alias alternc/trunk/install/dopo.sh
r1021 r1994 40 40 41 41 # Relance les apache pour qu'ils vident leur cache GetText 42 invoke-rc.d apache restart43 invoke-rc.d apache-ssl restart42 # invoke-rc.d apache restart 43 # invoke-rc.d apache-ssl restart 44 44 45 45 exit 0
