LwIP and http SSI issues.
Hi,
I am trying to get my head around LwIP stack. I am following document "Getting Started with Ethernet on the STM32 Nucleo" by Daniel W Rickey. In Server side includes (SSI) example everything works fine only when I try to access my website by entering IP of my microcontroller ("http://192.168.0.36"). When I try to access it by entering "http://192.168.0.36/index.shtml" (or any other website) page is loaded but SSIs on website are not displayed (SSIHandler is not called when apparently it should be called). I am using NUCLEO-F767ZI development board but I guess it does not matter. LwIP version 2.1.2.
Any advice appreciated.
Rafal
