Just guessing: you need to say Apache that it's the cgi script. It's done
like this on my machine:
ScriptAlias /cgi-bin/ "/usr/apache/cgi-bin/"
On Tuesday 26 June 2001 02:16, you wrote:
> SO I am closer to webmail. http://www.quantifier.org/emu/ will forward to
> the cgi script the way the ind
SO I am closer to webmail. http://www.quantifier.org/emu/ will forward to
the cgi script the way the index.html page tells it to. ALL of the
directories are recursively set up in apache. Why does it serve the script
itself like text? Do I need to define the type in the second line of the
script? H