Inferno Contribution: proxy2

Simple HTTP proxy server

This contribution from Marc Hufschmitt of Universite Paris implements a simple HTTP proxy server in Limbo. It listens on port 8080 and logs all requests to a log file (./proxy.log).

The messages it displays are mainly in French, but they are quite easily translated, eg

J'ai recu un appel de address I've received a call from address
Le client envoi request The client requests request

If it receives a request "STOP" (instead of a GET), it will ignore all further requests until it receives a START request. To send it a STOP request, telnet to port 8080 and type "STOP X". To restart it, use "START X".


The following files are available for downloading:
proxy2.b (5495 bytes)