Skip to content

Instantly share code, notes, and snippets.

@HillLiu
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HillLiu/43fea85308c82397aafc to your computer and use it in GitHub Desktop.
Save HillLiu/43fea85308c82397aafc to your computer and use it in GitHub Desktop.

Use RewriteLogLevel

  • edit your httpd.conf
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 3
  • tail -f /var/log/apache2/rewrite.log

Use LogLevel

LogLevel alert rewrite:trace3
  • tail -f error_log|fgrep '[rewrite:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment