DoSomething / voting-app

☑ Voting app for DoSomething.org campaigns.
MIT License
6 stars 4 forks source link

“No input file specified." after deploys #405

Closed DFurnes closed 8 years ago

DFurnes commented 9 years ago

Fastly is caching the extremely unhelpful "No input file specified." response after each deploy, until we clear cache.

DFurnes commented 9 years ago

Via @mshmsh5000 in chat:

Usually means that there’s an order-of-operations problem in the deploy itself.

One way to analyze is to deploy to an internal URL that’s guaranteed not to get public traffic. Then you can see exactly what state the app is in after deploy, and what changes on its first request.

mshmsh5000 commented 9 years ago

https://blog.martinfjordvald.com/2011/01/no-input-file-specified-with-php-and-nginx/

DFurnes commented 8 years ago

Going to close this in favor of DoSomething/devops#82 since it seems to have been forgotten.