![]() |
|
|
#1
|
||
|
Hi
Anyone here have any tips for optimizing the performance of Apache? Specifically how to decide on a good value for maxclients in httpd.conf? Thanks |
|
|
|
||
|
#2
|
|||
|
Visit
Quote:
__________________
Insurance Resource |
||
|
|
|||
|
#3
|
||
|
I had a max of 30 sec timeouts, 400 clients.
It is bad for larger sites, but it was good enough for me. Also, if you use PHP, the equation changes ENTIRELY! |
|
|
|
||
|
#4
|
||
|
Depends what do you unerstand through apache optimization. You can use mod_cache/mod_proxy or just do a RAID 1 with your disks. Also you can change
MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 Regards |
|
|
|
||
|
#5
|
||
|
Also, you can benchmark your apache server using a built in function. It does not test PHP if you have it installed.
|
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache handlers | asp | Web Hosting Forum | 0 | 06-04-2005 23:06 |