www setup partly done
April 25th, 2007
The big webserver change is almost done as well. In fact, all active sites have been migrated, some old accounts have been killed and both (internal…) tracs are still not working because of a “strangeness” (bug?) in lighttpd-1.5 regarding PATH_INFO and maybe SCRIPT_(FILE)NAME.
So, lighttpd-1.5 is serving you this page right now and that’s what i wanted. :p
2 Responses to “www setup partly done”
Sorry, comments are closed for this article.
April 25th, 2007 at 07:11 PM
well done dude :)
i like the speed of your blog <3>
April 26th, 2007 at 09:53 AM
Hm, forgot to mention that… this blog is powered by mephisto which generates static html but until the lighttpd-1.5 those html files were not served directly but by mephisto (via fcgi) which is rather slow. Now a mod_magnet script checks whether those html files are there and serves them instead of forwarding the whole request do the fcgi backend. That’s why it is a lot faster :)