| Montag, 28. Juli 2003 | |
| Confusticated apache I'm not sure if you'll see it but I wanted to say Thank You to all those who responded to my question about Apache security for a specific GET request and also to ScottJ for putting the word out. In the end I capitulated and modified the CGI. I appreciate learning about the mod_rewrite approach. It's neat and would definitely have worked... if this copy of Apache had mod_rewrite installed. Which it doesn't. It's on an old RH7 box, there is no source available. It's brittle. Bleuch! On balance of pain, and as much as I didn't want to, modifying the CGI made more more sense. Thanks anyway though. [Curiouser and curiouser!]8:18:01 PM |
|
Comment Authentication Prototype. I've built a prototype of the comment signature system discussed earlier. The prototype consists of an authentication server which anyone can register with and support on this blog for verifying signatures. So far it seems to work.
To gain the ability to sign comments:
To add support for comment authentication to your own blog (assuming it uses PHP):
The system is decentralised, so if you want to host your own authentication server rather than relying on mine feel free to grab the PHP code (warning: it's a bit of a mess) and use it as a starting point.
This is more of a proof of concept than anything else, so feedback and suggestions would be very welcome.
Incidentally, this isn't the first time this problem has been tackled. See here and here for details of a system that uses PGP to sign and verify comments. [Blogging]8:15:27 PM |
|
More Code for Pythonistas. "i love rss" Stupid Element Tricks, Part 2. »The RSSWrapper class from the last article supports RSS 0.9x and 2.0 feeds. There's also a third RSS format, RSS 1.0, which is based on RDF, and stores the channel and item information in a slightly different fashion.« [Der Schockwellenreiter] 8:14:24 PM |
|
