Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 17:22:08 +1000 (YAKST)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101746: [update port] www/apache13
Message-ID:  <200608100722.k7A7M8aA011465@blg.akavia.ru>
Resent-Message-ID: <200608100730.k7A7UH6Z018179@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101746
>Category:       ports
>Synopsis:       [update port] www/apache13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 10 07:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:

>Description:

  Disallow starting apache from rc.d script some times

>How-To-Repeat:

# /usr/local/etc/rc.d/apache.sh start
Starting apache.
# /usr/local/etc/rc.d/apache.sh start
Starting apache.
# /usr/local/etc/rc.d/apache.sh start
Starting apache.

>Fix:

 From ports/www/apache13-modssl/files/rcng.sh
 
--- apacheold.sh   Tue Feb 21 05:47:46 2006
+++ apache.sh  Thu Aug 10 17:13:24 2006
@@ -27,6 +27,6 @@

 pidfile="${apache_pidfile}"
 
 -start_cmd="echo \"Starting ${name}.\"; /usr/bin/limits -U www ${command} ${apache_flags} ${command_args}"
 +start_precmd="`/usr/bin/limits -e -U www`"
 
  run_rc_command "$1"
  
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608100722.k7A7M8aA011465>