Apache RewriteRule blocks sending out headers

2010-01-04 Thread jacksam123
Hi, i am using apache http server to rewrite and i have defined few rules. I have a problem during this rewriterules, the actual headers are lost. Is it possible to send the headers along with the request. -- View this message in context:

[VOTE] Formal deprecation of 1.3.x branch

2010-01-04 Thread Colm MacCárthaigh
Observers of the commits list may have noticed some small cleanups to the 1.3.x branch earlier today. There are currently a number of several years-old backport/patch proposals in there too, including two marked as release show-stoppers (neither actually stopped the show, when last we had a

Re: [VOTE] Formal deprecation of 1.3.x branch

2010-01-04 Thread Dan Poirier
Colm MacCárthaigh c...@allcosts.net writes: Because ... stealing an idea from wrowe@ ... how about we formally deprecate the 1.3.x branch? Make one more release, but attach a notice to the effect that it will be the final release, and that in future we'll be distributing security updates by

Re: svn commit: r895930 - /httpd/httpd/trunk/docs/conf/mime.types

2010-01-04 Thread Roy T. Fielding
BTW, I think it is time to comment out all of the media types we don't actually use, since (looking at mod_mime.c) the performance impact might be getting relevant to start-time even if they are not added to the hash. I'll do that tomorrow if nobody objects. Roy