You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/01/14 14:25:23 UTC

svn commit: r369019 - in /httpd/httpd/branches/execd-dev/modules/api: ./ mod_execd.c

Author: colm
Date: Sat Jan 14 05:25:17 2006
New Revision: 369019

URL: http://svn.apache.org/viewcvs?rev=369019&view=rev
Log:
New module: mod_execd.c, actual code to follow.

Added:
    httpd/httpd/branches/execd-dev/modules/api/
    httpd/httpd/branches/execd-dev/modules/api/mod_execd.c   (with props)

Added: httpd/httpd/branches/execd-dev/modules/api/mod_execd.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/execd-dev/modules/api/mod_execd.c?rev=369019&view=auto
==============================================================================
--- httpd/httpd/branches/execd-dev/modules/api/mod_execd.c (added)
+++ httpd/httpd/branches/execd-dev/modules/api/mod_execd.c Sat Jan 14 05:25:17 2006
@@ -0,0 +1,15 @@
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
+ * applicable.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */

Propchange: httpd/httpd/branches/execd-dev/modules/api/mod_execd.c
------------------------------------------------------------------------------
    svn:eol-style = native