From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Dmitry Alexeyev To: community@altlinux.ru Subject: Re: [Comm] httpd-perl error Date: Sun, 20 Apr 2003 18:35:44 +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: <200304201835.44708.dmi@mv.stu.neva.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: День добрый. В сообщении от Воскресенье 20 Апрель 2003 21:15 Прокопьев Евгений написал(a): > Connected to localhost. > Escape character is '^]'. > get index.pl Попробуйте GET /index.pl HTTP/1.0 (два нажатия на Enter) > -bash-2.05b$ cat /var/www/perl/index.pl > #!/usr/bin/perl > print "hello\n"; Такой скрипт работать не будет, т.к. не указан тип передаваемых данных. Укажите Content-type: text/html dmi