Removing the ‘referer’ part of PHP Error Messages from Apache Logs

alias tail_httpd_log=”tail -f /var/log/httpd/error_log | perl -pe ‘s/\[error\]\s+\[client.*?\]\s+//; s/, referer:.*//'”

See this blog

Leave a Reply