I'm trying to create dynamic web control panel using hiawatha web server on embedded Linux platform. I'm planning to split the web panel to 2 HTML frames:
- One frame will be written as a static HTML.
- Another frame will be generated using FastCGI - this frame will contain dynamic content.
Is it possible to do that? If yes, how? I did not found into Hiawatha web server documentation how it is possible to configure the server to use FastCGI for specific frame.
Where can I find more information about embedded web servers design using FastCGI technology?