[Pkg-mono-svn-commits] rev 240 - libapache-mod-mono-snapshot/trunk/debian

Pablo Fischer pabl0-guest@quantz.debian.org
Sun, 15 Feb 2004 05:53:57 +0100


Author: pabl0-guest
Date: 2004-02-15 05:53:57 +0100 (Sun, 15 Feb 2004)
New Revision: 240

Modified:
   libapache-mod-mono-snapshot/trunk/debian/mono.conf
Log:
Change the Directory directive to inside the IfModule directive


Modified: libapache-mod-mono-snapshot/trunk/debian/mono.conf
===================================================================
--- libapache-mod-mono-snapshot/trunk/debian/mono.conf	2004-02-15 04:52:41 UTC (rev 239)
+++ libapache-mod-mono-snapshot/trunk/debian/mono.conf	2004-02-15 04:53:57 UTC (rev 240)
@@ -4,11 +4,10 @@
 <IfModule mod_mono.c>
 	AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
 	MonoUnixSocket /tmp/mod_mono_server
-#	Alias /monotest /usr/share/doc/xsp/test
+
+	# The ASP.NET examples directory, create an Alias
+	<Directory /usr/share/doc/xsp/text>
+		Alias /monotest /usr/share/doc/xsp/test
+	</Directory>
 </IfModule>
 
-# The ASP.NET examples directory, create an Alias
-<Directory /usr/share/doc/xsp/text>
-	Alias /monotest /usr/share/doc/xsp/test
-</Directory>
-