Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

Make sure Lighttpd is your server (See related posts)

(This from http://manuals.textdrive.com/read/chapter/62#page145)

This snippet is not mine-- it's taken directly from Robert Simplicio's excellent guide "Lighttpd: The painless way". However, it was buried deep in the last section, and I wanted to ensure it wasn't missed.

Once you've gone to all the trouble of configuring Lighttpd, make sure it's actually serving out your pages:

curl -I http://domain.name


Your should see something like this:

-bash-2.05b$ curl -I http://simplicio.com
HTTP/1.1 200 OK
Date: Sun, 15 May 2005 00:27:40 GMT
Server: lighttpd | TextDriven
Last-Modified: Tue, 10 May 2005 03:56:11 GMT
Accept-Ranges: bytes
Content-Type: text/html; charset=UTF-8
X-Powered-By: The blood, sweat and tears of the fine, fine TextDrive staff
Served-By: TextDrive

You need to create an account or log in to post comments to this site.


Related Posts