|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: May 2003
Posts: 2,737
|
Setting of Apache server in WHM panel
i need to change some settings on my server:
Timeout, KeepAliveTimeout and MaxClients I tried to find a way how to do that in whm panel, but wasnt able to find it. Can anyone give me advice, please? thanks |
|
|
|
|
|
#3 |
|
So Fucking Banned
Join Date: Aug 2003
Location: ICQ #23642053
Posts: 19,593
|
Got shell access?
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Oct 2005
Location: Charlotte, NC
Posts: 908
|
Sounds like you should edit your httpd.conf.. it can be located in different places depending on the version of linux/unix your using (im assuming your not on windows).
pico `find /etc -name httpd.conf` or if you dont have pico, vi `find /etc -name httpd.conf` |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Apr 2002
Posts: 2,194
|
on a cpanel server it would be in:
/usr/local/apache/conf/httpd.conf then use vi or pico to edit it. But, be careful with the config, not to mess it up. Restart apache after the edit - in WHM under Services restart section or in SSH on cpanel server: /scripts/restartsrv httpd |
|
|
|