Reply to comment

blog updates

i changed some things on my blog, i hope it works better now:

  • i upgraded my spam-filter ( Bad Behavior ) to it’s newest version.
    • the reason was that suddenly i was unable to log-in to my blog-admin. i got an error 412 (Precondition failed). phew, i had no idea what that error means (i still don’t have :-), but after some googling i found out that it’s Bad Behavior’s fault. after an upgrade, it works fine.
    • btw. if someone cares to comment… which wordpress smap-filter-plugins are usable? Akismet?
  • disabled the page-caching in wordpress (wp-cache). the caching itself worked fine, but it removed a lot of response-headers (Content-type, for example).
    • this is how a respone looks like without wp-cache:
    HTTP/1.1 200 OK
    Date: Sat, 04 Nov 2006 00:21:35 GMT
    Server: Apache
    X-Powered-By: PHP/4.4.4-pl6-gentoo with Hardening-Patch
    X-Pingback: http://www.nekomancer.net/blog/xmlrpc.php
    ETag: "ebbfe181885d8db233d59464b69d0389"
    Set-Cookie: bb2_screener_=1162599696+217.67.16.60; path=/blog/
    Last-Modified: Wed, 01 Nov 2006 23:50:08 GMT
    Content-Type: application/atom+xml; charset=UTF-8
    
  • and this is a response using wp-cache:
    HTTP/1.1 200 OK
    Date: Sat, 04 Nov 2006 00:22:15 GMT
    Server: Apache
    X-Powered-By: PHP/4.4.4-pl6-gentoo with Hardening-Patch
    Content-Type: text/html
    

Trackback URL for this post:

http://www.nekomancer.net/trackback/137

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.