[Pkg-mono-svn-commits] rev 278 - xsp-snapshot/trunk/debian

Pablo Fischer pabl0-guest@quantz.debian.org
Wed, 18 Feb 2004 04:05:06 +0100


Author: pabl0-guest
Date: 2004-02-18 04:05:05 +0100 (Wed, 18 Feb 2004)
New Revision: 278

Added:
   xsp-snapshot/trunk/debian/virtual-modmono.conf
   xsp-snapshot/trunk/debian/virtual-xsp.conf
Log:
An example of the virtual.conf file, to manage the virtual hosts


Added: xsp-snapshot/trunk/debian/virtual-modmono.conf
===================================================================
--- xsp-snapshot/trunk/debian/virtual-modmono.conf	2004-02-17 19:25:59 UTC (rev 277)
+++ xsp-snapshot/trunk/debian/virtual-modmono.conf	2004-02-18 03:05:05 UTC (rev 278)
@@ -0,0 +1,12 @@
+# Here you will add your virtual hosts for ModMono
+# The format of each virtual host is:
+# /alias:/real/path/of/your/directory
+# For example:
+#  If you have your ASP.NET application that has 'foo' as the 
+#  alias and /usr/share/bar as your real path directory, you
+#  should add:
+#  /foo:/usr/share/bar
+# And to view it from your browser, just point it to:
+#  http://localhost:port/alias
+# Like:
+#  http http://localhost:8080/foo

Added: xsp-snapshot/trunk/debian/virtual-xsp.conf
===================================================================
--- xsp-snapshot/trunk/debian/virtual-xsp.conf	2004-02-17 19:25:59 UTC (rev 277)
+++ xsp-snapshot/trunk/debian/virtual-xsp.conf	2004-02-18 03:05:05 UTC (rev 278)
@@ -0,0 +1,12 @@
+# Here you will add your virtual hosts for XSP
+# The format of each virtual host is:
+# /alias:/real/path/of/your/directory
+# For example:
+#  If you have your ASP.NET application that has 'foo' as the 
+#  alias and /usr/share/bar as your real path directory, you
+#  should add:
+#  /foo:/usr/share/bar
+# And to view it from your browser, just point it to:
+#  http://localhost:port/alias
+# Like:
+#  http http://localhost:8080/foo