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

Pablo Fischer pabl0-guest@haydn.debian.org
Mon, 15 Mar 2004 19:45:39 -0700


Author: pabl0-guest
Date: 2004-03-15 19:45:35 -0700 (Mon, 15 Mar 2004)
New Revision: 430

Added:
   xsp-snapshot/trunk/debian/official/asp.net-examples.README.Debian
   xsp-snapshot/trunk/debian/official/mono-server.README.Debian
   xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian
Log:
* mono-xsp and mono-server .README.Debian
	+ Two new files, that explain very well how to 'maintain' these packages

* asp.net-examples.README.Debian
	+ Some info of the asp.net-examples, like where to found the *.as* files, how to view the 
	samples in the browser.



Added: xsp-snapshot/trunk/debian/official/asp.net-examples.README.Debian
===================================================================
--- xsp-snapshot/trunk/debian/official/asp.net-examples.README.Debian	2004-03-16 01:51:51 UTC (rev 429)
+++ xsp-snapshot/trunk/debian/official/asp.net-examples.README.Debian	2004-03-16 02:45:35 UTC (rev 430)
@@ -0,0 +1,18 @@
+asp.net-examples for Debian
+--------------
+
+This package contains the asp.net samples, the directory where 
+these files are installed are: 
+
+/usr/share/asp.net-demos/asp/
+
+To access with xsp:
+
+http://localhost:8080/samples
+
+
+To access via mono-server (Apache)
+
+http://localhost/samples
+
+ -- Pablo Fischer <pablo@pablo.com.mx>, Mon, 15 Mar 2004 18:52:30 -0600

Added: xsp-snapshot/trunk/debian/official/mono-server.README.Debian
===================================================================
--- xsp-snapshot/trunk/debian/official/mono-server.README.Debian	2004-03-16 01:51:51 UTC (rev 429)
+++ xsp-snapshot/trunk/debian/official/mono-server.README.Debian	2004-03-16 02:45:35 UTC (rev 430)
@@ -0,0 +1,45 @@
+mod-mono-server for Debian
+--------------
+
+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?
+
+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.
+
+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'.
+
+For example, we have monodoc-http, so we have:
+
+/etc/mono-server 		<- Mono Server Config Dir
+/etc/mono-server/conf.d 	<- Mono Server VirtualHosts Config Directories
+/etc/mono-server/conf.d/monodoc <- MonoDoc Config Files for Mono Server
+
+Every file is marked by a number, an underscore and the alias name, for example:
+
+/etc/mono-server/conf.d/monodoc/10_monodochttp
+
+If you want to install a new virtualhost for Mono Server, you just need to apt-get it, and if 
+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:
+
+/etc/init.d/mono-server start
+
+And the second way to manage the virtualhost, is to also add an /alias mono.conf:
+
+/etc/apache/conf.d/mono.conf
+
+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.
+
+Happy Hacking
+
+ -- Pablo Fischer <pablo@pablo.com.mx>, Mon, 15 Mar 2004 18:52:30 -0600

Added: xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian
===================================================================
--- xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian	2004-03-16 01:51:51 UTC (rev 429)
+++ xsp-snapshot/trunk/debian/official/mono-xsp.README.Debian	2004-03-16 02:45:35 UTC (rev 430)
@@ -0,0 +1,42 @@
+xsp for Debian
+--------------
+
+The mono-xsp package contains a standalone WebServer to run ASP.NET, developed
+by the Mono hackers, it should run in port 8080 or 8081, the scripts detects which port
+to use.
+
+For example, if you have a mail proxy (or http proxy) using 8080 it should run in 8081.
+
+To change the port, you need to kill your http/mail proxy or move them to other port, and then
+reconfigure xsp as root:
+
+# dpkg-reconfigure mono-xsp
+
+The way that xsp manage the /alias (virtual hosts) is like exim does. We have a directory in 
+/etc called xsp, inside it we have a conf.d directory, were we have directories for each 
+'virtualhost'.
+
+For example, we have monodoc-http, so we have:
+
+/etc/xsp 		<- Mono XSP Config Dir
+/etc/xsp/conf.d 	<- Mono XSP VirtualHosts Config Directories
+/etc/xsp/conf.d/monodoc <- MonoDoc Config Files for XSP
+
+Every file is marked by a number, an underscore and the alias name, for example:
+
+/etc/xsp/conf.d/monodoc/10_monodochttp
+
+If you want to install a new virtualhost to XSP, you just need to apt-get it, and if 
+XSP is running it should be started normally, if it's the first virtualhost and you configured
+mono-xsp to be started automatically it will start xsp by default.
+
+If you configured mono-xsp to NOT be started automatically, you should start mono-xsp manually:
+
+/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.
+
+Happy Hacking
+
+ -- Pablo Fischer <pablo@pablo.com.mx>, Mon, 15 Mar 2004 18:52:30 -0600