• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D11-Aug-2014809 3017

READMEH A D04-Jul-2014822 2517

micro_proxy.8H A D20-May-20052.7 KiB5938

micro_proxy.cH A D08-Aug-201413.4 KiB457359

README

1	     micro_proxy - really small HTTP/HTTPS proxy
2
3micro_proxy is a very small HTTP/HTTPS proxy.  It runs from inetd,
4which means its performance is poor.  But for low-traffic sites,
5it's quite adequate.  It implements all the basic features of an
6HTTP/HTTPS proxy, in less than 500 lines of code.
7
8See the manual entry for more details.
9
10Files in this distribution:
11
12    README		this
13    Makefile		guess
14    micro_proxy.c	source file
15    micro_proxy.8	manual entry
16
17To build: If you're on a SysV-like machine (which includes old Linux systems
18but not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS
19line.  Otherwise, just do a make.
20
21Feedback is welcome - send bug reports, enhancements, checks, money
22orders, etc. to the addresses below.
23
24    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
25