|
I spoke with the engineers and found out that the installation
procedure doesn't include RDBWEB.COM and they thought that the
documentation provided a sample. We apologize for that error.
Here is a sample RDBWEB.COM that would be appropriate for a CERN
server:
Sample script for CERN http server on OpenVMS
------ ------ --- ---- ---- ------ -- -------
The script below works with the CERN server. It should be called
RDBWEB.COM and should be placed in the ...CERN.DAEMON.ETC] directory.
$! 'f$verify(0)'
$!============================================================================
$! ----------
$! RDBWEB.COM
$! ----------
$!
$! this script activates the rdbweb cgi image for the CERN
$! http server
$!
$!============================================================================
$ say := "write WWW_OUT"
$ set default Httpd_dir:
$ define /user sys$output www_out:
$ define /user sys$error www_out:
$ run sys$system:RDBWEB.EXE
$ exit
If you are using other servers, you would have to modify it for that
server.
We will correct the documentation for the next release. Thank you for
pointing out this error.
Helen
|