Hi there,
On Tue, 19 Dec 2000, Mike Egglestone wrote:
> ScriptAlias /cgi-bin/ /var/www/Scripts/
> ...and later down the file....
> AddHandler cgi-script .cgi
Look for mention of the ScriptaAlias directive in
http://perl/apache.org/guide
> Options ExecCGI FollowSymLinks
You might want to investigate the use of '+' in front of those.
> I'm thinking that the script isn't being executed by perl ...
It's that Guide again!
> gotta hunt through those docs again....
Start with the one entitled "SUPPORT". It comes with mod_perl.
Then the Guide. (You'll be a while, reading that:)
73,
Ged.