In a highly-upvoted comment to this answer two statements are made:
mod_wsgi is for running web apps.
mod_python is for extending httpd.
I suppose that the first statement refers to interactive websites as web-apps. But what does the second statement mean? httpd
is very commonly the Apache daemon which serves the website. How is Apache extended? How is this different than "serving a web app"?