RE: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests & lbmethod = bytraffic

2011-03-22 Thread Tushar Chavan
Hi, But if there are two machines A & B. How Apache will come to know which one is stronger? Do we need to define it somewhere? Best Regards, Tushar Date: Wed, 23 Mar 2011 10:27:54 +1100 From: icici...@gmail.com To: users@httpd.apache.org Subject: Re: [users@httpd] How to define Lbfacto

Re: [users@httpd] Total newbie to Apache Web Server with start up issue

2011-03-22 Thread cipher crypted
If I can't find the answer to my issues, I'll look up your suggestions one by one and study and hopefully find my answer(s). By the way, once I reach Service Settings, what are the external and internal ports? Needless to say, I'm not vastly literate in technology. I'm a web designer but haven't

Re: [users@httpd] Max. Server process & Child process

2011-03-22 Thread Mark Montague
On March 22, 2011 12:21 , Tushar Chavan wrote: How can we define no of process those will listen ( Parent process ) & how child threads will created for each process ( parent thread ) ? ( Also please let me default values of this processes & child threads ) The answer to these questions

Re: [users@httpd] Max. Server process & Child process

2011-03-22 Thread Igor Cicimov
Which mpm??? Have a look in your mpm config and you will see the defaults values there. On Wed, Mar 23, 2011 at 3:21 AM, Tushar Chavan wrote: > Hi Experts, > > I have a query. > > How can we define no of process those will listen ( Parent process ) & how > child threads will created for each

Re: [users@httpd] How to define Lbfactor in case of lbmethod = byrequests & lbmethod = bytraffic

2011-03-22 Thread Igor Cicimov
i don't think lbfactor is related to the method but more to the servers hardware: lbfactor - weighed-round-robin load balancing where high lbfactor means stronger machine (that is going to handle more requests) so if A and B are identical in terms of hardware you use same lbfactor On Wed, Mar 23

Re: [users@httpd] Total newbie to Apache Web Server with start up issue

2011-03-22 Thread John Hudak
With all due respect, but have you looked for any How-To's for your specific OS? I would also try searching for related concerns, such as 'Starting Apache under XAMPP' or 'Starting Apache' or 'Configuring Apache'etc...you get the idea.. Thirdly, there is the Apache website and associated docume

Re: [users@httpd] Total newbie to Apache Web Server with start up issue

2011-03-22 Thread cipher crypted
I will now, using the link provided. As I'm new to Apache, I'm new to your site as well. Thank you, all! --- On Tue, 3/22/11, Steven Pierce wrote: > From: Steven Pierce > Subject: Re: [users@httpd] Total newbie to Apache Web Server with start up > issue > To: users@httpd.apache.org > Date:

Re: [users@httpd] Total newbie to Apache Web Server with start up issue

2011-03-22 Thread Steven Pierce
Have you tried to use the Doc's and look at starting Apache? http://httpd.apache.org/docs/current/invoking.html On 3/22/11 12:54 PM, cipher crypted wrote: Greetings, First, I apologize in advance to anyone and everyone involved that I will insult, confuse, agitate, etc, if my email is NO

[users@httpd] Total newbie to Apache Web Server with start up issue

2011-03-22 Thread cipher crypted
Greetings, First, I apologize in advance to anyone and everyone involved that I will insult, confuse, agitate, etc, if my email is NOT up to the standards documented on your site. I've read briefly your guidelines for posting and for users obtaining information regarding their issues, questions

Re: [users@httpd] Where are the step-by-step instructions for building apache 2.2.17 with LDAP authentication?

2011-03-22 Thread Igor Galić
- Original Message - > On Fri, Mar 18, 2011 at 11:18 AM, Sam Theman > wrote: > > but after I build openldap with the special openssl, how do I > > point > > apache to use it rather than the system openssl? > > run srclib/apr-util/configure --help | grep ldap > > --with-ldap-include=

Re: [users@httpd] Httpd process multiplying

2011-03-22 Thread Igor Galić
- Original Message - > There is no traffic to the site still it is multiplying. Define "no traffic" Define "multiplying". > -Original Message- > From: J. Greenlees [mailto:li...@jaqui-greenlees.net] > Sent: Monday, March 21, 2011 3:46 PM > To: users@httpd.apache.org > Subject:

Re: [users@httpd] Apache crashes when using LDAP auth: child pid 25625 exit signal Segmentation fault (11)‏

2011-03-22 Thread Igor Galić
> Hello, > > I built apache as below. > > ./configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl > --enable-ssl -with-ldap --enable-ssl --enable-authnz-ldap > --enable-ldap --with-mpm=prefork This is the snip from line I specify to apr-util's ./configure to enable ldap: ``--with-ldap-

[users@httpd] Max. Server process & Child process

2011-03-22 Thread Tushar Chavan
Hi Experts, I have a query. How can we define no of process those will listen ( Parent process ) & how child threads will created for each process ( parent thread ) ? ( Also please let me default values of this processes & child threads ) Will these defined values be maintained in scoreboar