Internotes — Articles about Web
Setting up a Virtual Host for your Development Server

For local Web Development, it is useful to be able to emulate a live web site, complete with a Domain Name. This article discusses setting up a Virtual Host on your local server.
More: virtual-hosts
Adding a Custom File Handler

Sometimes it is convenient to “fake” a file — the user has requested a file, but it it needs to be generated or processed before it is sent out.
More: custom-file-handler
Setting up a Local Web Server

In Principal, you can set up a Web Server by individually finding and installing the appropriate packages. In practice, you might prefer to install one of the pre-packaged versions.
More: local-web-server