Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

apachectl start loads 11 apache's into memory ?

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
apachectl start and ssl.conf - When I start up apache using (not startssl) I get an error message saying something is wrong in ssl.conf. Shouldn't apache be ignoring ssl.conf unless its started with startssl? Thanks in advance.

Permission Denied - apachectl start - When we try to start apache for the first time we get a denied error. This happens even when logged in as root. I'm sure this is probably a newbie Linux error but would any help. The Linux is Mandrake. TIA, George

Starting of Apache on reboot (apachectl startssl ?) - Is there a script to start apache on a sys reboot, and what about a secured server? How does one handle the challenge passwd input - leaving it exposed in ASCII plain text in the script? -- Adam --

Problem : Apache 2.0.47 + Mandrake 9.1 -> httpd/apachectl .. - Hi, I have a problem. I installed Apache 2.0.47 and it. Next, I try to test-run it with apachectl However, httpd gives this error no matter what I do with it : error:

apachectl problem - Just installed apache on linux binary from Have problems starting apache. After running start I get the following error: bin]# start line 71:..
Author Message
craig4

External


Since: Jan 29, 2005
Posts: 22



(Msg. 1) Posted: Mon Mar 28, 2005 9:08 pm
Post subject: apachectl start loads 11 apache's into memory ?
Archived from groups: alt>apache>configuration (more info?)

Does this look right? and if not what do I do about it?

root 6361 0.0 1.1 13008 4568 ? Ss 18:03 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6362 0.0 1.8 15296 7188 ? S 18:03 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6363 0.0 1.9 15624 7624 ? S 18:03 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6364 0.0 1.2 13252 4896 ? S 18:03 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6365 0.0 1.9 15484 7360 ? S 18:03 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6366 0.0 1.2 13252 4888 ? S 18:03 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6398 0.0 1.9 15432 7428 ? S 18:04 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6405 0.0 1.2 13140 4700 ? S 18:07 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6425 0.0 1.2 13140 4708 ? S 19:23 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6426 0.0 1.8 15300 7188 ? S 19:23 0:00
/usr/local/apache2/bin/httpd -k start
nobody 6427 0.0 1.8 15360 7264 ? S 19:23 0:00
/usr/local/apache2/bin/httpd -k start

 >> Stay informed about: apachectl start loads 11 apache's into memory ? 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Tue Mar 29, 2005 2:35 am
Post subject: Re: apachectl start loads 11 apache's into memory ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

this post is not archived.

 >> Stay informed about: apachectl start loads 11 apache's into memory ? 
Back to top
Login to vote
craig4

External


Since: Jan 29, 2005
Posts: 22



(Msg. 3) Posted: Tue Mar 29, 2005 9:07 am
Post subject: Re: apachectl start loads 11 apache's into memory ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > If you want less of them, change the configuration of Apache to spawn
 > less child process.

Do you mean I need to eliminate some of these setting I used when I
compiled apache 2.0.53 ?
--enable-so \
--enable-cgi \
--enable-info \
--enable-rewrite \
--enable-speling \
--enable-usertrack \
--enable-deflate \
--enable-ssl \
--enable-mime-magic

My apache is supporting a web site that uses the PHP engine. Eventually
MYSQL.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: apachectl start loads 11 apache's into memory ? 
Back to top
Login to vote
craig4

External


Since: Jan 29, 2005
Posts: 22



(Msg. 4) Posted: Tue Mar 29, 2005 9:11 am
Post subject: Re: apachectl start loads 11 apache's into memory ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > If you want less of them, change the configuration of Apache to spawn
 > less child process.

Or does it mean just editing my httpd.conf
Actually apache is supporting two virtual domains. Would this account
for all the threads?

thank you
craig<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: apachectl start loads 11 apache's into memory ? 
Back to top
Login to vote
Gabriel Reid

External


Since: Mar 29, 2005
Posts: 5



(Msg. 5) Posted: Tue Mar 29, 2005 11:35 am
Post subject: Re: apachectl start loads 11 apache's into memory ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

craig wrote:
 >
 >
  >> If you want less of them, change the configuration of Apache to spawn
  >> less child process.
 >
 >
 > Or does it mean just editing my httpd.conf
 > Actually apache is supporting two virtual domains. Would this account
 > for all the threads?
 >

I'm assuming you're running Unix/Linux (based on the output of ps), so
it looks like you're using the prefork MPM. This means that to alter the
number of (idle) child processes you have, you'll want to play with the
MinSpareServers directive to control how many waiting processes you
have. However, keep in mind that Apache is dependant on these waiting
processes to be able to process multiple request concurrently.

Gabriel<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: apachectl start loads 11 apache's into memory ? 
Back to top
Login to vote
Warren Oates

External


Since: Mar 19, 2005
Posts: 3



(Msg. 6) Posted: Tue Mar 29, 2005 12:14 pm
Post subject: Re: apachectl start loads 11 apache's into memory ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
craig4

External


Since: Jan 29, 2005
Posts: 22



(Msg. 7) Posted: Tue Mar 29, 2005 7:57 pm
Post subject: Re: apachectl start loads 11 apache's into memory ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

However, keep in mind that Apache is dependant on these waiting
 > processes to be able to process multiple request concurrent


To my supporters

I'm dealing with a very peculiar situation. I saw all those child apache
process and thought maybe this might have something to do with it.

I'm running a php blog on both of my domains. One happend to be password
protected, oh and the other thing is that I outsourced the DNS providers
.. Each domain is using a different DNS provider.

I just changed out the router. Again I'm trying to eliminate a problem
I've yet to define. Now however I guess I've gotten deaper into a hole,
nother neither sites are accessable.

The problem was/is that on one of the sites the "public one" it required
not only the alias www but to qualify the URL with /idex.php to pull up
the site from my system. Other's, that is those from the WAN side were
not having any of these difficulties. I thought maybe my router was
somehow unable to resolve the URL, so I switched it out. At the same
time I created this thread to try and glean some explaination on what or
why apache ran "all" these child processes. I guess in short it needs
them, but I'm not really any clearer why.

thanks<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: apachectl start loads 11 apache's into memory ? 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]