78
78
# Call the specified app with the request object
79
79
apps.call_app(app.dir, req)
81
86
# When done, write out the HTML footer if the app has requested it
82
87
if req.write_html_head_foot:
86
88
html.write_html_foot(req)
88
90
# Have Apache output its own HTML code if non-200 status codes were found