Apache + Da = Horror And Buggy

Alex

Verified User
Joined
Nov 11, 2004
Messages
12
BSD 4.10 on Barton 2500+ and 2GIGS OF DDR RAM.

Started using PhpMyADMIN via SSL:

apache 44629 88.8 6.6 35812 33196 ?? R 9:22PM 3:10.90 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 82748 0.0 2.5 16556 12640 ?? S 9:49PM 0:00.00 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 44628 0.0 3.1 18492 15832 ?? S 9:22PM 0:00.83 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 44627 0.4 3.2 18832 16188 ?? S 9:22PM 0:00.33 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 44626 0.0 3.1 18536 15880 ?? S 9:22PM 0:00.22 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 44625 0.0 3.1 18484 15828 ?? S 9:22PM 0:00.42 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 44624 0.0 3.2 18808 16052 ?? S 9:22PM 0:01.01 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST
apache 44622 0.0 3.2 18776 16008 ?? S 9:22PM 0:00.54 /usr/sbin/httpd -DHAVE_PHP4 -DHAVE_MMAP_STATIC -DHAVE_VHOST


99% of cpu goes to apache. Yes I rebuild the damn thing using that customapache script. My httpd.conf looks BLOATED ALL MODULES ARE LOADED. Most ugliest file i seen.

What do I do? This is unacceptable, bloated and buggy.
 
has anyone got a list which modules can be disabled to keep it functioning and compatible with directadmin.

Have to agree with alex that apache is bloated using the DA config.
 
Is far as I know, you can enable or diable any modules you want and it won't affect DA operation becuase DA does not depend on that service to operate.
 
jmstacey said:
Is far as I know, you can enable or diable any modules you want and it won't affect DA operation becuase DA does not depend on that service to operate.

Once you do ./build all its a BITCH to start over with clean config. There is no option to remove gd magic /etc/ from apache.
 
- Manually edit the httpd.conf and check if the process load goes down and check wich module could be eating up the memory load.

- Change the configure in the customapache and disable whatever you don't use

- If php is the issue you could try enabling/disabling php modules in the configure.php

with compile:

./build clean
......

- Try using apache 2, maybe this will fix the load for you.
 
Back
Top