This is a discussion on Wanting to reduce the load that a heavy Apache 2.X server is using within the Linux Web Servers forums, part of the Web Server and Related Forums category; Seems like Apache 2.X is a resource hog. Any way to tame the pig? I am using close to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Seems like Apache 2.X is a resource hog. Any way to tame the pig?
I am using close to 347 IPs on one box. -- Member - Liberal International This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca God Queen and country! Beware Anti-Christ rising! Microsoft is not the solution; it is the question; what is the answer?? NO!! |
|
|||
|
"The Doctor" <doctor@doctor.nl2k.ab.ca> wrote in message
news:chmttt$2b2$2@gallifrey.nk.ca... > Seems like Apache 2.X is a resource hog. Any way to tame the pig? > > I am using close to 347 IPs on one box. > -- > Member - Liberal International > This is doctor@nl2k.ab.ca Ici doctor@nl2k.ab.ca > God Queen and country! Beware Anti-Christ rising! > Microsoft is not the solution; it is the question; what is the answer?? NO!! Have you thought about using "Dynamically configured mass virtual hosting" as described here: http://httpd.apache.org/docs-2.0/vhosts/mass.html (if you're not using it already)? You could sym link from the VirtualDocumentRoot to your users' current webstore. That method of virtual hosts is nice because Apache thinks of that layout at one virtual host, and sites that don't get much traffic don't have to be loaded into memory at httpd startup. You just have to fix and split the resulting log file which isn't too hard. Karen http://scootgirl.com/ |