Great Circle Associates Firewalls
(July 1995)
 

Indexed By Date: [Previous] [Next] Indexed By Thread: [Previous] [Next]

Subject: Re: UDP with firewalls...
From: dZothMuellarg <zot @ crl . com>
Date: Wed, 19 Jul 1995 16:12:38 -0700 (PDT)
To: Firewalls @ greatcircle . com

One other option is to use the archie cgi prgram on yopur http server.

Here is the code


-----
#!/bin/sh
ARCHIE=/usr/local/bin/archie

echo Content-type: text/html
echo

if [ -x $ARCHIE ]; then
        if [ $# = 0 ]; then
                cat << EOM
<TITLE>Archie Gateway</TITLE>
<H1>Archie Gateway</H1>

<ISINDEX>

This is a gateway to archie. Type search query in your browser's search 
dialog.<P>
EOM
        else
                echo \<PRE\>
                $ARCHIE "$*"
        fi
else
        echo Cannot find archie on this system.
fi

------

I have it running on http://www.pona.com/search.html

I am thinking about affecting the output to take the archie output and
form URLs for using www to browse the FTP sites.


------
Later,
ZOT                                                        zot @
 crl .
 com
Home Page:   http://www.crl.com/~zot/home.html
Improv Page: http://www.crl.com/~zot/improv.html


Follow-Ups:
Indexed By Date Previous: Need advice setting up a firewall
From: miker @ suez . iconcomp . com (Hung Michael Nguyen)
Next: Re: FYI: Kayvan Sylvan : ANNOUNCEMENT: Ssh (Secure Shell) remote login program ]
From: sdw @ lig . net (Stephen D. Williams)
Indexed By Thread Previous: Re: UDP with firewalls...
From: long-morrow @ CS . YALE . EDU
Next: Re: UDP with firewalls...
From: "Daniel O'Callaghan" <danny @ miricle . its . unimelb . edu . au>

Google
 
Search Internet Search www.greatcircle.com