You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jc...@apache.org on 2017/06/26 19:10:06 UTC

svn commit: r1799973 - in /httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action: ./ index.php

Author: jchampion
Date: Mon Jun 26 19:10:05 2017
New Revision: 1799973

URL: http://svn.apache.org/viewvc?rev=1799973&view=rev
Log:
proxy_fcgi.t: missing file; fix previous commit

Added:
    httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/
    httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/index.php   (with props)

Added: httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/index.php
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/index.php?rev=1799973&view=auto
==============================================================================
--- httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/index.php (added)
+++ httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/index.php Mon Jun 26 19:10:05 2017
@@ -0,0 +1,3 @@
+<?php
+  /* This does nothing; it's just a placeholder. */
+?>

Propchange: httpd/test/framework/trunk/t/htdocs/modules/proxy/fcgi-action/index.php
------------------------------------------------------------------------------
    svn:eol-style = native