| Sign In/My Account | View Cart |
| Article: |
Apache and AppleScript | |
| Subject: | running AppleScript CGIs | |
| Date: | 2005-02-16 21:56:09 | |
| From: | chixulub | |
|
Response to: running AppleScript CGIs
|
||
| 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 :). | ||
Showing messages 1 through 1 of 1.
Not used it myself, but acgi dispatcher looks like the ticket. HTH