Re: [users@httpd] How to use binary to run httpd in different location

2017-08-03 Thread Hemant Chaudhary
Yes ./httpd -f location of config files works for me. Thanks On Thu, Aug 3, 2017 at 10:29 AM, William A Rowe Jr wrote: > On Wed, Aug 2, 2017 at 6:24 AM, Eric Covener wrote: > > On Wed, Aug 2, 2017 at 5:21 AM, Hemant Chaudhary > > wrote: > >> Hi > >> > >> I have ported apache on my machine. I

Re: [users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread William A Rowe Jr
On Wed, Aug 2, 2017 at 6:24 AM, Eric Covener wrote: > On Wed, Aug 2, 2017 at 5:21 AM, Hemant Chaudhary > wrote: >> Hi >> >> I have ported apache on my machine. I have copied bin,lib.conf,modules, >> htdocs,logs to another location. Now I want to run my apache in new location >> with these things

Re: [users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread Eric Covener
On Wed, Aug 2, 2017 at 5:21 AM, Hemant Chaudhary wrote: > Hi > > I have ported apache on my machine. I have copied bin,lib.conf,modules, > htdocs,logs to another location. Now I want to run my apache in new location > with these things only. > I changed path in httpd.conig and apachectl of new loc

Re: [users@httpd] How to use binary to run httpd in different location [wd-vc]

2017-08-02 Thread Bremser, Kurt (Allianz Technology GmbH)
ittwoch, 2. August 2017 11:21 An: users@httpd.apache.org Betreff: [users@httpd] How to use binary to run httpd in different location [wd-vc] Hi I have ported apache on my machine. I have copied bin,lib.conf,modules, htdocs,logs to another location. Now I want to run my apache in new location

[users@httpd] How to use binary to run httpd in different location

2017-08-02 Thread Hemant Chaudhary
Hi I have ported apache on my machine. I have copied bin,lib.conf,modules, htdocs,logs to another location. Now I want to run my apache in new location with these things only. I changed path in httpd.conig and apachectl of new location, but while starting it is starting apache in old location. Fo