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

Pablo Fischer pabl0-guest@haydn.debian.org
Mon, 14 Jun 2004 23:22:13 -0600


Author: pabl0-guest
Date: 2004-06-14 23:22:10 -0600 (Mon, 14 Jun 2004)
New Revision: 1011

Added:
   xsp/trunk/debian/MAINTAINERS
   xsp/trunk/debian/mono-server.docs
   xsp/trunk/debian/mono-xsp.docs
Modified:
   xsp/trunk/debian/TODO
   xsp/trunk/debian/mono-server.README.Debian
   xsp/trunk/debian/mono-xsp.README.Debian
Log:
More doc info



Added: xsp/trunk/debian/MAINTAINERS
===================================================================
--- xsp/trunk/debian/MAINTAINERS	2004-06-15 05:20:16 UTC (rev 1010)
+++ xsp/trunk/debian/MAINTAINERS	2004-06-15 05:22:10 UTC (rev 1011)
@@ -0,0 +1,10 @@
+The Debian Mono Group maintains the MONO packages in Debian.
+In this group there are prefered maintainers for certain packages.
+
+Current maintainers of the mono-xsp, mono-server and asp.net-examples are:
+
+Pablo Fischer <pablo@pablo.com.mx>
+
+If you want to know who we are:
+
+http://pkg-mono.alioth.debian.org

Modified: xsp/trunk/debian/TODO
===================================================================
--- xsp/trunk/debian/TODO	2004-06-15 05:20:16 UTC (rev 1010)
+++ xsp/trunk/debian/TODO	2004-06-15 05:22:10 UTC (rev 1011)
@@ -1,15 +1,14 @@
-* Sorry, I found an empty /etc/mono-server/mono-server-hosts.conf
-* Que cuando vaya a arrancar el servidor (postinst) vea si realmente se debe de hacer..
+200-06-14: 
 
+* No bugs
 
+2004-02-28  
 
-29 feb 2004 02:32:23
-
 * Ask in #debian-mono for people that want to test the packages
 * Ask teo or Edd to check it (it runs VERY good in my computer) and upload it :)
 
 
-19 feb 2004 00:11:43
+2004-02-18  
 
 * Mono-Server works great with libapache
 * Mono-XSP works great!
@@ -22,6 +21,6 @@
 
 Night :)
 
-17 feb 2004 21:47:45
+2004-02-17  
 
 * Ask Edd why we need a asp.net-examples-server package if we are going to use mod-mono-server or xsp instead

Modified: xsp/trunk/debian/mono-server.README.Debian
===================================================================
--- xsp/trunk/debian/mono-server.README.Debian	2004-06-15 05:20:16 UTC (rev 1010)
+++ xsp/trunk/debian/mono-server.README.Debian	2004-06-15 05:22:10 UTC (rev 1011)
@@ -4,17 +4,19 @@
 The mono-server package creates a socket in /tmp, so that mod_mono (in Apache) can be started
 without errors. 
 
-Also, to download mono-server there is no need to download libapache-mod-mono (viceversa, yes), 
-however, to run the daemon you NEED to have libapache-mod-mono. It's easy, there's no need to create
-the socket if mod_mono is not present, right?
+So, to run mod_mono you SHOULD need this packages, and viceversa.
 
-Also, after you downloaded libapache-mod-mono, mono-server can create the socket and chmod/chown 
-the socket. The user and group that mono-server uses are www-data.
+When mod_mono is installed it will create a link to a file (/etc/mono-server/mono-server-hosts.conf)..
 
-The way that mono-server manage the /alias (virtual hosts) is like exim does and using the VirtualHosts
-of Apache. The first way is inside /etc/mono-server, were we have a conf.d directory, then we 
-have directories for each 'virtualhost'.
+This file will be managed my mono-server, with the update and admin scripts.
 
+The mono-server-update.conf will create this file and also a webapp file needed by mod_mono. The 
+debian.webapp is needed to setup the applications and *hosts.conf is needed to create those Alias and 
+permissions.
+
+When you run mono-server-update.conf it will read config files in /etc/mono-server and create these 
+two files.
+
 For example, we have monodoc-http, so we have:
 
 /etc/mono-server 		<- Mono Server Config Dir
@@ -29,21 +31,18 @@
 Mono Server is running it should be started normally, if it's the first virtualhost and you configured
 mono-server to be started automatically it will start mono-server by default.
 
-If you configured mono-server to NOT be started automatically, you should start mono-server manually:
+In new versions (like this one), mod-mono-server doesn't needs to be executed as a daemon, cause mod_mono 
+will call it.
 
-/etc/init.d/mono-server start
+The only 'daemon' issue that you can find is that mono-server-update.conf can start (if was running) apache, 
+but you can turn it off with dpkg-reconfigure mono-server.
 
-And the second way to manage the virtualhost, is to also add an /alias mono.conf:
+If you want to create your own applications using the advantages that mono-server has, you can use the 
+mono-server-admin.conf script.
 
-/etc/apache/conf.d/mono.conf
+ALSO, YOU SHOULD NOT EDIT mono-server-hosts.conf file, cause when mono-server-update.conf is called it 
+will overwrite this file.
 
-Also, if you are installing YOUR OWN VirtualHost, you should read the template file (in the config dir) 
-and follow the steps of this little FAQ.
-
-NOTE: In some cases you can find that /etc/mono-server|/etc/xsp exists with other virtualhosts and you  
-don't have mono-server|mono-xsp installed, don't get in panic, some virtualhosts installs host configuration 
-files in both server (xsp and mono-server).
-
 Happy Hacking
 
  -- Pablo Fischer <pablo@pablo.com.mx>, Mon, 15 Mar 2004 18:52:30 -0600

Added: xsp/trunk/debian/mono-server.docs
===================================================================
--- xsp/trunk/debian/mono-server.docs	2004-06-15 05:20:16 UTC (rev 1010)
+++ xsp/trunk/debian/mono-server.docs	2004-06-15 05:22:10 UTC (rev 1011)
@@ -0,0 +1,4 @@
+debian/MAINTAINERS
+NEWS
+README
+AUTHORS

Modified: xsp/trunk/debian/mono-xsp.README.Debian
===================================================================
--- xsp/trunk/debian/mono-xsp.README.Debian	2004-06-15 05:20:16 UTC (rev 1010)
+++ xsp/trunk/debian/mono-xsp.README.Debian	2004-06-15 05:22:10 UTC (rev 1011)
@@ -34,8 +34,7 @@
 
 /etc/init.d/mono-xsp start
 
-Also, if you are installing YOUR OWN VirtualHost, you should read the template file (in the config dir) 
-and follow the steps of this little FAQ.
+Also, if you are installing YOUR OWN VirtualHost, you should use mono-xsp-admin.conf (and also the manpage)
 
 NOTE: In some cases you can find that /etc/mono-server|/etc/xsp exists with other virtualhosts and you  
 don't have mono-server|mono-xsp installed, don't get in panic, some virtualhosts installs host configuration 

Added: xsp/trunk/debian/mono-xsp.docs
===================================================================
--- xsp/trunk/debian/mono-xsp.docs	2004-06-15 05:20:16 UTC (rev 1010)
+++ xsp/trunk/debian/mono-xsp.docs	2004-06-15 05:22:10 UTC (rev 1011)
@@ -0,0 +1,4 @@
+debian/MAINTAINERS
+NEWS
+README
+AUTHORS