stop apache
Jeg har en server med FreeBSD ver. 4.8. Der er installeret apache 2 og mod_php4 via ports.Mit problem er at apache køre flere gange, og at der er meget lang svar tid på webserveren :-(.
Her er nogle dumps for at vise det.
ps aux | grep www
--------------------
www 13083 0.0 0.9 14112 11332 ?? I 1:04AM 0:00.99 /usr/local/sbin/httpd -k start
www 13084 0.0 0.9 14112 11328 ?? I 1:04AM 0:00.99 /usr/local/sbin/httpd -k start
www 13086 0.0 1.1 17612 14900 ?? I 1:04AM 0:01.08 /usr/local/sbin/httpd -k start
www 13087 0.0 1.1 17564 14888 ?? I 1:04AM 0:01.37 /usr/local/sbin/httpd -k start
www 13093 0.0 0.9 14072 11296 ?? I 1:05AM 0:00.50 /usr/local/sbin/httpd -k start
www 13847 0.0 0.7 11956 8880 ?? I 10:48AM 0:00.00 /usr/local/sbin/httpd -k start
www 13848 0.0 1.1 17408 14676 ?? I 10:48AM 0:00.31 /usr/local/sbin/httpd -k start
www 13849 0.0 1.1 17336 14608 ?? I 10:48AM 0:00.31 /usr/local/sbin/httpd -k start
top
--------------------
13086 www 2 0 17612K 14900K accept 0:01 0.00% 0.00% httpd
13087 www 2 0 17564K 14888K accept 0:01 0.00% 0.00% httpd
13848 www 2 0 17408K 14676K accept 0:00 0.00% 0.00% httpd
13849 www 2 0 17336K 14608K accept 0:00 0.00% 0.00% httpd
13083 www 2 0 14112K 11332K accept 0:01 0.00% 0.00% httpd
13084 www 2 0 14112K 11328K accept 0:01 0.00% 0.00% httpd
13093 www 2 0 14072K 11296K accept 0:01 0.00% 0.00% httpd
13847 www 2 0 11956K 8880K accept 0:00 0.00% 0.00% httpd
hvad slal jeg gøre for at stoppe nogle af dem. Jeg har prøvet med kill, men så starter de bare igen.