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

This is not working for me #1

Open
wicadmin opened this issue May 29, 2013 · 1 comment
Open

This is not working for me #1

wicadmin opened this issue May 29, 2013 · 1 comment

Comments

@wicadmin
Copy link

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
Copy link
Author

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.

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

1 participant