On Mon, 10 Nov 2003, David Herrero wrote: > > I want to modify this value without restart the server, and i > need view MaxClient while the server is started.
Hmmm... I think we saw this exact question within the past week. You cannot change MaxClients without restarting the server. But you can change httpd.conf and use a "graceful" restart to reset the config without affecting any current connections. You can look at mod_info to see current config values. See also mod_status which will show you MaxClients and much more. Joshua.