Hi,
I’m trying to setup urbackup server 1.4.4 in ubuntu 14.04.1 x64 w/ apache2 web server for its ssl, but the webpage is stuck in loading, is there a way to fix this? or is there a more detailed instructions to set this up? sorry just a newbie in Linux
tried following the instructions below
Either add a symlink to the ’www’ UrBackup directory or define it as an alias. For the symlink method
you need to go to your SSL webroot and then do e.g.:
ln -s /var/lib/urbackup/www urbackup
Be sure you have set ’Option +FollowSymLinks’ in the webserver configuration on the directory you link
into. From now on it is assumed that urbackup should be accessible via
https://hostname/urbackup. Download and install ’libapache2-mod-fastcgi’ (this may have another name
on other distributions). Add following line to the ’fastcgi.conf’:
FastCgiExternalServer /var/www/urbackup/x -host 127.0.0.1:55413
The path depends of cause on where your web root is and where you want the web interface to be.
UrBackup should now be accessible via apache.
Thanks in advance, would appreciate your immediate reply