Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web interface fails on ubuntu 18.04 LTS #276

Closed
hazardlabs opened this issue Jul 9, 2019 · 2 comments
Closed

Web interface fails on ubuntu 18.04 LTS #276

hazardlabs opened this issue Jul 9, 2019 · 2 comments

Comments

@hazardlabs
Copy link

Installed version: 3.3.1-4ubuntu1

On a clean system, using:
'sudo apt install backuppc' to install the package I am unable to load the admin webpage. I am presented with a dialog asking to download the page instead.

image

This was fixed by issuing:

sudo a2disconf serve-cgi-bin
sudo service apache2 restart

Is this a known issue?

@SpareSimian
Copy link

I'd say it's a combination of a documentation issue and possibly an Ubuntu packaging issue.

Apache is an extremely versatile web server and it looks like Ubuntu's default configuration is as a stripped-down static-document-only server, which is the most secure you can get. The Ubuntu package for BackupPC should enable the CGI engine (as you found out). I'd recommend filing a bug against the BackupPC package in the Ubuntu bug tracking system. Include a link to this Github issue. Post a link to that report in this issue.

You can also recommend an edit to the documentation wording here to help new users who need to install on Ubuntu-like systems.

@hazardlabs
Copy link
Author

@SpareSimian , Thank you for getting back to me.

As requested I've raised the issues on lanuchpad, here: https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1835929

Depending what the guys on launch pad say, I'll request to update the wiki here if user input is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants