Skip to content

lighty developer blog

XCache’s demo

It has been about 5 months since the first announcement of XCache. But many of you may still wonder how XCache “looks” like. So i’ve spent some hours and finally setup Administration demo page and Coverage viewer demo page

XCache was stable (the cacher stufs), but now becomes more stable (installing, configuring), and seems a bit hot recently if you may google for “php” +”xcache” :)

Thanks for your support and encourage, XCache will goes on and on..

forum is on the new host

The forum just got migrated to the new lighty-server. As long as the DNS is not update and as fallback, the old lighty server is proxying to the new host.

As a side-effect, registering a account in the forum works again. The trac on the new host also sends out notifications on ticket updates again.

the docs are dead, long live the docs

… oh not again.

The Docs are now in the wiki instead of a dead, boring manual, see https://www.lighttpd.net points to the new location already. If you want, the docs are editable for everyone now. It is an easy way to improve the docs, check if they are right, fix typos, rephrase the wording, add more examples, …

Thanks go to hoffie and the others who helped to move the docs to the wiki.

Expect: header handling is in

Just a short one: Handling for HTTP/1.1 Expect: 100-continue has been added. With the new infrastructure it was only a few lines to get it in. curl and some WebDAV clients were using it to verify that the server speaks HTTP/1.1.

How to spawn a backend process

I’m not completly sure yet how I will add the spawning of processes to the new mod_proxy_core. The current idea is mod_spawn described as below. If you have specific needs or ideas how to implement it, add your comment please.