You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Vadim Zaliva <lo...@crocodile.org> on 1999/09/10 20:47:19 UTC

[PATCH] apachectl alternative cfg file location

Hi!

Attached is small patch to 'apachectl' allowing to specify alternative cfg
file location for httpd.

I found it more clean way, rather then editing it each time and adding -f
somefile.cfg to each place where httpd is invoked within apachectl.

Sincerely,
Vadim

-- 
;;----------------------------------+-----------------------------------+
;; Vadim Zaliva                     + Those who do not understand Unix  +
;; mailto:lord@crocodile.org        + are condemned to reinvent it,     +
;; http://www.crocodile.org         + poorly.          (H. Spencer)     +
;;----------------------------------+-----------------------------------+

RE: [PATCH] apachectl alternative cfg file location

Posted by Lars Eilebrecht <la...@hyperreal.org>.
According to Vadim Zaliva:

>  Attached is small patch to 'apachectl' allowing to specify alternative cfg
>  file location for httpd.

+1


ciao...
-- 
Lars Eilebrecht             - Unix is like Sex: If you don't know it,
lars@hyperreal.org           - you don't miss is. But if you know it,
                                        - you'll need it.


Re: [PATCH] apachectl alternative cfg file location

Posted by Marc Slemko <ma...@znep.com>.
On Fri, 10 Sep 1999, Vadim Zaliva wrote:

> Hi!
> 
> Attached is small patch to 'apachectl' allowing to specify alternative cfg
> file location for httpd.
> 
> I found it more clean way, rather then editing it each time and adding -f
> somefile.cfg to each place where httpd is invoked within apachectl.

Erm... why not just edit the HTTPD setting:

# the path to your httpd binary, including options if necessary
HTTPD='/usr/local/apache/src/httpd'