Posted by stoyan Thu, 24 Nov 2005 10:52:00 GMT
lighttpd 1.4.8 was just released and next to a pile of bugfixes we added a new option to fastcgi.server to allow a simple setup of multiple rails app in one virtual host..
Go, Go lighty
Posted by stoyan Thu, 24 Nov 2005 10:52:00 GMT
lighttpd 1.4.8 was just released and next to a pile of bugfixes we added a new option to fastcgi.server to allow a simple setup of multiple rails app in one virtual host..
Go, Go lighty
Posted by stoyan Thu, 17 Nov 2005 17:00:00 GMT
Posted by stoyan Tue, 08 Nov 2005 23:58:00 GMT
Ruby Web Bench – I wanted to be able to build a weighted list of urls with which to test a website. RWB will become a little language in which you can write such lists, run tests, and build reports—Pat Eyler
Posted by sto Fri, 18 Mar 2005 15:35:54 GMT
Posted by sto Thu, 24 Feb 2005 22:53:29 GMT
Joi Ito's blog entry pointed me to Shinkuro – an engrish for synchro – IM, file sharing and collaboration software with a lot of crypto embedded: 2048-bit RSA key pair, 256-bit AES encryption on all messages. And POP3 with plain text ;)
Posted by sto Mon, 21 Feb 2005 10:42:00 GMT
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php
The same will be used in the next rails version, in combination with routes
Posted by sto Thu, 10 Feb 2005 16:28:39 GMT
New release of the lighttpd ebuild in my ebuilds directory . The default gentoo ebuild using—enable-{ssl,mysql} etc (enable_extension_enable from the confutils eclass). But the configure file expecting—with-{ssl,mysql} to enable these features. So the right one is enable_extension_with.
Posted by sto Thu, 10 Feb 2005 00:19:00 GMT
The example config for using with rails is also available