In the original part of the script "apache2", lines 27 and following:
if [ -n "$2" ] && [ -f "$AP_CONF" ]; then AP_CONF="$2" AP_CONF_LOG="(config $AP_CONF)" fi it should be if [ -n "$2" ] && [ -f "$2" ]; then AP_CONF="$2" AP_CONF_LOG="(config $AP_CONF)" fi to actually test existence of the new config file. -- Carsten Otto [EMAIL PROTECTED] www.c-otto.de
signature.asc
Description: Digital signature