werdlerk kirjoitti:
> Hey,
> 
> I tried getting a SSL Certificate (self-signed) running with my Trac-
> website. This didn't work (for whatever reason) so I removed it. Now
> unfortunately my website is down. (The browser just keeps waiting for
> a response from the server and finally times out with a server error.)
> 
> When running ./index.fcgi from the prompt, the following errors are
> put before the normal html page:
> 
> drpepper: 01:48 PM$ ./index.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!
> Status: 200 Ok
> Cache-control: must-revalidate
> Expires: Fri, 01 Jan 1999 00:00:00 GMT
> Content-Type: text/html;charset=utf-8
> Content-Length: 16681
> [...]
> 
> In the source code it says these errors show that the server is
> broken. Do you know how this can be fixed?
> The URL to the website is http://www.twcore.org .

You can't run fastcgi frontend from commandline. It expects to have 
standard CGI parameters that are passed by webserver so there is no 
point to run it from command line.

So you need to figure out working setup for your server (apparently you 
broke something when testing). Logs are friends.

-- 

Jani Tiainen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to