Skip to content

Commit

Permalink
TraceEnable off for Apache2, refs #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed May 6, 2014
1 parent 26c16de commit 60074fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/apache2/heroku.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Listen ${PORT}
ErrorLog /tmp/heroku.apache2_error.${PORT}.log
CustomLog /tmp/heroku.apache2_access.${PORT}.log combined

TraceEnable off

<Directory ${HEROKU_APP_DIR}>
# lock it down fully by default
# if it's also the docroot, it'll be opened up again further below
Expand Down

0 comments on commit 60074fa

Please sign in to comment.