A very simple XmlRPC server for PI Face Digital
add this to lighttpd config:
server.modules += ( "mod_proxy" ) server.reject-expect-100-with-417 = "disable"
proxy.server = ( "/" => ( "" => ( "host" => "127.0.0.1", "port" => 8000 ) ) )
| Name | Name | Last commit date | ||
|---|---|---|---|---|