My question is what is the maximum number of users that Apache webserver 2.2.2 can handle, i have a website which sometimes gets over 300+ concurrent users, however apache d
You will have to edit the httpd.h file to allow for a greater maxclients past the 256 hard coded limit and then recompile the httpd program. This is suggested in the configuration file for httpd.