Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
CC: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>
---
 README | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/README b/README
index 4ff7e8d..01c4c96 100644
--- a/README
+++ b/README
@@ -549,8 +549,31 @@ NetNameServers
 WebspaceFile
 WebspaceUrl
 WebspaceCommon
+
+   osstest needs to be able to make files visible to test boxes via
+   HTTP.  That is, osstest will write them as local files
+      <WebspaceFile><WebspaceCommon>
+   (which should be a directory and end in /), and then expect
+   the test boxes to retrieve them via HTTP GET from
+      <WebspaceUrl><WebspaceCommon>
+   (which should therefore start "http://";).
+
+   The defaults are
+      WebspaceFile $HOME/public_html/
+      WebspaceUrl http://<FQDN-of-this-host>/~<current-username>/
+      WebspaceCommon osstest/
+   which will work if you have an Apache with public_html directories
+   enabled.
+
 WebspaceLog
 
+   osstest needs to be able to read the webserver log, to see when the
+   test box retrieves the files mentioned above.  You may need to make
+   the logs world-readable (or put your user account in the `adm'
+   group).
+
+   The default is /var/log/apache2/access.log
+
 ========================================
 
 Some of the config settings relevant to the production setup
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to