Сначала нужно сказать
<?echo "Content-type: text/html\r\n\r\n";?>
а потом все остальное
----- Original Message -----
From: Dennis S.Davidoff <null@magelan.ru>
To: <apache-rus@lists.lexa.ru>
Sent: Monday, February 12, 2001 1:54 PM
Subject: [apache-rus] Premature end of script headers
> Привет, All!
> У меня проблема, апача не хочет выполнить скрипт :( Собрал я php как
> внеш.интерпритатор.. т.е. как перл...
> См.Пишу скрипт info.php:
>
> #!/usr/local/bin/php
> <?echo "Hello, world\n";?>
>
> Даю права 755, пишу в cgi-bin. Если запускать из шела - работает. Если
> через http://.../cgi-bin/info.php возникают проблемы... логи показывают:
> "Premature end of script headers".
> php собирал с двумя опциями:
> --with-mod_charset
> --with-mysql
>
> Пробовал еще таким образом собирать:
>
>
www:root#./configure --enable-safe-mode --with-mod_charset --enable-calendar
> --with-mcrypt --with-mysql --enable-sockets --enable-debug=no --with-gett
ex
>
t --with-ftp --enable-force-cgi-redirect=yes --enable-track-vars --enable-ma
> gic-quotes --enable-discard-path
>
> Результат тот же: Premature end of script headers
> P.s. Из шела все работает :)
>
> suexec выключен... я уже штук 10 форумов облазил... нифига не нашел. что
это
> может быть?
>
> P.s. Когда я запускаю из шела:
> www:root#cat ./info.php
> #!/usr/local/bin/php
> <?
> echo "Hello, world!\n";
> ?>
>
> www:root#cat ./test.pl
> #!/usr/bin/perl
> print "Content-type: text/plain", "\n\n";
> print "Hello, world!\n";
> www:root#./info.php
> X-Powered-By: PHP/4.0.4pl1
> Content-type: text/html
>
> Hello, world!
>
> www:root#./test.pl
> Content-type: text/plain
>
> Hello, world!
> www:root#
>
>
>
>
>
>
============================================================================
=
> = Apache-Rus@lists.lexa.ru mailing list
=
> Mail "unsubscribe apache-rus" to majordomo@lists.lexa.ru if you want to
quit.
> = Archive avaliable at http://www.lexa.ru/mail-archive
=
>
=============================================================================
= Apache-Rus@lists.lexa.ru mailing list =
Mail "unsubscribe apache-rus" to majordomo@lists.lexa.ru if you want to quit.
= Archive avaliable at http://www.lexa.ru/mail-archive =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.