9 lines
		
	
	
		
			264 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			264 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
 | 
						|
source "$1" || exit 1
 | 
						|
source "$ULIBDIR/ulib" && urequire DEFAULTS apache || exit 1
 | 
						|
 | 
						|
compute_apache_prefixes
 | 
						|
[ -n "$APACHECTL" ] && etitle "Redémarrage de apache" \
 | 
						|
    "$APACHECTL" graceful
 |