backuppc_on_nginx icon indicating copy to clipboard operation
backuppc_on_nginx copied to clipboard

This is not working for me

Open wicadmin opened this issue 12 years ago • 1 comments

Is there anything missing here. I am getting the following issues:

  1. An error related to perl/cgi and nginx not knowing how to handle it. I have a php site on the same nginx and it handles php fine. Am I missing some other dependent packages?

  2. auth issues. I can't seem to make it take the password file I currently have with it running on lighttpd.

Any help is greatly appreciated.

wicadmin avatar May 29 '13 21:05 wicadmin

OK, got it solved. Needed to do the following:

  1. apt-get install nginx spawn-fcgi fcgiwrap

Then, also ensure fcgiwrap runs as user backuppc: 2) Change the following in this file: /etc/init.d/fcgiwrap FCGI_USER="backuppc" FCGI_GROUP="backuppc"

That pretty much gets it all working for me with your nginx backuppc file. Thank you very much for putting this all together.

wicadmin avatar May 30 '13 02:05 wicadmin