While I understand your disappointment, I think it's logical that the Darwin version has no support for AppleScript - Darwin is the open-source basic Unix underpinning for MacOSX, and AppleScript is in one of the closed-source layers above it, that make the Mac a unique environment. It is perfectly possible to run Darwin on a computer without having Aqua or any of the other fancy bits - and so there's no API to tap into.
Not all is lost, however: you can use the
shell function and the
osascript command-line executable, which takes either a file or a statement as parameter and executes it for you.
For more information on
osascript see the manpage here:
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/osascript.1.html
Another option is to use a system like RevOnRockets
http://www.revonrockets.com, where you basically have an HTTP server running as a graphical Revolution application, which gives you access to all the features that Revolution 2.9 has to offer.
And there's nothing to stop you from using Apache + RevCGI + RevgOnRockets, by creating cgi scripts that talk to the RevOnRockets server - that way you can leave security configuration and SSL communication to be handled by Apache.
For more information on using libURL from a Rev cgi script, go to:
http://www.lacscentre.com/liburl/releases.html
Hope this helped,
Jan Schenkel.