There Are Times…

October 20th, 2006 | Categories: Apache, DomiNotes | Tags:

… when I just adore what Lotus Notes can do. And Apache. And PHP.

In eight minutes flat, whip up a blank database containing a single document with a body field on it, add a group of people who can modify that document with the built-in ACL, add Anonymous to enable an HTTP GET request on the document's content, create a PHP script on an internal Apache server which fopens the URL to the document of the internal Domino server, and write an almost identical PHP script on an external Apache server which retrieves the content from the internal server, and add basic authentication to that.

Nothing magic.

  1. October 25th, 2006 at 10:38
    Reply | Quote | #1

    Note to self: on the "outer" PHP, add header('Content-Type: text/html; charset=UTF-8');.