We use acgi dispatcher 2.5 in a project where I work and it's been
working GREAT for the past few years.
Do you really have asynchronous CGIs?
I just upgraded a box to Leopard today and acgi dispatcher stopped
working.
Leopard uses Apache 2, not 1.3 hence 1.3 things aren't probably going
to work.
I have verified that the box, under 10.5, is running Apache 2, but
it's still successfully serving pages from /Library/WebServer/
Documents and as near as I can tell it's still looking in /CGI-
Executables for cgi stuff.
The location of the files has nothing to do with the
Is anyone else on the list using acgi dispatcher with Leopard?
Hints?
What are you doing that requires asynchronous CGIs?
If you're running AppleScripts how about enclosing them in something
like perl??? Or perhaps just call them as exec's???