[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] - HELP Is a linux problem ? is a apache problem ? - HELP
- Subject: [cobalt-users] - HELP Is a linux problem ? is a apache problem ? - HELP
- From: luis@xxxxxxxx
- Date: Wed Mar 14 16:10:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi guys,
I'm try to install a cgi (writing in C) software received from a credit card
company. One test sent me for that company is the following:
1) put a short script with 2 lines ( in this case result.pl )
#!/usr/bin/perl
print "Content-Type: text/html ";
print "IS OK\n";
2) In telnet I type the following command:
# telnet www.domain.com 80
# POST http://www.domain/cgi-bin/result.cgi HTTP/1.0
I sopposed I have to received the following message
HTTP/1.1 200 OK
Date: Wed, 14 Mar 2001 20:09:31 GMT
Server: Apache/1.3.6 (Unix) (Red Hat/Linux) PHP/3.0.9
Connection: close
Content-Type: text/html
IS OK
Connection closed by foreign host.
(And this is the correct message I received in other machine)
BUT
I received the following message in my RaQ3
HTTP/1.1 302 Found
Date: Wed, 14 Mar 2001 23:58:51 GMT
Server: Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a
PHP/4.0.3pl1 mo
d_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24
Location: http://www.domain.com/cgi-bin/result.pl
Connection: close
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>302 Found</TITLE>
</HEAD><BODY>
<H1>Found</H1>
The document has moved <A
HREF="http://www.domain.com/cgi-bin/respuesta.pl">her
e</A>.<P>
</BODY></HTML>
Connection closed by foreign host.
Anybody can help me ? Please ?....
Luis
========