>> Can't locate LWP/UserAgent.pm in @INC (@INC contains: >/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 >/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 >/usr/lib/perl5/site_perl .) at mimereport.pl line 4. >> BEGIN failed--compilation aborted at mimereport.pl line 4. > >OK, so I have loads of perl modules installed. You'll either need to >install them or do it by hand. You can do it by hand by doing >(assuming you'r connecting to http://somehost:someport/somepath/): > >telnet somehost someport ><bla bla> >HEAD /somepath/ HTTP/1.1 >Host: somehost > >(that's two returns at the end). >You'll get some data; all I need is the line that starts with >Content-Type > >Emile
Emile... This is it.... HTTP/1.1 200 OK Date: Sat, 13 Oct 2001 18:26:34 GMT Server: Apache/1.3.20 (Unix) Midgard/1.4.2/SG PHP/4.0.6 Last-Modified: Sat, 29 Sep 2001 09:29:21 GMT ETag: "481ec-727-3bb59471" Accept-Ranges: bytes Content-Length: 1831 Content-Type: application/x-hhtpd-php-midgard I did this based on accessing port 8101. Hope this info helps. Dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
