backuppc_on_nginx
backuppc_on_nginx copied to clipboard
This is not working for me
Is there anything missing here. I am getting the following issues:
-
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?
-
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.
OK, got it solved. Needed to do the following:
- 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.