Author: ug
Date: Mon Jun 30 10:11:52 2008
New Revision: 48680
URL: http://svn.opensuse.org/viewcvs/yast?rev=48680&view=rev
Log:
docu update
Modified:
trunk/autoinstallation/doc/CreateProfileDetails.xml
Modified: trunk/autoinstallation/doc/CreateProfileDetails.xml
URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/CreateProfi…
==============================================================================
--- trunk/autoinstallation/doc/CreateProfileDetails.xml (original)
+++ trunk/autoinstallation/doc/CreateProfileDetails.xml Mon Jun 30 10:11:52 2008
@@ -2307,6 +2307,12 @@
specifying the final path on the installed system. &yast2; will copy this
file to the specified location.
</para>
+ <para>
+ This feature requires the autoyast2 package to be installed. If the package is
+ missing, AutoYaST will silently ignore the <emphasis>files</emphasis> section.
+ Since openSUSE 11.0 and SLES11 AutoYaST will install the package on it's own if
+ it's missing.
+ </para>
&example.files;
<para>
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Sun Jun 29 18:57:30 2008
New Revision: 48677
URL: http://svn.opensuse.org/viewcvs/yast?rev=48677&view=rev
Log:
Created tag stable-2_17_1 for http-server
Added:
tags/stable-2_17_1/http-server/
- copied from r48676, trunk/http-server/
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org
Author: mzugec
Date: Sun Jun 29 18:56:59 2008
New Revision: 48676
URL: http://svn.opensuse.org/viewcvs/yast?rev=48676&view=rev
Log:
fixed help text about IP-based vhost & SSL (bnc#383720)
Modified:
trunk/http-server/VERSION
trunk/http-server/package/yast2-http-server.changes
trunk/http-server/src/helps.ycp
Modified: trunk/http-server/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/VERSION?rev=48676&r1…
==============================================================================
--- trunk/http-server/VERSION (original)
+++ trunk/http-server/VERSION Sun Jun 29 18:56:59 2008
@@ -1 +1 @@
-2.17.0
+2.17.1
Modified: trunk/http-server/package/yast2-http-server.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/package/yast2-http-s…
==============================================================================
--- trunk/http-server/package/yast2-http-server.changes (original)
+++ trunk/http-server/package/yast2-http-server.changes Sun Jun 29 18:56:59 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Sun Jun 29 18:55:29 CEST 2008 - mzugec(a)suse.de
+
+- fixed help text about IP-based vhost & SSL (bnc#383720)
+- 2.17.1
+
+-------------------------------------------------------------------
Fri Jun 20 16:01:18 CEST 2008 - mzugec(a)suse.de
- enable/disable also modules with default=1 (bnc#399288)
Modified: trunk/http-server/src/helps.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/http-server/src/helps.ycp?rev=48…
==============================================================================
--- trunk/http-server/src/helps.ycp (original)
+++ trunk/http-server/src/helps.ycp Sun Jun 29 18:56:59 2008
@@ -119,7 +119,7 @@
+ _("<p>The <b>Server Resolution</b> options set the resolution when using
virtual hosts. However, when you choose <b>Resolution via HTTP Headers</p>,
the default server will never be served requests to the IP address of
- a name-based virtual host.</p>"),
+ a name-based virtual host. If you plan to configure SSL based vhost, use <b>Resolution via IP address</b></p>"),
// listen dialog editor help 1/2
"listen" : _("<p><b><big><i>Listen</i> Settings for a Host</big></b><br>
@@ -182,6 +182,7 @@
from the incoming request, the server looks up the host name specified by
the HTTP request headers. The other possibility is to determine the virtual host
by the IP address used by the client when connecting to the server.
+If you plan to configure SSL based vhost, use <b>Resolution via IP address</b>
Consult the Apache2 manual for further details.</p>\n"),
// advanced new host dialog 1/5
"set_vhost" : _("<p><b><big>Details for New Host</big></b><br>
@@ -191,7 +192,7 @@
to run CGI scripts in the path in <b>CGI Directory Path</b> using the alias <tt>/cgi-bin/</tt>.</p>")
// advanced new host dialog 3/5
+_("<p>For HTTPS access to this virtual host, select <b>Enable SSL Support</b>.\n
-Then enter the path for the certificate file in <b>Certificate File Path<b>.</p>")
+Then enter the path for the certificate file in <b>Certificate File Path</b>.This option is available only for IP based vhosts.</p>")
// advanced new host dialog 4/5
+_("<p>In <b>Directory Index</b>, enter a space-separated list of files that Apache should look for and provide when a URL for a directory (one that ends in <tt>/</tt>) is requested. The first matching file found is provided.</p>")
// advanced new host dialog 5/5
--
To unsubscribe, e-mail: yast-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: yast-commit+help(a)opensuse.org