[plt-scheme] web-server servlet components not reloading

From: Paul Steckler (steck at ccs.neu.edu)
Date: Mon Aug 12 12:51:04 EDT 2002

> Yeah, the server refuses to execute mzscheme from apache.  I thought
> it
> was refusing all absolute paths (I compiled a dummy prog to
> printf("hello"); and /home/my-site/web/cgi-bin/test/a.out would fail
> but
> test/a.out worked) but it failed on relative also (both
> /home/my-site/web/cgi-bin/plt/bin/mzscheme and plt/bin/mzscheme).  Not
> sure what difference there is between executing mzscheme and any other
> compiled program.

Well, it's possible to do -- the PLT download server runs Apache with
MzScheme CGI scripts.

Make sure your MzScheme CGI scripts (in the shell script format I
showed) have execute permission.

-- Paul





Posted on the users mailing list.