components/apache2/patches/apachectl.patch
changeset 5172 2ac937ed383b
parent 5171 4e8b3c0ea78c
child 5173 fe10c87a291e
equal deleted inserted replaced
5171:4e8b3c0ea78c 5172:2ac937ed383b
     1 Allows SMF method to override Apache binary to start and thus select if
       
     2 we want prefork/worker Apache MPM.
       
     3 
       
     4 --- support/apachectl.in	Tue Jul 11 20:38:44 2006
       
     5 +++ support/apachectl.in	Tue May 14 07:40:03 2013
       
     6 @@ -41,7 +41,7 @@
       
     7  # --------------------                              --------------------
       
     8  # 
       
     9  # the path to your httpd binary, including options if necessary
       
    10 -HTTPD='@exp_sbindir@/@progname@'
       
    11 +HTTPD=${HTTPD:-@exp_sbindir@/@progname@}
       
    12  #
       
    13  # pick up any necessary environment variables
       
    14  if test -f @exp_sbindir@/envvars; then