Re: [users@httpd] Is it possible to make only one page on a website under Apache password protected without affecting all the other pages.

2012-05-29 Thread Bill Unruh
.htaccess commands http://httpd.apache.org/docs/2.0/howto/htaccess.html On Tue, 29 May 2012, John Mitchell wrote: Is it possible to make only one page on a website under Apache password protected without affecting all the other pages. If possible what is the simplest way to implement this c

Re: [users@httpd] apache http running in multithreaded mode

2012-05-28 Thread Bill Unruh
On Mon, 28 May 2012, Xin Tong wrote: Hello I am new to apache httpd. I noticed that apache httpd spawns many processes to server user request. one of the httpd process is the master (i.e. running with root id on linux). the other ones are it children ( i.e. running with daemon id). is the maste

Re: [users@httpd] trouble with virtualhost in http/https

2012-05-26 Thread Bill Unruh
On Sat, 26 May 2012, Alain Roger wrote: I did as in the documentation: # Ensure that Apache listens on port 80 Listen 80 # Listen for virtual host requests on all IP addresses NameVirtualHost *:80 DocumentRoot /www/example1 ServerName www.example1.com # Other directives here DocumentRoot

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-24 Thread Bill Unruh
On Thu, 24 May 2012, Pete Houston wrote: A dozen or so idle processes is perfectly normal for prefork (which you are clearly running, BTW). Only worry about this if there are a consistently high number of idle processes (say 30 or more for a lightly loaded server) in which case you can tune the

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-24 Thread Bill Unruh
ost recent request ConnKilobytes transferred this connection Child Megabytes transferred this child SlotTotal megabytes transferred this slot On Thu, 24 May 2012, Pete Houston wrote: On Wed, May 23, 2012 at 07:47:37PM -0700, Bill Unruh wrote: But this is clearly a horrible kludge. Is there

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-24 Thread Bill Unruh
On Thu, 24 May 2012, Pete Houston wrote: On Wed, May 23, 2012 at 07:47:37PM -0700, Bill Unruh wrote: But this is clearly a horrible kludge. Is there any way I can figure out what is triggering these versions of httpd to be piling up? Since you've looked at the logs and not found any

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-23 Thread Bill Unruh
On Tue, 22 May 2012, Bill Unruh wrote: Madriva 2010.2 running httpd apache 2.2.22 I am having trouble with httpd requests staying active and multiplying. I just came off having 160 versions of httpd running and completely slowing down the system. I upgraded to 2.2.22 and it still happens

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-22 Thread Bill Unruh
etty sketchy.) On Tue, 22 May 2012, Bill Unruh wrote: On Tue, 22 May 2012, William A. Rowe Jr. wrote: On 5/22/2012 6:00 PM, Bill Unruh wrote: > On Tue, 22 May 2012, William A. Rowe Jr. wrote: > > > On 5/22/2012 12:02 PM, Bill Unruh wrote: > > > > > At that

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-22 Thread Bill Unruh
On Tue, 22 May 2012, William A. Rowe Jr. wrote: On 5/22/2012 6:00 PM, Bill Unruh wrote: On Tue, 22 May 2012, William A. Rowe Jr. wrote: On 5/22/2012 12:02 PM, Bill Unruh wrote: At that time in the access_log I have a whole bunch of entries like ::1 - - [22/May/2012:09:34:22 -0700] "OP

Re: [users@httpd] Denial of Service due to multiplication of httpd running

2012-05-22 Thread Bill Unruh
On Tue, 22 May 2012, William A. Rowe Jr. wrote: On 5/22/2012 12:02 PM, Bill Unruh wrote: Eg, here is one entry from the ps auxww list apache 18137 0.0 0.5 26844 5744 ?S09:34 0:00 /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf -DAPACHE2 -DHAVE_PERL -DHAVE_PHP5

[users@httpd] Denial of Service due to multiplication of httpd running

2012-05-22 Thread Bill Unruh
Madriva 2010.2 running httpd apache 2.2.22 I am having trouble with httpd requests staying active and multiplying. I just came off having 160 versions of httpd running and completely slowing down the system. I upgraded to 2.2.22 and it still happens (it went from the normal 10 servers running