• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

httpd uses 200 MB why?

S

Sambonim

Guest
Hello,

We are having issues with one of our servers, apache stops 3 times per week, we have on this moment Fedora 5, with Intel(R) Xeon(R)CPU 3050 @ 2.13GHz and 4 GB of memory, we have 300 domains on this server.

The firewall it's active, and the following ports blocked for remote access:
MySQL; PostgreSQL; Tomcat; Samba; Plesk VPN

top - 00:14:19 up 3 days, 7 min, 2 users, load average: 0.58, 0.70, 0.75
Tasks: 141 total, 4 running, 137 sleeping, 0 stopped, 0 zombie
Cpu(s): 11.1% us, 3.0% sy, 0.0% ni, 85.2% id, 0.5% wa, 0.0% hi, 0.2% si
Mem: 4142040k total, 3716904k used, 425136k free, 119080k buffers
Swap: 4096532k total, 124k used, 4096408k free, 2211560k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
13490 mysql 16 0 162m 45m 5960 S 7 1.1 292:26.14 mysqld
20150 apache 15 0 174m 129m 9464 S 5 3.2 1:40.83 httpd
31486 apache 15 0 193m 147m 6992 S 3 3.6 0:11.66 httpd
23946 apache 16 0 194m 149m 9700 S 2 3.7 1:10.52 httpd
3933 apache 16 0 165m 118m 5940 R 2 2.9 0:00.98 httpd
31314 apache 16 0 193m 146m 6564 S 1 3.6 0:38.41 httpd
29548 apache 15 0 196m 150m 6932 S 1 3.7 0:54.29 httpd
12466 root 16 0 2252 1104 780 S 0 0.0 0:18.17 top
13168 root 18 0 6056 1152 856 S 0 0.0 0:01.75 pipelog
23240 apache 15 0 194m 149m 9552 S 0 3.7 0:54.90 httpd
654 apache 15 0 167m 122m 7292 S 0 3.0 0:20.94 httpd
709 apache 15 0 193m 148m 8904 S 0 3.7 0:25.36 httpd
3030 apache 15 0 194m 147m 6956 S 0 3.7 0:09.44 httpd
1 root 16 0 2008 688 588 S 0 0.0 0:01.17 init
2 root RT 0 0 0 0 S 0 0.0 0:00.48 migration/0
3 root 34 19 0 0 0 S 0 0.0 0:00.03 ksoftirqd/0
4 root RT 0 0 0 0 S 0 0.0 0:00.00 watchdog/0



As you can see apache it's getting to many memory, Plesk 8.2
Any one have tips for this problem?

Thank you.
 
First of all i want to thank you both,
How many memory you advise, I have the sites and Sitebuilder, about the modules which are the modules that I dont need, only the basic for Plesk and Sitebuilder:

core_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
auth_basic_module (shared)
auth_digest_module (shared)
authn_file_module (shared)
authn_alias_module (shared)
authn_anon_module (shared)
authn_dbm_module (shared)
authn_default_module (shared)
authz_host_module (shared)
authz_user_module (shared)
authz_owner_module (shared)
authz_groupfile_module (shared)
authz_dbm_module (shared)
authz_default_module (shared)
ldap_module (shared)
authnz_ldap_module (shared)
include_module (shared)
log_config_module (shared)
logio_module (shared)
env_module (shared)
ext_filter_module (shared)
mime_magic_module (shared)
expires_module (shared)
deflate_module (shared)
headers_module (shared)
usertrack_module (shared)
setenvif_module (shared)
mime_module (shared)
dav_module (shared)
status_module (shared)
autoindex_module (shared)
info_module (shared)
dav_fs_module (shared)
vhost_alias_module (shared)
negotiation_module (shared)
dir_module (shared)
actions_module (shared)
speling_module (shared)
userdir_module (shared)
alias_module (shared)
rewrite_module (shared)
proxy_module (shared)
proxy_balancer_module (shared)
proxy_ftp_module (shared)
proxy_http_module (shared)
proxy_connect_module (shared)
cache_module (shared)
suexec_module (shared)
disk_cache_module (shared)
file_cache_module (shared)
mem_cache_module (shared)
cgi_module (shared)
fcgid_module (shared)
jk_module (shared)
perl_module (shared)
php5_module (shared)
proxy_ajp_module (shared)
python_module (shared)
ssl_module (shared)


Thank you.
 
Back
Top