142 posts tagged lighttpd
Subscribe-
Setting up SSL for Lighttpd/Django
http://coderseye.com/ 2008/ setting-up-ssl-for-lighttpddjango.htmlMy latest client Farinaz Taghavi is finally in beta on her site, and one of the last steps to push her live was to set up SSL for her. Luckily, I’ve done this a number of times, so it was quick and easy to do, but still I had to refer to various reference sites and remember exactly what I do differently than some.
-
Installing Lighttpd (Ubuntu)
http://learnwebstuff.blogspot.com/ 2008/ 05/ installing-lighttpd-ubuntu.htmlsudo apt-get install libpcre3-dev sudo apt-get install zlib1g-dev sudo apt-get install libglib2.0-dev sudo apt-get install libbz2-dev wget for the source (see lighttpd website) unzip ./configure make make install sed -e 's/FOO/lighttpd/g' doc/rc.lighttpd > /etc/init.d/lighttpd chmod a+rx
-
iphone ibiza on iphone web server
http://mrlk.wordpress.com/ 2008/ 05/ 10/ iphone-ibiza-on-iphone-web-server/that was a piece of piss - excuse my french It took about 10 minutes to convert the iphone ibiza site to simple html files (for the online site all the entries are in a database but i haven’t looked at using the iphone sql support yet) i downloaded the screen shot capture utility to get this
-
iphone web server
http://mrlk.wordpress.com/ 2008/ 05/ 10/ iphone-web-server/now i’ve had my own iphone for a couple of days i’ve worked out how to access the complete iphone file structure - i’ve installed lighttpd mini webserver - worked out how that works and and now i can add the iphoneibiza website to our iphones so that they’ll work offline without the need to have
-
How to Install Lighttpd + PHP in Fastcgi Mode
http://www.rrdns.com/ how-to-install-lighttpd-php-in-fastcgi-mode.htmlLighttpd (http://www.lighttpd.net) is a webserver daemon which we widely use for cluster deployment. Lighttpd has a smaller memory footprint as compared to Apache(http://httpd.apache.org) which is widely used on most production servers all over the world.
-
Use mod_redirect with lighttpd
http://charles.lescampeurs.org/ ?p=5Enable mod_redirect server.modules += ( "mod_redirect" ) Force your domain with www. $HTTP["host"] =~ “^domain\.com$” { url.redirect = ( “^/(.*)” => “http://www.domain.com/$1″ ) } Force your domain without www.
-
HOWTO: Configure nginx for Debian / Ubuntu
http://www.fak3r.com/ 2008/ 05/ 05/ howto-configure-nginx-for-debian-ubuntu/I’m always trying new software, and with the webserver I’ve moved from Apache 1.3 to 2.0 to 2.2, and then later I moved everything over to Lighttpd, which I’ve liked, save for some memory issues that popped up. Now, enter a web server named nginx (engine x), written by a Russian hacker.
-
HOWTO: Nginx configuration for Debian/Ubuntu
http://www.fak3r.com/ 2008/ 05/ 05/ howto-nginx-configuration-for-debianubuntu/I’m always trying new software, and with the webserver I’ve moved from Apache 1.3 to 2.0 to 2.2, and then later I moved everything over to Lighttpd, which I’ve liked, save for some memory issues that popped up. Now, enter a web server named nginx (engine x), written by a Russian hacker.
-
Lightning speed Wordpress with Lighttpd and Supercache, part II
http://tempe.st/ 2008/ 05/ lightning-speed-wordpress-with-lighttpd-and-supercach…There was an error in the code I wrote for my previous post about lighttpd and wp-supercache. If you kept GZip disabled in you wp-supercache configuration, and your browser sent an Accepts gzip header, lightpress would serve the dynamic page (instead of the cached html page).
-
Email Hosting with MySQL, Postfix, PostfixAdmin & Dovecot
http://miketeo.net/ wp/ index.php/ 2008/ 05/ 02/ email-hosting.htmlEmail Hosting with MySQL, Postfix, PostfixAdmin & Dovecot May 2, 2008 By miketeo This blog post documents the steps required to setup email hosting for multiple domains on a Fedora Core 7 box. At the end of the setup exercise, you will have a email hosting system that uses MySQL for account