Apache
Umstellung von 2.2 auf 2.4 auf zeughaus
mod_python und mod_wsgi können nicht zusammen betrieben werden.
Reverse Proxy
1 <VirtualHost 192.168.2.50:80>
2 #
3 ServerName elkstack.apfelreich.net
4 #
5 ProxyPreserveHost On
6 ProxyRequests off
7 ProxyPass / http://192.168.2.213:9200/
8 ProxyPassReverse / http://192.168.2.213:9200/
9 #
10 </VirtualHost>
11 #
12 <VirtualHost 192.168.2.50:80>
13 #
14 ServerName kibana.apfelreich.net
15 #
16 ProxyPreserveHost On
17 ProxyRequests off
18 ProxyPass / http://192.168.2.213/
19 ProxyPassReverse / http://192.168.2.213/
20 #
21 </VirtualHost>