[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#652843: Patch



There is a simple patch for the initialization script  that resolve this issue:

173a174
> 		APACHE_LOG_DIR=$(. $APACHE_ENVVARS && echo $APACHE_LOG_DIR)
174a176,182
> 		if  [ ! -d $APACHE_LOG_DIR ] ; then
> 			log_daemon_msg "Creating Log directory on: $APACHE_LOG_DIR" "apache2"
> 			APACHE_RUN_USER=$(. $APACHE_ENVVARS && echo $APACHE_RUN_USER)
> 	                APACHE_RUN_GROUP=$(. $APACHE_ENVVARS && echo $APACHE_RUN_GROUP)
> 			mkdir $APACHE_LOG_DIR;
> 			chown $APACHE_RUN_USER.$APACHE_RUN_GROUP $APACHE_LOG_DIR;
> 		fi



-- 
William Felipe Welter
------------------------------
Consultor em Tecnologias Livres
william.welter@4linux.com.br
www.4linux.com.br



Reply to: