37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
<h1>Galileo Reverse Proxy</h1>
|
|
|
|
<p>galileo ist ein neuer Reverse Proxy basierend auf Apache
|
|
<img src="Galileo_constellation_pillars.jpg" alt="Galileo" title="" /></p>
|
|
|
|
<h2>LXC Container installiert</h2>
|
|
|
|
<p>Wir haben einen LXC Container installiert und sshd installiert.
|
|
!<a href=""></a></p>
|
|
|
|
<pre><code>apt-get install sshd rsync apache2
|
|
</code></pre>
|
|
|
|
<p>SSH Daemon config
|
|
<img src="sshd_config" alt="ssh_config" title="" /></p>
|
|
|
|
<p>Apache Module aktivieren
|
|
a2enmod mod<em>proxy
|
|
a2enmod xml2enc
|
|
a2enmod proxy
|
|
a2enmod proxy</em>http
|
|
a2enmod proxy<em>ajp
|
|
a2enmod rewrite
|
|
a2enmod deflate
|
|
a2enmod headers
|
|
a2enmod proxy</em>balancer
|
|
a2enmod proxy<em>connect
|
|
a2enmod proxy</em>html
|
|
a2enmod ldap</p>
|
|
|
|
<p>Sammlung Security Config:
|
|
https://github.com/jnbt/docker-httpd/blob/master/server-configs.conf</p>
|
|
|
|
<p>https://httpd.apache.org/docs/2.4/misc/security_tips.html</p>
|
|
|
|
<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#strict-dynamic</p>
|