[Yanel-commits] rev 38198 - public/yanel/trunk/src/realms/yanel-website/content

simon at wyona.com simon at wyona.com
Fri Aug 22 22:12:21 CEST 2008


Author: simon
Date: 2008-08-22 22:12:21 +0200 (Fri, 22 Aug 2008)
New Revision: 38198

Added:
   public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f
Log:
content of docu added re conf

Added: public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/a6759319-db27-40b1-a173-d5c8205c7b6f	2008-08-22 20:12:21 UTC (rev 38198)
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Configuration of realms.xml</title>
+  </head>
+  <body>
+    <h1>Configuration of realms.xml</h1>
+    <h2>Examples</h2>
+    <pre>
+&lt;?xml version="1.0"?>
+
+&lt;realms xmlns="http://www.wyona.org/yanel/1.0" version="2007060600">
+
+&lt;realm id="realm-id" mount-point="/" root="true">
+  &lt;!--&lt;name>Realm Name&lt;/name>-->
+  &lt;config src="/absolute/path/to/realm/"/>
+  &lt;reverse-proxy>
+    &lt;host-name>your.domain.ch&lt;/host-name>
+&lt;!--
+    &lt;port>80&lt;/port>
+    &lt;ssl-port>443&lt;/ssl-port>
+-->
+    &lt;prefix>/yanel/globus&lt;/prefix>
+  &lt;/reverse-proxy>
+&lt;/realm>
+
+&lt;/realms>        
+    </pre>
+  </body>
+</html>



More information about the Yanel-commits mailing list