-
Notifications
You must be signed in to change notification settings - Fork 27
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
fastcgi-backend ./main.py failed to start #17
Comments
Sounds like you don't have the 'logfile' parameter defined in your logfile: /tmp/changebyus.log just to verify this. The "KeyError" is coming right after On Wed, Jan 4, 2012 at 4:57 PM, Chris Verwymeren <
|
Thanks! That was the issue. The comments in config.yaml.sample didn't specify what to supply for the 'logfile' parameter so I had commented it out. Would it be possible to change the sample file to contain a default value for the 'logfile' parameter and update the comments to make it apparent the parameter is required? |
The idea is to have everything come from an rcfile and to use fabric for deployment. This is why there are no default values (only interpolation variables) in the config.tmpl file. A sample rcfile is provided at rcfile.sample. Once this is done the first time, you can omit the "clean_build" task. For a list of tasks and their descriptions, look at I also noticed that there were a couple of variables missing from rcfile.sample, and have added them into the develop branch. And I just noticed that there's no documentation about this fabric-related process in the wiki. I'll add that too. |
I completed Installation Instructions (Ubuntu) and attempted to start Lighttpd resulting in:
logs/main.log file contains the following:
Could this be related to my question in issue #16 regarding FastCGI configuration?
The text was updated successfully, but these errors were encountered: