
It looks like there may be something wrong at the esug.org web server. It redirects me to esug.org/wiki: --- curl http://esug.org <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="http://esug.org/wiki/">here</a>.</p> </body></html> --- but that times out with a proxy error: --- curl http://esug.org/wiki <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>502 Proxy Error</title> </head><body> <h1>Proxy Error</h1> <p>The proxy server received an invalid response from an upstream server.<br /> The proxy server could not handle the request <em><a href="/wiki">GET /wiki</a></em>.<p> Reason: <strong>Error reading from remote server</strong></p></p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> --- Regards, -Martin