Created
August 8, 2010 21:33
-
-
Save mattwilliamson/514575 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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