Archive for September, 2008

Apache doesn’t like escaped slashes (percent-2F)

Friday, September 19th, 2008

The URL format Stylish uses for “Find Styles for this Page” correctly escapes slashes - it makes URLs like http://userstyles.org/styles/search/http%3A%2F%2Fgoogle.com. A while back userstyles.org stopped understanding that format. As a workaround, I put in some code to the 404 page that would redirect the user to http://userstyles.org/styles/search/http://google.com, which is a URL that’s not really correct, [...]

Mongrel memory usage

Friday, September 19th, 2008

The site has been moved from a shared host on HostingRails to a virtual private server. This means that I can set up the server however like, with Apache modules and whatnot (good), but it means that I have to set up the server myself, with Apache modules and whatnot (bad). It also means that [...]

Adventures in development - Web standards and Firefox extensions