Bind web interface to localhost

Hi,

Is is possible to specify for the server which interface (or ip address) it should bind to? I would like to bind the web interface to localhost only and then manage access using apache as a proxy.

Cheers,
Paul

Hi,

sorry, currently not. You can however remove the HTTP server completely (in start_urbackup_server remove the --plugin liburbackupserver_httpserver.so ) and use FastCGI as described in http://www.urbackup.org/Administration_Manual.php?lang=de#x1-80003.2 . That FastCGI is bound to all addresses as well though.