Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
linux:ovpnwebsrv [2021/12/09 18:07] Joseph Mertens |
linux:ovpnwebsrv [2023/04/02 00:59] (aktuell) |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ===== Installation und Konfiguration | + | <WRAP group> |
| + | <WRAP 65% column> | ||
| + | ===== Installation und Konfiguration | ||
| + | Der OpenVPN Webserver dient dazu die vorher erstellten VPN-Profile einfach vom Webserver zu downloaden. | ||
| + | Es wird ausdrücklich nicht empfohlen den Webserver öffentlich erreichbar zu machen trotz Benutzer und Passwort Abfrage. | ||
| + | </ | ||
| + | |||
| + | <WRAP 25% column> | ||
| + | {{ : | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ==Installation Curl== | ||
| + | apt install curl | ||
| + | ==Installation Sudo== | ||
| + | apt install sudo | ||
| + | ==Sudoers Datei bearbeiten== | ||
| + | nano / | ||
| + | ==hier ganz unten folgendes eintragen: | ||
| + | www-data | ||
| + | ==Gruppenrichtlinien bearbeiten== | ||
| + | nano / | ||
| + | ==hier folgendes eintragen== | ||
| + | www-data: | ||
| ==Installation Apache2== | ==Installation Apache2== | ||
| - | apt install apache2 | + | |
| == Installation PHP Module == | == Installation PHP Module == | ||
| apt -y install php php-curl php-apcu php-fpm php-bcmath php-gd php-intl php-pear php-imap php-memcache libapache2-mod-php php-pspell php-tidy php-xmlrpc php-mbstring php-gmp php-json php-xml php-common wget -y | apt -y install php php-curl php-apcu php-fpm php-bcmath php-gd php-intl php-pear php-imap php-memcache libapache2-mod-php php-pspell php-tidy php-xmlrpc php-mbstring php-gmp php-json php-xml php-common wget -y | ||
| Zeile 10: | Zeile 33: | ||
| Download des OpenVPN WebServers | Download des OpenVPN WebServers | ||
| - | wget http:// | + | wget https:// |
| Entpacken des TAR Archives | Entpacken des TAR Archives | ||
| - | tar -xf ovpnwebsrv.tar | + | tar -xf html.tar |
| | | ||
| Anpassen des Speicherorts der OpenVPN Profile | Anpassen des Speicherorts der OpenVPN Profile | ||