
Installation:

  Unpack the archive somewhere:
  $ tar xvf vdradmin-x.y.tar.gz
  $ cd vdradmin-x.y
  $ ./vdradmind.pl --config

  Some questions about the configuration will asked.

  After this, point your browser to the given parameters.

  (e.g. http://localhost:8001)


Hide vdradmin behind apache:

  you will need apache with mod_proxy and these lines in httpd.conf:

  <IfModule mod_proxy.c>
    ProxyRequests On
    ProxyPass /vdradmin/ http://127.0.0.1:8001/
  </IfModule>


