Discussion:
Das Schaefchen 0.0.1 - A lightweight HTTP server for Linux platforms.
(too old to reply)
s***@freshmeat.net
2007-07-29 00:08:24 UTC
Permalink
Das Schaefchen 0.0.1
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Jul 28th 2007 17:08

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.


Release focus: Initial freshmeat announcement
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/WebServer.tgz


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-08-09 15:28:16 UTC
Permalink
Das Schaefchen 0.1.0
by Guido (http://freshmeat.net/~guidoreina/)
Thu, Aug 9th 2007 08:28

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
Removed warnings when compiling with -O3. Fixed a couple of bugs (see
CHANGELOG). Added the header field: Last-Modified to the response header.
Added chroot support. Dumps statistics of the current connections upon
receival of SIGUSR1.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.1.0.tgz


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-10-05 23:14:55 UTC
Permalink
Das Schaefchen 0.2.1
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Oct 5th 2007 16:14

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
This release implements the methods POST, PUT, and DELETE for the reverse
proxy. Some bugs in the reverse proxy have been corrected.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.2.1.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt
s***@freshmeat.net
2008-01-06 07:15:51 UTC
Permalink
Das Schaefchen 0.4.0
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Jan 5th 2008 23:15

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
A rule system has been implemented. When an incoming request for one of the
virtual hosts is received, it goes through the set of rules to see which
one matches, depending on three criteria: file extension, path, or method.
When a rule matches, it takes the rule's action, which can be either to
handle the request locally or to forward it to the backends of the rule,
acting as a reverse proxy. Now you can configure for each host whether the
directory listing will be enabled and whether it must log the requests. A
couple of bugs were fixed.

Release focus: Major feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.4.0.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-08-13 21:49:09 UTC
Permalink
Das Schaefchen 0.1.2
by Guido (http://freshmeat.net/~guidoreina/)
Mon, Aug 13th 2007 14:48

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
This release adds error code 301 (Moved Permanently). When a directory
listing is requested and the path doesn't terminate in '/', an error code
301 with the new location is returned.

Release focus: Minor bugfixes
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.1.2.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-10-12 23:12:03 UTC
Permalink
Das Schaefchen 0.2.2
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Oct 12th 2007 16:12

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
This release fixes a bug in the reverse proxy. Now the Web server can
handle absolute URIs. Error logs are written to a log file. WebDAV methods
are now understood and passed to the backends.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.2.2.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-01-19 22:30:58 UTC
Permalink
Das Schaefchen 0.4.1
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Jan 19th 2008 14:30

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
This release reloads its configuration (including change of port) upon
receiving SIGHUP.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.4.1.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-09-01 23:51:02 UTC
Permalink
Das Schaefchen 0.1.5
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Sep 1st 2007 16:50

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
Improvements were made in the request parser. The User-Agent header field
is also logged.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.1.5.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-11-02 22:58:39 UTC
Permalink
Das Schaefchen 0.2.4
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Nov 2nd 2007 14:58

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
Das Schaefchen has been ported to FreeBSD. This release also fixes a bug
that made "Stopping Schaefchen." never show up in the logs.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.2.4.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt
s***@freshmeat.net
2008-01-31 10:06:50 UTC
Permalink
Das Schaefchen 0.4.2
by Guido (http://freshmeat.net/~guidoreina/)
Thu, Jan 31st 2008 02:06

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
You can now define aliases for the virtual hosts.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.4.2.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-02-17 11:00:57 UTC
Permalink
Das Schaefchen 0.4.3
by Guido (http://freshmeat.net/~guidoreina/)
Sun, Feb 17th 2008 03:00

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
The program crashed when the authentication was enabled and it received a
request like: CONNECT <IP>:<port> or OPTIONS *. This has been fixed.

Release focus: Major bugfixes
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.4.3.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt
s***@freshmeat.net
2007-11-25 00:27:49 UTC
Permalink
Das Schaefchen 0.2.5
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Nov 24th 2007 16:27

About:
Das Schaefchen is a lightweight HTTP server for Unix platforms. It supports
the minimum requirements of the HTTP/1.1 protocol and virtual hosts, basic
authentication (which can be used to protect either files or directories),
directory listing, byte ranges, and reverse proxy. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
Das Schaefchen has been ported to MacOS, Solaris, and NetBSD. The
"Content-Length" and "Content-Range" were using file offsets of 32 bits
instead of 64 bits.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.2.5.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free
two
user download at

http://www.linux.com/sponsor_solutions/perforce
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-07-20 23:16:40 UTC
Permalink
Das Schaefchen 0.5.0
by Guido (http://freshmeat.net/~guidoreina/)
Sun, Jul 20th 2008 23:16

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, reverse proxy, and FastCGI.
It is an event-driven server that runs as a single process with a single
thread using non-blocking I/O. It uses epoll as the event notification
mechanism to multiplex control between active connections.

Changes:
The FastCGI protocol has been implemented. Multiple FastCGI servers might
be defined to load balance (a round-robin algorithm is used).

Release focus: Major feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/WebServer
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.5.0.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt
CVS tree (cvsweb): http://freshmeat.net/redir/schaefchenws/70627/url_cvs/schaefchenws


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at

http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-12-02 08:59:25 UTC
Permalink
Das Schaefchen 0.3.0
by Guido (http://freshmeat.net/~guidoreina/)
Sun, Dec 2nd 2007 00:59

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
This release implements a non-cache proxy. Several bugs in the reverse
proxy have been fixed.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.3.0.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt
s***@freshmeat.net
2007-09-07 23:44:57 UTC
Permalink
Das Schaefchen 0.1.6
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Sep 7th 2007 16:44

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
This release runs as a daemon if not specified otherwise. It handles the
request header field: 'If-Modified-Since'.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.1.6.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-12-08 01:01:23 UTC
Permalink
Das Schaefchen 0.3.1
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Dec 7th 2007 17:01

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
This release fixes two bugs in the reverse proxy code. Several error logs
have been added.

Release focus: Minor bugfixes
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.3.1.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at


http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-09-08 18:35:52 UTC
Permalink
Das Schaefchen 0.1.7
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Sep 8th 2007 11:35

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
The header fields: 'Date' and 'Last-Modified' showed the day of the month
with just one digit (instead of two) when it was less than 10 which is not
conformant with the RFC 822. This made the 'If-Modified-Since' request
header field useless. This new release now displays all days with two
digits. The '304 No Modified' response didn't include the 'Last-Modified'
header field.

Release focus: Minor bugfixes
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.1.7.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-12-14 23:21:05 UTC
Permalink
Das Schaefchen 0.3.2
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Dec 14th 2007 15:21

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
Some parts of the code have been restructured. Linux benchmarks have been
updated.

Release focus: Code cleanup
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.3.2.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt
s***@freshmeat.net
2007-09-15 00:57:57 UTC
Permalink
Das Schaefchen 0.1.8
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Sep 14th 2007 17:57

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
This release fixes a couple of bugs in the authorization management code.
As a new feature you can now enable/disable the authorization for each
host.

Release focus: Minor bugfixes
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.1.8.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-12-18 08:28:03 UTC
Permalink
Das Schaefchen 0.3.3
by Guido (http://freshmeat.net/~guidoreina/)
Tue, Dec 18th 2007 00:28

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
An issue where the server was returning Bad Gateway to the client if the
response from the backend included two Connection or Server header fields
was fixed along with a problem with the Server header field of the backend
server not being sent to the client in proxy connections.

Release focus: Minor bugfixes
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.3.3.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-09-29 00:51:00 UTC
Permalink
Das Schaefchen 0.2.0
by Guido (http://freshmeat.net/~guidoreina/)
Fri, Sep 28th 2007 17:51

About:
Das Schaefchen is a lightweight HTTP server for Linux platforms. It
supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, and byte ranges. It is an event-driven
server that runs as a single process with a single thread using
non-blocking I/O. It uses epoll as the event notification mechanism to
multiplex control between active connections.

Changes:
This release implements a reverse proxy for the methods GET and HEAD.

Release focus: Major feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.2.0.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2007-12-23 00:20:05 UTC
Permalink
Das Schaefchen 0.3.4
by Guido (http://freshmeat.net/~guidoreina/)
Sat, Dec 22nd 2007 16:20

About:
Das Schaefchen is a lightweight HTTP server and proxy for Unix platforms.
It supports the minimum requirements of the HTTP/1.1 protocol and virtual
hosts, basic authentication (which can be used to protect either files or
directories), directory listing, byte ranges, and reverse proxy. It is an
event-driven server that runs as a single process with a single thread
using non-blocking I/O. It uses epoll as the event notification mechanism
to multiplex control between active connections.

Changes:
This release allows you to specify the configuration and the MIME
filenames.

Release focus: Minor feature enhancements
License: BSD License (revised)
Project URL: http://freshmeat.net/projects/schaefchenws/

Homepage: http://freshmeat.net/redir/schaefchenws/70627/url_homepage/guidoreina.homelinux.org
Tar/GZ: http://freshmeat.net/redir/schaefchenws/70627/url_tgz/Schaefchen.0.3.4.tgz
Changelog: http://freshmeat.net/redir/schaefchenws/70627/url_changelog/CHANGELOG.txt


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
Loading...