Konrad Bauckmeier

Status

Zur Zeit nehme ich nicht mehr aktiv an diesem Wiki teil. Zur Zeit setze ich als privates Notizbuch Dokuwiki ein, da dieses auf php basiert und daher auf preiswerten Webspace einsetzen lässt. 04.01.2006

Über mich

über meine Firma

gelöste Probleme

Ich hatte Schwierigkeiten mod_python unter Suse 9.0 mit Apache 2.0.48-9 zum Laufen zu bringen:

I have problems changing my working MoinMoin Installation from cgi to mod_pyhton. I always get Server Error 500 The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

Content of error_log

...
[Thu Mar 25 11:21:03 2004] [error] [client ::1] PythonHandler MoinMoin.request::RequestModPy.run:
   File "/usr/lib/python2.3/site-packages/MoinMoin/wikiutil.py", line 275, in getPageList
   pages = os.listdir(text_dir)
[Thu Mar 25 11:21:03 2004] [error] [client ::1] PythonHandler MoinMoin.request::RequestModPy.run:
   OSError: [Errno 2] No such file or directory: 'data/text'

This is a typical error if either your config is wrong or simply not used (then it falls back on the default value for data_dir). So check if your moin_config.py is correct and used. -- ThomasWaldmann 2004-03-25 17:05:21

Summery of what did I do:

#old data_dir = './data'
data_dir = '/usr/share/moin/modwiki/data/' #new with full path


CategoryHomepage

MoinMoin: KonradBauckmeier (last edited 2007-10-29 19:13:04 by localhost)