Author Topic: Apache  (Read 464 times)

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
Apache
« on: 3 October 2002, 05:28 »
should there be this many apaches running

http://jeujeu.ath.cx/question.txt

redhat 7.3
apache
mysql
php
perl

[ October 02, 2002: Message edited by: fuckoffmicrosoft ]


Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Apache
« Reply #1 on: 3 October 2002, 05:33 »
yes.
Apache spawns child processes to do the work.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
Apache
« Reply #2 on: 3 October 2002, 05:41 »
ouch man that kills the memory

thank you

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Apache
« Reply #3 on: 3 October 2002, 05:44 »
i dont think it is very much worse on memory than using one process to do connections for everyone. And it is more secure this way.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

rtgwbmsr

  • VIP
  • Member
  • ***
  • Posts: 1,257
  • Kudos: 0
    • http://www.akgames.net
Apache
« Reply #4 on: 3 October 2002, 05:49 »
I have Apache as using 5.1 MB RAM total, which isn't bad at all for a web server.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Apache
« Reply #5 on: 3 October 2002, 21:16 »
You can configure the number of children that will be spawned by adjusting the min and max servers in /etc/httpd/conf/httpd.conf. I would say you have something bad wrong to be eating up 81MB of RAM. I have a similar number of httpd processes but are only eating up 6MB.
Someone please remove this account. Thanks...

fuckoffmicrosoft

  • Member
  • **
  • Posts: 73
  • Kudos: 0
    • http://jeujeu.ath.cx
Apache
« Reply #6 on: 3 October 2002, 11:28 »
quote:
Originally posted by void main:
You can configure the number of children that will be spawned by adjusting the min and max servers in /etc/httpd/conf/httpd.conf. I would say you have something bad wrong to be eating up 81MB of RAM. I have a similar number of httpd processes but are only eating up 6MB.



mind taking a look at it

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
Apache
« Reply #7 on: 3 October 2002, 20:57 »
mine must be taking little, because i only have 32MB of RAM and it runs fast(ish)
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'