From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Pavel Tsybulin Organization: Alkorn To: community@altlinux.ru Subject: Re: [Comm] httpd-perl error Date: Sun, 20 Apr 2003 18:41:21 +0400 User-Agent: KMail/1.5 References: <3EA2D5CB.5010102@rmts.donpac.ru> In-Reply-To: <3EA2D5CB.5010102@rmts.donpac.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200304201841.21714.pavelt@alkorn.ru> Sender: community-admin@altlinux.ru Errors-To: community-admin@altlinux.ru X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: community@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: тут ошибок несколько. > $ telnet localhost 8200 > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > get index.pl 1. неправильный запрос get get /index.pl http/1.0 > -bash-2.05b$ cat /var/www/perl/index.pl > #!/usr/bin/perl > print "hello\n"; первой строкой ответа CGI должно быть print "Content-type; text/html\n\n"