18 lines
387 B
Markdown
18 lines
387 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
|
|
|
|
|