Articles Tagged with lighttpd
-
Lighty Story
Written on 2008-12-20 11:45:00 in System Administration,
Viewed 7213 times 3 CommentsI will tell you a story. Once upon a time... Seriously though, it was not too long ago in the past - but it happened and it is possible you can benefit from it. What? This tutorial will show how to make lighttpd 1.4.20 serve virtual hosts with CakePHP applications. Our scenario is quite simple: For admin purposes, lighttpd will listen on localhost, it will serve several CakePHP applications on several external ip addresses, without SSL. Virtual hosts will be organized in groups and every group will use one CakePHP core checkout for its virtual hosts. Every virtual host will have it own access log (this server will not run hundreds of virtual hosts, so we can afford to waste one f...