Subversion (svn) is an open-source version control system (VCS), used in the development of many software projects. This tutorial shows how to install Subversion on Debian Squeeze and how to configure it to allow access to a repository through different protocols: file://, http://, https://, svn://, and svn+ssh://.
Read more »Wrangling mime.types
"One of the chores that I do for the Apache HTTP server project, every three months or so, is to slog through the IANA media type registry to see what new media types have been registered and add them to the mime.types configuration file. This is one of the few things I do that is almost all pain for little or no gain.
Read more »Roy T. Fielding: “CSRF is not a security issue for the Web.”
«... CSRF is not a security issue for the Web. A well-designed Web service should be capable of receiving requests directed by any host, by design, with appropriate authentication where needed.
Read more »Unix And Linux PDF Telnet Curiosity - When HTTP Error Pages Don't Attack!
At least someone out there cares that you can't find your page ;)
Read more »Category: Beginner Tags:
- Login to post comments
Understanding HTTP PUT
"I was in the process of writing an article to explain on how to make possible to edit your Web pages with HTTP PUT and Amaya (W3C technologies testbed authoring tool). The information is scarce on how to configure your server. This is my attempt at explaining HTTP PUT. Your comments are welcome. I'm pretty sure the lazyweb will fix any of my own misunderstandings..."
Read more »- Login to post comments
REST (Representational State Transfer) and RESTful web services: Methods, Concepts and Examples
"Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.
Read more »