37 lines
864 B
Markdown
37 lines
864 B
Markdown
# Galileo Reverse Proxy
|
|
|
|
galileo ist ein neuer Reverse Proxy basierend auf Apache
|
|

|
|
## LXC Container installiert
|
|
Wir haben einen LXC Container installiert und sshd installiert.
|
|
![]()
|
|
|
|
apt-get install sshd rsync apache2
|
|
|
|
SSH Daemon config
|
|

|
|
|
|
Apache Module aktivieren
|
|
|
|
a2enmod mod_proxy
|
|
a2enmod xml2enc
|
|
a2enmod proxy
|
|
a2enmod proxy_http
|
|
a2enmod proxy_ajp
|
|
a2enmod rewrite
|
|
a2enmod deflate
|
|
a2enmod headers
|
|
a2enmod proxy_balancer
|
|
a2enmod proxy_connect
|
|
a2enmod proxy_html
|
|
a2enmod ldap
|
|
|
|
|
|
|
|
|
|
Sammlung Security Config:
|
|
https://github.com/jnbt/docker-httpd/blob/master/server-configs.conf
|
|
|
|
https://httpd.apache.org/docs/2.4/misc/security_tips.html
|
|
|
|
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#strict-dynamic |