I've thoroughly searched for the answer for my question, but I don't think I know the correct terminology to make my searches effective. Anyway, I'm looking to set up my web server to route a request for a static page through a Python "PageBuilder" program which will dynamically implant content into templates.
In other words:
- user requests mysite.com/index.html
- server passes request to certain python script (my server is currently Apache2)
- python script generates output, passes output to server
- server serves content to user
Could someone please help me or at least give me the "proper terminology" with which to search?