More twiddling
This commit is contained in:
parent
4edf1f8267
commit
a1efa8b4c8
2
cgitrc
2
cgitrc
|
@ -2,6 +2,7 @@ strict-export=git-daemon-export-ok
|
|||
|
||||
about-filter=/home/neale/public_html/about-filter.sh
|
||||
readme=:README
|
||||
section-from-path=1
|
||||
|
||||
snapshots=zip tar.gz
|
||||
clone-prefix=http://woozle.org/neale/g.cgi
|
||||
|
@ -18,4 +19,3 @@ logo=
|
|||
#noheader=1
|
||||
#header=/home/neale/public_html/cgit-header.html
|
||||
footer=/home/neale/public_html/footer.html
|
||||
|
||||
|
|
|
@ -5,39 +5,6 @@ Eris HTTPd is a small web server to be run from inetd or tcpserver
|
|||
[fnord HTTPd](http://www.fefe.de/fnord/) but shares very little
|
||||
code in common now.
|
||||
|
||||
I created eris for [Dirtbags CTF](http://dirtbags.net/ctf/), an
|
||||
embedded build. But it is also running woozle.org and many
|
||||
other virtual hosts here.
|
||||
|
||||
Features
|
||||
--------
|
||||
|
||||
* Actively maintained
|
||||
* Small: around 1100 lines of code, 19k binary with glibc
|
||||
* Fast: as fast as fnord
|
||||
* Connection keepalive
|
||||
* thttpd-style virtual domains
|
||||
* IPv6 and SSL support
|
||||
* CGI
|
||||
* Content-Range
|
||||
* Directory index generation
|
||||
|
||||
|
||||
Differences with fnord
|
||||
----------------------
|
||||
|
||||
* command-line arguments instead of compile-time defines
|
||||
* eliminated use of libowfat
|
||||
* no build dependency on dietlibc
|
||||
* elimination of "old style symlink handling"
|
||||
* elimination of user switching (you can use tcpserver -[ug])
|
||||
* elimination of chroot code (you can use chroot)
|
||||
* several bugfixes (sent to the fnord mail list)
|
||||
|
||||
|
||||
Download
|
||||
--------
|
||||
|
||||
* [Version 4.1](http://woozle.org/~neale/g.cgi/eris/snapshot/eris-4.1.tar.gz)
|
||||
* [Source Control](http://woozle.org/~neale/g.cgi/eris)
|
||||
* [Eris Versions](/neale/g.cgi/net/eris/)
|
||||
* [README](/neale/g.cgi/net/eris/about/)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Current Projects
|
|||
* [Woozle Scoreboard](http://woozle.org/scoreboard/), a browser-based roller derby scorebard
|
||||
* [Hardware Scoreboard](/neale/g.cgi/avr/scoreboard/about/), a microcontroller-based LED roller derby scoreboard
|
||||
* [Runit-Init](/neale/g.cgi/aur/runit-init/about/), an /sbin/init replacement based on busybox
|
||||
* [Eris HTTPd](/neale/g.cgi/eris/about/), a small HTTP (web) server
|
||||
* [Eris HTTPd](/neale/g.cgi/net/eris/about/), a small HTTP (web) server
|
||||
* [9wm](/neale/g.cgi/x11/9wm/about/), an emulation of the Plan 9 window manager
|
||||
* [xss](/neale/g.cgi/x11/xss/about/), a suite of X screensaver programs
|
||||
* [Penalty Timer](https://play.google.com/store/apps/details?id=org.woozle.penaltytimer), a roller derby penalty timer for Android
|
||||
|
@ -20,8 +20,7 @@ Other Projects
|
|||
--------------
|
||||
|
||||
* [Networking software](/neale/g.cgi/net/)
|
||||
* [Roller Derby software](/neale/g.cgi/derby/)
|
||||
* [X11 software](/neale/g.cgi/x11/)
|
||||
* [CTF software](/neale/g.cgi/ctf/): related to [Dirtbags CTF](http://dirtbags.net/ctf/)
|
||||
* [J2ME software](/neale/g.cgi/j2me/), for old phones (before the smartphone)
|
||||
* [CTF software](/neale/g.cgi/ctf/), related to [Dirtbags CTF](http://dirtbags.net/ctf/)
|
||||
* [Roller Derby software](/neale/g.cgi/derby/)
|
||||
* [Everything in one place](/neale/g.cgi/)
|
||||
|
|
Loading…
Reference in New Issue