Skip to main content

Need help in tracing httpd processes by nobody

Comments

2 comments

  • DeepXP
    Ok, after digging deeper and tracing it manually via disabling multiple files, I fixed it. The issue was due to one of the faulty rewrite rules. This was the rule: RewriteCond %{HTTP_REFERER} ^([^.]+.)*?example\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^([^.]+.)*?example1\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^([^.]+.)*?example3\.com [NC,OR] RewriteRule .* " [F] ## STOP REFERRER SPAM ## Around 20 more such sites in the same pattern as above.
    0
  • JacobPerkins
    Thanks for reporting back the fix! Debugging httpd processes is all sorts of fun.
    0

Please sign in to leave a comment.