Adds support for calling your script or app via a config file, enabling the url to be simpler, like this:
YourServer.com/cgi-bin/AppleScript.aaeb
You can also hide the name of your script from the URL and override or supplement the HTTP arguments from Apache (for details, check out the read me file).
Here’s that sample config file.
aaeb
appName=runMeFromApache.app
name=This_is_a_GET_Arg&name2=ThisIsAnotherArg
data=This_is_a_multiline_POST_Arg
anotherArg=5
Added support for suppressing the Reopen event if you are calling an app or script that is already running asynchronously (ACGIs).
Added support for AppleScripts that return Script Objects.