[Inteproxy-commits] r308 - in trunk: . server/doc/source
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 15 13:35:42 CEST 2011
Author: bjoern
Date: 2011-06-15 13:35:41 +0200 (Wed, 15 Jun 2011)
New Revision: 308
Modified:
trunk/ChangeLog
trunk/server/doc/source/conf.py
trunk/server/doc/source/download.rst
trunk/server/doc/source/konfiguration.rst
trunk/server/doc/source/konfigurationsdateiVirtualHost.rst
Log:
Changed version numbers to 1.0.4.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-05-27 11:44:17 UTC (rev 307)
+++ trunk/ChangeLog 2011-06-15 11:35:41 UTC (rev 308)
@@ -1,3 +1,11 @@
+2011-06-15 Bjoern Schilberg <bjoern.schilberg at intevation.de>
+
+ * M server/doc/source/konfigurationsdateiVirtualHost.rst,
+ M server/doc/source/konfiguration.rst,
+ M server/doc/source/conf.py,
+ M server/doc/source/download.rst:
+ Changed version numbers to 1.0.4.
+
2011-05-27 Stephan Holl <stephan.holl at intevation.de>
* conf.py: some PDF-formatting, removing empty pages
Modified: trunk/server/doc/source/conf.py
===================================================================
--- trunk/server/doc/source/conf.py 2011-05-27 11:44:17 UTC (rev 307)
+++ trunk/server/doc/source/conf.py 2011-06-15 11:35:41 UTC (rev 308)
@@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
-version = '1.0.3'
+version = '1.0.4'
# The full version, including alpha/beta/rc tags.
-release = '1.0.3'
+release = '1.0.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Modified: trunk/server/doc/source/download.rst
===================================================================
--- trunk/server/doc/source/download.rst 2011-05-27 11:44:17 UTC (rev 307)
+++ trunk/server/doc/source/download.rst 2011-06-15 11:35:41 UTC (rev 308)
@@ -19,7 +19,7 @@
.. code-block:: bash
- tar zxf InteProxy-SERVER-1.0.3.tar.gz -C /opt
+ tar zxf InteProxy-SERVER-1.0.4.tar.gz -C /opt
Installation unter Windows
Modified: trunk/server/doc/source/konfiguration.rst
===================================================================
--- trunk/server/doc/source/konfiguration.rst 2011-05-27 11:44:17 UTC (rev 307)
+++ trunk/server/doc/source/konfiguration.rst 2011-06-15 11:35:41 UTC (rev 308)
@@ -16,15 +16,15 @@
<http://httpd.apache.org/docs/2.2/mod/core.html#virtualhost>`_ betrieben,
erstellen Sie hierfür eine symbolische Verknüpfung auf die InteProxy Server
VHost-Konfigurationsdatei
-:file:`/opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy.conf` in dem
+:file:`/opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy.conf` in dem
entsprechenden Apache Verzeichnis.
.. note::
Das Setzen der symbolischen Verknüpfung ist abhängig von der eingesetzten Distribution.
- - **Debian**: ``ln -s /opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy.conf /etc/apache2/sites-available/inteproxy.conf``
- - **SuSE**: ``ln -s /opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy.conf /etc/apache2/vhosts.d/inteproxy.conf``
+ - **Debian**: ``ln -s /opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy.conf /etc/apache2/sites-available/inteproxy.conf``
+ - **SuSE**: ``ln -s /opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy.conf /etc/apache2/vhosts.d/inteproxy.conf``
|more| Eine detailierte Erläuterung der VirtualHost Konfigurationsdatei finden
Sie im Kapitel :ref:`VirtualHost Konfigurationsdatei <vhost>`.
@@ -55,17 +55,17 @@
Für den Betrieb des InteProxy Servers werden bestimmte Apache Module benötigt.
Um diese Module zu laden, entfernen Sie in der InteProxy Server
VHost-Konfigurationsdatei
-:file:`/opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy.conf` den Kommentar
+:file:`/opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy.conf` den Kommentar
vor der ``Include``-Zeile, die Ihrer Distribution entspricht. Nachfolgend sehen
Sie ein Beispiel für das Einbinden der benötigten Apache Module unter Debian.
.. code-block:: apache
## Apache Module for SuSE
- #Include /opt/InteProxy-SERVER-1.0.0/server/conf/platform-suse.conf
+ #Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-suse.conf
# Apache Module for Debian
- Include /opt/InteProxy-SERVER-1.0.0/server/conf/platform-debian.conf
+ Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-debian.conf
|more| Welche konkreten Apache Module benötigt werden, erfahren Sie im Kapitel
:ref:`Anforderungen <anforderungen>`.
@@ -77,7 +77,7 @@
Befindet sich der InteProxy Server im Intranet hinter einem Proxy zum
Internet, muss dieser eingerichtet werden, damit Anfragen in das Internet
weitergeleitet werden können.
-Das geschieht in der Datei :file:`/opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy.conf`.
+Das geschieht in der Datei :file:`/opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy.conf`.
.. code-block:: apache
@@ -117,7 +117,7 @@
ergänzen Sie am Ende der Datei :file:`C:\\Programme\\Apache
Group\\Apache2\\conf\\httpd.conf` die folgende Zeile: ::
- Include conf/InteProxy-SERVER-1.0.3/server/conf/inteproxy-WindowsServer2003.conf
+ Include conf/InteProxy-SERVER-1.0.4/server/conf/inteproxy-WindowsServer2003.conf
|more| Eine detailierte Erläuterung der VirtualHost Konfigurationsdatei finden
Sie im Kapitel :ref:`VirtualHost Konfigurationsdatei <vhost>`.
@@ -140,12 +140,12 @@
Für den Betrieb von InteProxy Server unter Windows sind die benötigten
Module bereits vorkonfiguriert. Diese stehen in der Datei
-`conf/InteProxy-SERVER-1.0.3/server/conf/platform-WindowsServer2003.conf`.
+`conf/InteProxy-SERVER-1.0.4/server/conf/platform-WindowsServer2003.conf`.
.. code-block:: apache
# Apache Module für Windows Server
- Include "conf/InteProxy-SERVER-1.0.3/server/conf/platform-WindowsServer2003.conf"
+ Include "conf/InteProxy-SERVER-1.0.4/server/conf/platform-WindowsServer2003.conf"
|more| Welche konkreten Apache Module benötigt werden, erfahren Sie im Kapitel
:ref:`Anforderungen <anforderungen>`.
Modified: trunk/server/doc/source/konfigurationsdateiVirtualHost.rst
===================================================================
--- trunk/server/doc/source/konfigurationsdateiVirtualHost.rst 2011-05-27 11:44:17 UTC (rev 307)
+++ trunk/server/doc/source/konfigurationsdateiVirtualHost.rst 2011-06-15 11:35:41 UTC (rev 308)
@@ -7,7 +7,7 @@
Der InterProxy Server wird als separater `VirtualHost
<http://httpd.apache.org/docs/2.2/mod/core.html#virtualhost>`_ betrieben, die
Konfiguration des VirtualHost erfolgt in der Datei
-:file:`/opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy.conf`.
+:file:`/opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy.conf`.
Die Inhalte der Datei :file:`inteproxy.conf` werden in dem folgenden Block
erläutert; sie bezieht sich auf GNU/Linux-Systeme. Windows-Benutzer nehmen
@@ -18,29 +18,29 @@
<VirtualHost *:64609>
ServerAdmin name at domain.de
- DocumentRoot /opt/InteProxy-SERVER-1.0.3/server
+ DocumentRoot /opt/InteProxy-SERVER-1.0.4/server
- TransferLog /opt/InteProxy-SERVER-1.0.3/server/logs/access_log
+ TransferLog /opt/InteProxy-SERVER-1.0.4/server/logs/access_log
# ZWINGEND ERFORDERLICH! Benötigte Module laden.
# Zum Laden der benötigten Apache Module entfernen Sie den Kommentar
# vor der Include-Zeile welche Ihrer Distribution entspricht!
## Apache Module für SuSE
- #Include /opt/InteProxy-SERVER-1.0.0/server/conf/platform-suse.conf
+ #Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-suse.conf
## Apache Module für Debian
- #Include /opt/InteProxy-SERVER-1.0.0/server/conf/platform-debian.conf
+ #Include /opt/InteProxy-SERVER-1.0.4/server/conf/platform-debian.conf
## Apache Module für Windows Server
- #Include "conf/InteProxy-SERVER-1.0.3/server/conf/platform-WindowsServer2003.conf"
+ #Include "conf/InteProxy-SERVER-1.0.4/server/conf/platform-WindowsServer2003.conf"
# Intranet Proxy
ProxyRemote * http://intranet.proxy:8080
RewriteEngine On
# RewriteLogLevel 0
- RewriteLog /opt/InteProxy-SERVER-1.0.3/server/logs/rewrite.log
+ RewriteLog /opt/InteProxy-SERVER-1.0.4/server/logs/rewrite.log
# Die Direktive filter chain definiert eine Filter-Kette zum Umschreiben der
# URLs in einem WMS Capabilities Dokument. WMS Capabilities Dokumente haben
@@ -61,7 +61,7 @@
# aktuelle InteProxy Funktionalität. Sollte die Datei nicht existieren, lesen
# Sie im Kapitel 10 wie Sie diese erstellen können.
- Include /opt/InteProxy-SERVER-1.0.3/server/conf/inteproxy-rewrite.conf
+ Include /opt/InteProxy-SERVER-1.0.4/server/conf/inteproxy-rewrite.conf
# Die Direktive Deny bestimmt, welche Hosts, beziehungsweise Netzwerke, vom
# Zugriff auf eine Server-Ressource ausgeschlossen sind; die gegensätzliche
More information about the Inteproxy-commits
mailing list