Skip to main content

Apache Processes

Comments

2 comments

  • cPanelMichael
    Hello :) I have moved this post to our "Security" forum, as those questions are more appropriate here. Thank you.
    0
  • quizknows
    A couple things here. For gathering data and seeing what IP(s) are in question, I'd have a look at the output of "httpd fullstatus" as well as "lsof -i :80". These should help you track things a little better and help you associate IP addresses to requests and PIDs. Also review the domlogs (domain access logs) for the domain(s) in question. It's normal for apache to look for .htaccess anywhere under the user account. If you open a file that's X subdirectories deep, Apache will likely look for any .htaccess files in X subdirectories. For example if I make a web request for /home/UUUUUUUUU/public_html/country_info/asia/east_asia/china/lhasa/index.xhtml, Apache is probably going to look for: /home/UUUUUUUUU/.htaccess /home/UUUUUUUUU/public_html/.htaccess /home/UUUUUUUUU/public_html/country_info/.htaccess (and so on). Also It is normal to have one httpd process as root and all the child processes as the Apache user ("nobody" on a cPanel system). You may also see /usr/local/cpanel/bin/splitlogs run as root. I hope this sheds a little light.
    0

Please sign in to leave a comment.