myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-439


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. v0.9.2-439-g825e5c5
Date: Thu, 14 Apr 2011 18:54:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  825e5c521789a197babeea53fb14539814e399de (commit)
      from  d43d99348dacaf75cd659a7dbc3bfad826e62442 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------


commit 825e5c521789a197babeea53fb14539814e399de
Author: Giuseppe Scrivano <address@hidden>
Date:   Thu Apr 14 20:47:05 2011 +0200

    doc: Fix SSL virtual host example.

diff --git a/myserver/documentation/ssl_certificates.texi 
b/myserver/documentation/ssl_certificates.texi
index dbe9705..324840d 100644
--- a/myserver/documentation/ssl_certificates.texi
+++ b/myserver/documentation/ssl_certificates.texi
@@ -60,15 +60,19 @@ the following lines in the @file{virtualhosts.xml} file:
 
 @example
 <VHOST>
-  <NAME>Every connection</NAME>
+  <NAME>Every SSL connection</NAME>
   <PORT>443</PORT>
   <SSL_PRIVATEKEY>certificates/cert.key</SSL_PRIVATEKEY>
   <SSL_CERTIFICATE>certificates/cert.pem</SSL_CERTIFICATE>
   <PROTOCOL>HTTPS</PROTOCOL>
   <DOCROOT>web</DOCROOT>
   <SYSROOT>system</SYSROOT>
-  <ACCESSLOG>logs/myServer.log</ACCESSLOG>
-  <WARNINGLOG>logs/myServer.err</WARNINGLOG>
+    <ACCESSLOG>
+      <STREAM location="file://logs/myServer.log" cycle="1048576"/>
+         </ACCESSLOG>
+    <WARNINGLOG>
+      <STREAM location="file://logs/myServer.err" cycle="1048576"/>
+    </WARNINGLOG>
 </VHOST>
 @end example
 

-----------------------------------------------------------------------

Summary of changes:
 myserver/documentation/ssl_certificates.texi |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU MyServer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]