logo       

PRE-RELEASE: lighttpd-1.3.0-20041209-1605.tar.gz: msg#00031

web.lighttpd

Subject: PRE-RELEASE: lighttpd-1.3.0-20041209-1605.tar.gz


The weekend is nearly over and it's time again the push my current work
on the download site.

http//jan.kneschke.de/projects/lighttpd/download/lighttpd-1.3.0-20041209-1605.tar.gz

survived my test-suite and a simple test-run with a more complex config:

server.document-root = "/var/www/pages/"

## bind to port (default: 80)
server.port = 1025
server.name = "grisu.home.kneschke.de"

server.errorlog = "/var/www/lighttpd.error.log"

$SERVER["socket"] == "192.168.0.2,1443" {
ssl.engine = "enable"
ssl.pemfile = "server.pem"
}

$SERVER["socket"] == "::1,1200" {
server.use-ipv6 = "enable"
}

I think you guess what this is good for:
- handling multiple sockets with one lighttpd instance

it is backward compatible to existing configs and works fine with
multiple SSL servers and several non-SSL hosts in parallel

The syntax for the IP + port combination might change as IPv6 address
are written as

[::1]:1443

which makes them parsable again. I was afraid that it would result in
::1:1443 what is not that easy to distinguish. That's why you see the
::1,1443 version in this prerelease.

Please check if this pre-release works for you with your existing config
and if you want test the multiple socket feature a little bit.

Keep in mind: this is a pre-release, don't expect production quality.


Jan

--
Jan Kneschke http://jan.kneschke.de/
Perhaps you want to say 'thank you, jan': http://jk.123.org/wishlist/

Attachment: pgpK0MvTTyf4u.pgp
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise