Fellowship Hacks » Projects » Wiki » mod wsgi

Enabling mod_wsgi (DONE)

This task is part of the FellowshipHacks/Projects/Wiki project

Goal

Change the way moinmoin is run on our webserver, replace mod_python with mod_wsgi (for better performance)

People

cri

Status

Done

Last updated on: 081208

Subtasks

This is a list of subtasks to do for the completion of the task.

  • Check the procedure on moinmoin documentation
  • Test the procedure on a backup copy of the wiki
  • Replicate it on the master wiki

Notes

Reasons:

  • Performance: moinmoin recommends mod_wsgi over mod_python (which is more memory hungry, and has a major impact on other concurrent apache processes, which should be our case, since utyonkov will host also the blogs and static pages)

Packages:

  • The mod_wsgi Debian package is available for Lenny or Etch-backports, so this is independent on the server OS upgrade

References

Log


CategoryFellowshipHacksTasks