Subject:
|
Re: atari 800 web server
|
Newsgroups:
|
lugnet.off-topic.geek
|
Date:
|
Sun, 19 Mar 2000 22:06:30 GMT
|
Reply-To:
|
mattdm@mattdm.=Spamcake=org
|
Viewed:
|
535 times
|
| |
| |
Kevin Loch <kloch@opnsys.com> wrote:
> Those 13 odd characters are coming from the terminal server. It is attempting
> to negotiate telnet options. I can't think of any way to filter them out,
> so I set the bgcolor to black :) It screws up the interpretation of the
> http header.
Hmm. Maybe you need a 386 running linux to replace the terminal server....
PS: http://jadzia/~mattdm/atari800.cgi
#!/usr/bin/perl
require LWP::UserAgent;
$browser = new LWP::UserAgent;
$browser->agent("Hi Kevin/1.0 " . $browser->agent);
$request = new HTTP::Request('GET', "http://atari800.kl.net:23");
$atari = $browser->request($request);
if (!$atari->is_success)
{
print "Content-type: text/html\n\n";
print "Uh oh. Something is broken.\n";
exit;
}
print "Content-type: text/html\n\n";
print $atari->content;
--
Matthew Miller ---> mattdm@mattdm.org
Quotes 'R' Us ---> http://quotes-r-us.org/
|
|
Message has 2 Replies: | | Re: atari 800 web server
|
| (...) Or my netpliance i-opener if and when it arrives :) Actually I 'm going into the storage room right now to try to find an old keyboard to go with the 486 I'm going to use as the port translator. KL (...) I get a permission denied message (...) (...) (25 years ago, 19-Mar-00, to lugnet.off-topic.geek)
|
Message is in Reply To:
| | Re: atari 800 web server
|
| (...) server (...) Those 13 odd characters are coming from the terminal server. It is attempting to negotiate telnet options. I can't think of any way to filter them out, so I set the bgcolor to black :) It screws up the interpretation of the http (...) (25 years ago, 19-Mar-00, to lugnet.off-topic.geek)
|
25 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|