where do I place MaxClients information in http.conf

darkus

Verified User
Joined
Dec 15, 2005
Messages
114
I wanted to change the MaxClients setting for apache and obviously have to place this information in the .conf file but I'm not sure where in the file I should put this information, or does it not matter what order the information is placed in that file?

Thanks!
 
I see, so editing the main httpd.conf listed in the DA control panel will not make any real changes to the server?
 
Yes, just add it to the file editor :) Open /usr/local/directadmin/data/templates/edit_files.txt via DA and add a new line to it:
Code:
/etc/httpd/conf/extra/httpd-mpm.conf=user=root&group=root&permission=644
 
Yes, just add it to the file editor :) Open /usr/local/directadmin/data/templates/edit_files.txt via DA and add a new line to it:
Code:
/etc/httpd/conf/extra/httpd-mpm.conf=user=root&group=root&permission=644

thanks for the help you are the best!!!!!
 
Back
Top