-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (26 loc) · 1.24 KB
/
README
File metadata and controls
36 lines (26 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
oops - http caching proxy server written with performance as primary goal
It's main features
1) fast start. It is ready to serve requests immediately after start.
On-disk storages are checked in background, while serving requests
directly from network.
2) stable operation.
3) clean reconfiguration on SIGHUP - no broken sessions, new settings
applied to new connections.
4) easy-to-read/understand config file and acl's
5) modular structure. Several module types exist: logging, access, output,
error reporting, URL filtering, ....
6) objects are stored in large files: no file per object scheme.
these large files can be raw devices.
7) HTTP/1.1 (without persistent connections yet)
You can contact author at address: igor@paco.net
You can request commercial support for this programm - contact author, pls.
Special thanks:
Ilia Zadorozhko <ilia@kyivstar.net> for first and brave real-life
testing on linux.
Andrew Vasilyev <andy@demos.su> for testing on "totally different"
hardware (IBM Netfinity with RAID), ideas,
bug reports, support.
Eugen Sobchenko <quaker@tty.dhs.org> for oops www-site developement
and support.
Andy Igoshin <ai@vsu.ru> for lot of ideas, notes, bug reports,
testing on real heavy-loaded system.