Hacker News new | ask | show | jobs
by wielebny 3200 days ago
Most certainly something is leaking:

  l-lbiegaj ~ -> curl -sI -X OPTIONS http://mysite/ | grep ^Allow
  Allow: allow,HEAD,GET,HEAD,POST,OPTIONS
Value returned in 'Allow' changes with every apache2 restart, but I haven't yet seen any parts of the config or something other than extraneous commans or 'allow' string.
1 comments

Interesting. Maybe see if it still leaks with the patch jimjag points out below?

http://svn.apache.org/viewvc?view=revision&revision=1807754