This article is from a FAQ concerning SCO operating
systems. While some of the information may be applicable to any OS,
or any Unix or Linux OS, it may be specific to SCO Xenix, Open
Desktop or Openserver.
There is lots of Linux, Mac OS X and general Unix info elsewhere on
this site: Search this site is the best
way to find anything.
Point your browser at port 457, and ask for document dochome.html. For example, if your server is server.foo.com, use the URL http://server.foo.com:457/dochome.html
You don't have access to the search tools this way, but you can simulate that with the following cgi-bin script.
#!/bin/sh
# @(#) nftpsearch - wrapper for simple form access to scohelp search engine
# call without QUERY_STRING set html form, with QUERY_STRING for search
# relies on single Form search field called query
#
# Install as: /var/scohttp/cgi-bin/nftsearch.sh on OSR5.0.[024] systems.
# Access via: URL:<http://localhost:457/cgi-bin/nftsearch.sh> (any browser)
if [ -z "$QUERY_STRING" ] ; then
HELP_SVR="http://localhost:457" # YOUR HELP SERVER system
SCRIPT="$HELP_SVR/cgi-bin/nftsearch.sh" # cgi-bin path of this script
cat <<EOF
<HEAD>
<TITLE> ScoHelp Search </TITLE>
<LINK REV="made" HREF="mailto:hops@caldera.com">
</HEAD>
<BODY BGCOLOR="#FFFFF0" TEXT="#000000">
<H1>ScoHelp Search </H1>
For scohelp searching from a non ScoHelp Browser <BR>
<HR>
<STRONG>Enter single word search term in search field Below</STRONG>
<P>
<FORM METHOD=GET ACTION=$SCRIPT>
<INPUT NAME="query" SIZE=30>
<INPUT TYPE="submit" VALUE="Search">
<INPUT TYPE="reset" VALUE="Clear">
</FORM>
<HR>
<A HREF="$HELP_SVR/dochome.html">ScoHelp DocHome </A>
</BODY>
</HTML>
EOF
exit 0
fi
eval $QUERY_STRING
QUERY_STRING=$query
export QUERY_STRING
PATH_TRANSLATED=/usr/lib/scohelp/library.stz
PATH_INFO=/library.stz
export QUERY_STRING PATH_TRANSLATED PATH_INFO
#export GATEWAY_INTERFACE HTTP_ACCEPT HTTP_CONNECTION HTTP_HOST
#export HTTP_REFERER HTTP_USER_AGENT PATH REMOTE_ADDR REMOTE_HOST REQUEST_METHOD
#export SCRIPT_NAME SERVER_NAME SERVER_PORT SERVER_PROTOCOL SERVER_SOFTWARE
exec /var/scohttp/cgi-bin/ftsearch
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 2 | 2 | 33 | 512 | 1,397 |
/SCOFAQ/FAQ_scotec2scohelp.html copyright 1997-2003 (various) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Add your comments