Re: [users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Gary M
Ahh.. ok the interpolation and the service settings will work. I can place the env var in the registry in M$ DS. Perfect guys, thank you so much.. On Fri, Nov 20, 2015 at 3:34 PM, Gary M wrote: > Thanks Chris, > > I'm doing that in linux now.. I wanted to just call httpd.exe in windows; > not

Re: [users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Gary M
Thanks Chris, I'm doing that in linux now.. I wanted to just call httpd.exe in windows; not to add another 'custom variable' in a locked down system.. If I add something already in httpd.exe, I won't have to recertify. -g On Fri, Nov 20, 2015 at 3:03 PM, Christopher Schultz < ch...@christophers

Re: [users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread William A Rowe Jr
On Fri, Nov 20, 2015 at 4:03 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Gary, > > On 11/20/15 4:44 PM, Gary M wrote: > > I'm in a unique configuration dilemma where I need to place the location > > of httpd.conf in a "soft" location. eg the shell environment variable. > > > >

Re: [users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Christopher Schultz
Gary, On 11/20/15 4:44 PM, Gary M wrote: > I'm in a unique configuration dilemma where I need to place the location > of httpd.conf in a "soft" location. eg the shell environment variable. > > I did look and cannot find the answer. > > The question: "is there a shell environment variable read by

[users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Gary M
Hi, I'm in a unique configuration dilemma where I need to place the location of httpd.conf in a "soft" location. eg the shell environment variable. I did look and cannot find the answer. The question: "is there a shell environment variable read by httpd pointing to the conf file ? " This is win

Re: [users@httpd] mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Eric Covener
On Wed, Nov 18, 2015 at 3:45 PM, Abby Normal wrote: > I ask this simple question because I could not find the relation to cpu > cores and threads of CPU. If ServerLimit is for child processes than I do > not see the point raising it above 8 because I have one cpu with 4 cores > with hyperthreading

Re: [users@httpd] Re: mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Yann Ylavic
Hello, it probably depends on your workload and stability/scalability expectations. >From my testing, the more threads vs processes, the better for performances and memory footprint. But also more impacted connections when a problem occurs (process crash)... Regards, Yann. On Fri, Nov 20, 2015

Re: [users@httpd] Re: mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Daniel
you have enough processes already, too many if you ask me (spawning processes is more costly than threads), increase the number of threads per child to do the math. 2015-11-20 16:53 GMT+01:00 Abby Normal : > No one for this simple question? :) > > Regards, > Abby > > > >On 18.11.2015 21:45, Abby

[users@httpd] Re: mpm-event, ServerLimit and ThreadsPerChild on multicore systems

2015-11-20 Thread Abby Normal
No one for this simple question? :) Regards, Abby >On 18.11.2015 21:45, Abby Normal wrote: Hello people, I hope someone can help me with this simple question. I searched the net but could not find a proper answer. Default event configuration is this: MaxRequestWorkers 400 =ThreadsPerChild x

Re: [users@httpd] Apache modules built as .a and .la instead of .so libraries

2015-11-20 Thread spggwp7q
Thanks a lot! Checking config.log for apr pointed me in the right direction. Am 20/11/2015 um 16:02 schrieb William A Rowe Jr: Go back to how you initially built apr, that is going to be the origin of the libtool used by httpd. On Fri, Nov 20, 2015 at 8:23 AM, spggwp7q

Re: [users@httpd] Apache modules built as .a and .la instead of .so libraries

2015-11-20 Thread William A Rowe Jr
Go back to how you initially built apr, that is going to be the origin of the libtool used by httpd. On Fri, Nov 20, 2015 at 8:23 AM, spggwp7q wrote: > Hi guys, > > I'm building apache 2.4.x (latest) for Solaris on Intel. I've built a > cross compiler for this, which seems to be working fine. Th

[users@httpd] Apache modules built as .a and .la instead of .so libraries

2015-11-20 Thread spggwp7q
Hi guys, I'm building apache 2.4.x (latest) for Solaris on Intel. I've built a cross compiler for this, which seems to be working fine. That said, all my modules are being built as .a and .la files, rather than .so files. Apache fails to start when it tries to load modules, saying that it can