Hallo Zusammen,
laut Wiki soll man VdrAdmin nicht direkt aus dem Internet zugreifbar machen.
Warum steht da nicht. Ich versuche nun VdrAdmin hinter Apache2 zum Laufen zubringen.
Dazu habe ich Apache2 mit:
apt-get install apache2
installiert.
Gemäss Anleitung die Datei /etc/apache2/httpd.conf hingestellt:
# This is here for backwards compatability reasons and to support
# installing 3rd party modules directly via apxs2, rather than
# through the /etc/apache2/mods-{available,enabled} mechanism.
#
#LoadModule mod_placeholder /usr/lib/apache2/modules/mod_placeholder.so
<IfModule mod_proxy.c>
ProxyRequests Off
ProxyVia On
RedirectMatch ^/vdradmin /vdradmin/
ProxyPass /vdradmin/ http://127.0.0.1:8001/
ProxyPassReverse /vdradmin/ http://127.0.0.1:8001/
</IfModule>
Nun erhalte ich bei "http://vdr/vdradmin/"
Die folgende Meldung :
Forbidden
You don't have permission to access /vdradmin/ on this server.
Was fehlt noch damit es funktioniert ?
Gruss
geordie