Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 50404 invoked from network); 1 Nov 2004 19:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Nov 2004 19:41:52 -0000 Received: (qmail 53112 invoked by uid 500); 1 Nov 2004 19:41:51 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 52945 invoked by uid 500); 1 Nov 2004 19:41:50 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 52931 invoked by uid 500); 1 Nov 2004 19:41:50 -0000 Delivered-To: apmail-httpd-site-cvs@apache.org Received: (qmail 52927 invoked by uid 99); 1 Nov 2004 19:41:50 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 01 Nov 2004 11:41:49 -0800 Received: (qmail 50323 invoked by uid 1134); 1 Nov 2004 19:41:48 -0000 Date: 1 Nov 2004 19:41:48 -0000 Message-ID: <20041101194148.50322.qmail@minotaur.apache.org> From: wrowe@apache.org To: httpd-site-cvs@apache.org Subject: cvs commit: httpd-site/docs/cli mod_aspdotnet.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N wrowe 2004/11/01 11:41:48 Modified: docs/cli mod_aspdotnet.html Log: Corrected docs, xformed. Revision Changes Path 1.8 +6 -7 httpd-site/docs/cli/mod_aspdotnet.html Index: mod_aspdotnet.html =================================================================== RCS file: /home/cvs/httpd-site/docs/cli/mod_aspdotnet.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mod_aspdotnet.html 1 Nov 2004 18:47:00 -0000 1.7 +++ mod_aspdotnet.html 1 Nov 2004 19:41:48 -0000 1.8 @@ -20,7 +20,7 @@

Apache Module mod_aspdotnet

- +
Description:Provides an interface for ASP.NET content between Apache HTTP Server 2.0 and Microsoft's ASP.NET host.
Status:Base
Status:External
Module�Identifier:aspdotnet_module
Source�File:mod_aspdotnet.cpp
Compatibility:Compatible only with httpd 2.0.43 and later.
@@ -51,8 +51,8 @@ LoadModule aspdotnet_module modules/mod_aspdotnet.so

AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \
-                   - licx rem resources resx soap vb vbproj vsdisco webinfo
+           + licx rem resources resx soap vb vbproj vsdisco webinfo

AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" \
           @@ -78,10 +78,9 @@

AspNetMount Directive

- - - - + + +
Description:Mounts a URI to a physical ASP.NET directory
Syntax:AspNetMount /app-uri c:/path/to/app
Context:directory, .htaccess
Override:Limit
Status:Base
Syntax:AspNetMount URL-path directory-path
Context:server config
Status:External
Module:mod_aspdotnet