I've got the Pi serving up web pages generated by a Python script on that address now. Not yet figured out how to get a handle on the request URL yet though, hence the extra debug.
Plan is to write Python modules to control everything, IE have an object such that Processor.MainPump(1) will start the pump and Processor.GetTemp() will return the oil temperature so it can be integrated into web controls.