142 posts tagged lighttpd

Subscribe
  1. Photo of bkroeze

    Setting up SSL for Lighttpd/Django

    http://coderseye.com/ 2008/ setting-up-ssl-for-lighttpddjango.html

    My 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.

  2. No one has claimed this blog

    Installing Lighttpd (Ubuntu)

    http://learnwebstuff.blogspot.com/ 2008/ 05/ installing-lighttpd-ubuntu.html

    sudo 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

    4 days ago in Learn Web Stuff · No authority yet
  3. View all »

    Videos about lighttpd

    1. Run Web Apps Native on the iPhone
    2. Drupal on the OLPC XO
    3. XOOPS Modules
    4. Modded fonera router
  4. No one has claimed this blog

    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

  5. No one has claimed this blog

    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

  6. No one has claimed this blog

    How to Install Lighttpd + PHP in Fastcgi Mode

    http://www.rrdns.com/ how-to-install-lighttpd-php-in-fastcgi-mode.html

    Lighttpd (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.

  7. No one has claimed this blog

    Use mod_redirect with lighttpd

    http://charles.lescampeurs.org/ ?p=5

    Enable 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.

    7 days ago in MrBrown blob · No authority yet
  8. Photo of fak3r

    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.

    9 days ago by fak3r in fak3r · Authority: 37
  9. Photo of fak3r

    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.

    9 days ago by fak3r in fak3r · Authority: 37
  10. Photo of intinig

    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).

  11. Photo of miketeo

    Email Hosting with MySQL, Postfix, PostfixAdmin & Dovecot

    http://miketeo.net/ wp/ index.php/ 2008/ 05/ 02/ email-hosting.html

    Email 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

    12 days ago by miketeo in MikeTeo.net · Authority: 2
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7

Mentions by Day

Posts tagged lighttpd per day for the past 30 days.

Chart of results for lighttpd

See your posts here

To contribute to this page, include this code in your blog post: