Author: hwright Date: Wed Jun 15 07:43:43 2011 New Revision: 1135945 URL: http://svn.apache.org/viewvc?rev=1135945&view=rev Log: Revert r1135442. While 'include virtual' may be recommended for CGIs, it may not pass the original query string to them, while 'exec cgi' does.
For more information, see: http://httpd.apache.org/docs/current/mod/mod_include.html#element.exec Modified: subversion/site/publish/download/index.html Modified: subversion/site/publish/download/index.html URL: http://svn.apache.org/viewvc/subversion/site/publish/download/index.html?rev=1135945&r1=1135944&r2=1135945&view=diff ============================================================================== --- subversion/site/publish/download/index.html (original) +++ subversion/site/publish/download/index.html Wed Jun 15 07:43:43 2011 @@ -15,7 +15,7 @@ <div id="site-content"> <!--#include virtual="/site-notice.html" --> -<!--#include virtual="/download/download.cgi" --> +<!--#exec cgi="/download/download.cgi" --> </div> <!-- #site-content --> </body>
