| Article: |
Apache and AppleScript | |
| Subject: | running AppleScript CGIs | |
| Date: | 2005-02-12 00:28:17 | |
| From: | tkokesh | |
| I wrote an AppleScript CGI a few years back, but when I tried to resurrect it the other day, I wasn't able to get Apache to recognize my script and run it. Any idea how to do this on Mac OS X? | ||
Showing messages 1 through 2 of 2.
-
running AppleScript CGIs
2005-02-16 21:56:09 David Miller |
[View]
Unfortunately (or, fortunately, depending on how you look at it), OS 9's web sharing and the Apache web server that powers OS X's web sharing are two completely different beasts. You'd be better off re-writing your script in a UNIX scripting language such as PHP or Perl to get things done in OS X. Unless, of course, someone has written an AppleScript-CGI bridge for Apache :). -
running AppleScript CGIs
2005-02-17 06:39:38 has01 [View]
> Unless, of course, someone has written an AppleScript-CGI bridge for Apache :).
Not used it myself, but acgi dispatcher looks like the ticket. HTH


