Running ps aux | egrep '(apache|httpd)’ I get: _www 548 0.0 0.0 2482800 1600 ?? S 10:49pm 0:00.00 /usr/sbin/httpd -D FOREGROUND _www 542 0.0 0.0 2481776 1588 ?? S 10:49pm 0:00.00 /usr/sbin/httpd -D FOREGROUND root 538 0.0 0.1 2482032 9828 ?? Ss 10:49pm 0:00.19 /usr/sbin/httpd -D FOREGROUND manal 571 0.0 0.0 2432804 800 s000 S+ 10:58pm 0:00.00 egrep (apache|httpd) So it seems me, how can I change this,
|