*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2014-05-17 18:14:45 +00:00
parent 41fd28b818
commit 93eda30868

View File

@ -11,6 +11,7 @@ FreeBSD Jail Container
== Verwendungszweck ==
* proxy.pac für Squid Jail
* SNMP Auswertung
* ReverseProxy für watchbert.hq.c3d2.de/How_to_fix_your_hq_network/
== JAIL: Collectd Anpassung ==
@ -42,5 +43,26 @@ LoadPlugin snmp
http://watchbert.hq.c3d2.de/cgi-bin/collection.cgi
== ReverseProxy für How_to_fix_your_hq_network ==
<source lang=bash>
vi /usr/local/etc/apache24/httpd.conf
ProxyRequests off
ProxyPass /wiki/ https://wiki.c3d2.de/
ProxyPassReverse /wiki/ https://wiki.c3d2.de/
ProxyPass /How_to_fix_your_hq_network/ https://wiki.c3d2.de/How_to_fix_your_hq_network/
ProxyPassReverse /How_to_fix_your_hq_network/ https://wiki.c3d2.de/How_to_fix_your_hq_network/
SSLProxyEngine On
# ProxyPreserveHost on
# ProxyVia On
<Proxy *>
Order deny,allow
allow from all
</Proxy>
</source>
== Log ==
* 17.05.2014 - Wiki ReverseProxy für kaputtes .1er Gateway
* 16.04.2014 - einfaches Basis Setup