The Daylight system has integrated web capabilities which allow access to Daylight tools via web browser. Installing, configuring, and administering these generally means:
/dayhtml/
and /dayicon/
,
and the script-alias /daycgi/
.
$DY_ROOT/daycgi/dcgi_env.sh
to reflect the local environment.
http://yourhostname/dayhtml/
.
This URL is a directory which should be $DY_ROOT/dayhtml/. Verify
that this is so by modifying the index.html
page slightly to mention that this is a temporary Summer School
installation.
%cd $DY_ROOT/dayhtml
% vi index.html
...add the line...
<H1 ALIGN=CENTER>Summerschool is Fun!</H1>
/dayhtml/
.
Note that they are in the /daycgi/
directory.
Copy the sample CGI script thorls.cgi
into
this directory and try it by invoking this URL with the browser.