head	1.2;
access;
symbols
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.2
date	2012.01.01.19.30.37;	author ohauer;	state dead;
branches;
next	1.1;

1.1
date	2003.10.29.06.12.27;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@--- src/support/apachectl.orig	Sun Oct 26 20:53:07 2003
+++ src/support/apachectl	Mon Oct 27 22:27:30 2003
@@@@ -105,14 +105,14 @@@@
     restart)
 	if [ $RUNNING -eq 0 ]; then
 	    echo "$0 $ARG: httpd not running, trying to start"
-	    if $HTTPD ; then
+	    if $HTTPD -DSSL ; then
 		echo "$0 $ARG: httpd started"
 	    else
 		echo "$0 $ARG: httpd could not be started"
 		ERROR=5
 	    fi
 	else
-	    if $HTTPD -t >/dev/null 2>&1; then
+	    if $HTTPD -DSSL -t >/dev/null 2>&1; then
 		if kill -HUP $PID ; then
 		    echo "$0 $ARG: httpd restarted"
 		else
@@@@ -129,14 +129,14 @@@@
     graceful)
 	if [ $RUNNING -eq 0 ]; then
 	    echo "$0 $ARG: httpd not running, trying to start"
-	    if $HTTPD ; then
+	    if $HTTPD -DSSL ; then
 		echo "$0 $ARG: httpd started"
 	    else
 		echo "$0 $ARG: httpd could not be started"
 		ERROR=5
 	    fi
 	else
-	    if $HTTPD -t >/dev/null 2>&1; then
+	    if $HTTPD -DSSL -t >/dev/null 2>&1; then
 		if kill -USR1 $PID ; then
 		    echo "$0 $ARG: httpd gracefully restarted"
 		else
@@@@ -157,7 +157,7 @@@@
 	$LYNX $STATUSURL
 	;;
     configtest)
-	if $HTTPD -t; then
+	if $HTTPD -DSSL -t; then
 	    :
 	else
 	    ERROR=8
@


1.1
log
@- Security Fix for mod_rewrite with more than 9 brackets.
http://www.apache.org/dist/httpd/Announcement.html
@
text
@@

