Quick Install
Latest Versions
Installation
- You'll need perl 5.004 or newer. If you don't have it, get it from
CPAN
- If you don't already have a recent LWP installed, get one from
CPAN.
- Mark the httpd-afpp script as executable
(
chmod +x httpd-afpp
)
- Start the proxy, and place it in the background
httpd-afpp >>logname&
(if you want logging)
httpd-afpp >/dev/null&
(if you don't)
- The proxy should continue running forever. If it stops, examine
your
logs, note your proxy version number, LWP version, and perl version,
and report the problem as a bug.
Changelog
- revision 1.22
date: 1998/08/20 02:27:39; author: brianr; state: Exp; lines:
+11 -6
- Fixed proxy to correctly generated self-referencing URL's for
directly
connected clients that don't send a Host: header.
- revision 1.21
date: 1998/08/13 04:52:59; author: brianr; state: Exp; lines:
+7 -5
- broke the main page. It's fixed now.
- revision 1.20
date: 1998/08/13 04:44:12; author: brianr; state: Exp; lines:
+8 -3
- fixed gaping security hole with file:/// url's.
- Also added potential for supporting non http:// url's outside
of the proxy.
- revision 1.19
date: 1998/08/12 22:21:02; author: brianr; state: Exp; lines:
+16 -4
- added connection timeouts (32 seconds) and wait on fork
failure.
- revision 1.18
date: 1998/08/12 03:15:34; author: brianr; state: Exp; lines:
+4 -4
- back to old fork/zombie cleanup method.
- revision 1.17
date: 1998/08/11 20:00:56; author: brianr; state: Exp; lines:
+12 -13
- fixed forking / zobies problem
- revision 1.16
date: 1998/08/09 06:49:30; author: brianr; state: Exp; lines:
+14 -8
- fixed zombie cleanup code
- added status indicator for connections that haven't had
requests yet
- flushed stdout after writing version
- revision 1.15
date: 1998/08/09 05:54:34; author: brianr; state: Exp; lines:
+7 -3
- Added information to display remote host and # of requests
server per connection in $0
- revision 1.14
date: 1998/08/07 21:33:12; author: brianr; state: Exp; lines:
+27 -17
- checked in for release. This version will become the stable
version
- revision 1.13
date: 1998/08/07 17:22:36; author: brianr; state: Exp; lines:
+12 -13
- resolve host names per-connection, not per-request
- revision 1.12
date: 1998/08/07 15:33:48; author: brianr; state: Exp; lines:
+141 -145
- Added keepalive support
- General code improvements
- Clean up formatting
- Add documentation
- revision 1.11
date: 1998/08/03 17:52:13; author: brianr; state: Exp; lines:
+2 -2
- revision 1.10
date: 1998/08/03 17:51:22; author: brianr; state: Exp; lines:
+8 -5
- revision 1.9
date: 1998/08/03 17:46:14; author: brianr; state: Exp; lines:
+2 -1
- revision 1.8
date: 1998/08/03 17:44:43; author: brianr; state: Exp; lines:
+2 -2
- revision 1.7
date: 1998/08/03 17:39:03; author: brianr; state: Exp; lines:
+2 -2
- added id tag to useragent
- revision 1.6
date: 1998/08/03 17:37:53; author: brianr; state: Exp; lines:
+1 -1
- revision 1.5
date: 1998/08/03 17:37:25; author: brianr; state: Exp; lines:
+2 -0
- revision 1.4
date: 1998/08/03 15:24:32; author: brianr; state: Exp; lines:
+11 -6
- Added SO_REUSE so that httpd-afpp won't block sockets for a
long time after being killed.
- revision 1.3
date: 1998/08/03 15:11:29; author: brianr; state: Exp; lines:
+7 -3
- fixed entire server locking up when one client was slow
to provide a http request.
- revision 1.2
date: 1998/08/01 06:16:48; author: brianr; state: Exp; lines:
+9 -5
- fixed problem with GET based forms.
- revision 1.1
date: 1998/08/01 06:02:35; author: brianr; state: Exp;
- First checked into version control.
$Id: index.html,v 1.5 1999/06/16 01:54:19 brianr Exp $