Skip to content

Instantly share code, notes, and snippets.

@mattwilliamson
Created August 8, 2010 21:33
Show Gist options
  • Save mattwilliamson/514575 to your computer and use it in GitHub Desktop.
Save mattwilliamson/514575 to your computer and use it in GitHub Desktop.
matt@valkyrie:/var/www/myproject$ sh myproject.fcgi
WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI!
WSGIServer: missing FastCGI param SERVER_NAME required by WSGI!
WSGIServer: missing FastCGI param SERVER_PORT required by WSGI!
WSGIServer: missing FastCGI param SERVER_PROTOCOL required by WSGI!
settings_local loaded
Status: 404 NOT FOUND
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
WSGIServer: missing FastCGI param REQUEST_METHOD required by WSGI!WSGIServer: missing FastCGI param SERVER_NAME required by WSGI!WSGIServer: missing FastCGI param SERVER_PORT required by WSGI!WSGIServer: missing FastCGI param SERVER_PROTOCOL required by WSGI!settings_local loadedStatus: 404 NOT FOUNDContent-Type: text/html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"><head>.......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment