[Moin-user] CGI Internal Errors on Shared Server

Thomas Waldmann tw at waldmann-edv.de
Sat Dec 29 10:22:31 EST 2012


On Sat, 2012-12-29 at 09:55 +0200, Lighton Phiri wrote:
> I've just started playing around with MoinMoin. I managed to set up an
> instance on my local machine, however getting it to work on a shared
> server platform has been really hard...

Some of the rather cheap hosters don't support python well.

Running bigger python apps in CGI mode is rather slow, so the preferred
method is using stuff like mod-wsgi (with apache2) or other stuff that
stays resident in memory and does not start/terminate for every single
request. But I now that on cheap hosting, stuff like that might be not
available.

> [Sat Dec 29 02:12:25 2012] [error] [client 137.158.153.205] File does
> not exist: /home/opensour/public_html/404.shtml
> [Sat Dec 29 02:12:25 2012] [error] [client 137.158.153.205] File does
> not exist: /home/opensour/public_html/favicon.ico
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205] File does
> not exist: /home/opensour/public_html/500.shtml
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/support/werkzeug/formparser.py", line
> 16, in ?
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/support/werkzeug/wrappers.py", line 35,
> in ?
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/support/werkzeug/test.py", line 23, in ?
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/support/werkzeug/__init__.py", line 119,
> in __getattr__
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/web/contexts.py", line 13, in ?
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/wsgiapp.py", line 14, in ?
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/web/serving.py", line 82, in
> make_application
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/web/frontend.py", line 36, in run
> [Sat Dec 29 02:12:24 2012] [error] [client 137.158.153.205]   File
> "/home/opensour/moin/MoinMoin/web/flup_frontend.py", line 135, in run

That somehow looks incomplete. If you could put the complete traceback
on a pastebin, that would be helpful.






More information about the Moin-user mailing list