diff --git a/Mac/Demo/cgi.html b/Mac/Demo/cgi.html index fe283f85bd0..01ea85e1eb9 100644 --- a/Mac/Demo/cgi.html +++ b/Mac/Demo/cgi.html @@ -4,7 +4,7 @@
@@ -44,7 +44,8 @@
cgitest.cgi.py
onto mkapplet
,
move the resulting cgitest.cgi
to somewhere where it is reachable
-by NetPresenz, and point your web browser towards it.
+by NetPresenz, and point your web browser towards it. Note that this assume you have
+already renamed realcgitest.py to cgitest.cgi.py, otherwise you'll also have
+to copy that file along. + +For Apple's Personal Webserver you need to do a bit more: you have to copy the +cgi applet to somewhere in your "Webpages" folder and you have to tell the webserver +(in the control panels) that your CGI script exists. I don't understand what the various +types of cgi scripts mean, but experiment with them.