<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=UUGRN%3ADienste%2FProxy%2Fpad.uugrn.org</id>
	<title>UUGRN:Dienste/Proxy/pad.uugrn.org - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.uugrn.org/index.php?action=history&amp;feed=atom&amp;title=UUGRN%3ADienste%2FProxy%2Fpad.uugrn.org"/>
	<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=UUGRN:Dienste/Proxy/pad.uugrn.org&amp;action=history"/>
	<updated>2026-05-12T04:02:47Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in UUGRN</subtitle>
	<generator>MediaWiki 1.42.5</generator>
	<entry>
		<id>https://wiki.uugrn.org/index.php?title=UUGRN:Dienste/Proxy/pad.uugrn.org&amp;diff=12076&amp;oldid=prev</id>
		<title>Rabe: reverse-proxy config für pad.uugrn.org</title>
		<link rel="alternate" type="text/html" href="https://wiki.uugrn.org/index.php?title=UUGRN:Dienste/Proxy/pad.uugrn.org&amp;diff=12076&amp;oldid=prev"/>
		<updated>2014-04-10T08:36:05Z</updated>

		<summary type="html">&lt;p&gt;reverse-proxy config für pad.uugrn.org&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Dieser Reverse-Proxy leitet direkt in das Jail, in dem ein &amp;quot;node.js&amp;quot;-Server mit etherpad auf Port 9001 läuft.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NameVirtualHost *:80&lt;br /&gt;
NameVirtualHost *:443&lt;br /&gt;
ProxyRequests Off&lt;br /&gt;
…&lt;br /&gt;
&amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt;
        ServerName              pad.uugrn.org&lt;br /&gt;
        Redirect        /       https://pad.uugrn.org/&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;VirtualHost *:443&amp;gt;&lt;br /&gt;
        ServerName              pad.uugrn.org&lt;br /&gt;
&lt;br /&gt;
        Include                 /…/ssl/…/httpd_ssl.conf&lt;br /&gt;
        SSLProxyEngine  on&lt;br /&gt;
        ProxyPass               / http://pad.uugrn.lan:9001/ connectiontimeout=5 timeout=30&lt;br /&gt;
        ProxyPreserveHost       On&lt;br /&gt;
&lt;br /&gt;
        BrowserMatch &amp;quot;.*MSIE.*&amp;quot;  nokeepalive ssl-unclean-shutdown  downgrade-1.0 force-response-1.0&lt;br /&gt;
        Header always set Strict-Transport-Security &amp;quot;max-age=31536000&amp;quot;&lt;br /&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Rabe</name></author>
	</entry>
</feed>