ID: 8506
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *Web Server problem
Description: CGI PHP doesn't erase the #!/path/to/php

[EMAIL PROTECTED] has a similar problem on a different platform:
--- Start Quote ---
This problem exists also for NT4 with server signature:
 Server: Apache/1.3.14 (Win32) PHP/4.0.4pl1

If I do not put:
   #!/php/php
at the top of the file then I get an apache server error and this
message in error.log:

[Mon Mar 12 14:08:39 2001] [error] [client xxxx] c:/apache/cgi-bin/hello.php4 is not 
executable; ensure interpreted scripts have "#!" first line
[Mon Mar 12 14:08:39 2001] [error] [client xxxx] couldn't spawn child process: 
c:/apache/cgi-bin/hello.php4

As soon as I put it back it works.
An example script:

#!/php/php
<?php
echo "<br>hello cgi<br>";
?>

but the html-source generated by this is (from browser's "view source"):
#!/php/php
<br>hello cgi<br>

Of course, you can hide it with a trick like:
<body bgcolor="black"><font color="white">...
but that's ugly too...
--- End Quote ---

Previous Comments:
---------------------------------------------------------------------------

[2001-03-08 09:12:26] [EMAIL PROTECTED]
    The only lines concerning PHP in httpd.conf are:

AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps

    And, since I use .php as file extension, this lines are irrelevant.


---------------------------------------------------------------------------

[2001-03-06 08:01:40] [EMAIL PROTECTED]
What is your apache configuration for PHP scripts?

---------------------------------------------------------------------------

[2001-01-02 15:41:55] [EMAIL PROTECTED]
   And if you still have any doubts, thinking that Apache has reconized the file 
extension and is not using the cgi version, try 

http://book.ecompare-corp.com/cgi-bin/vxml/engines/kbb/phpinfo.vxml

   The output is the same. And if you read the php output on both pages you'll see 
that PHP is run as CGI (Server API CGI).


---------------------------------------------------------------------------

[2001-01-02 15:29:53] [EMAIL PROTECTED]
   "PHP does not require the first line that you are including unlike perl due to the 
way its set up in apache."

   You're wrong. PHP is not set up at all in Apache. Look what happens if I delete the 
first line:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE>
</HEAD><BODY>
<H1>Internal Server Error</H1>
The server encountered an internal error or
misconfiguration and was unable to complete
your request.<P>
Please contact the server administrator,
 [EMAIL PROTECTED] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.<P>
More information about this error may be available
in the server error log.<P>
<HR>
<ADDRESS>Apache/1.3.12 Server at book.ecompare-corp.com Port 80</ADDRESS>
</BODY></HTML>

Server error log:
[Mon Jan  1 16:00:34 2001] [error] [client 212.54.118.28] Premature end of script 
headers:
 /home/httpd/cgi-bin/vxml/engines/kbb/phpinfo2.php



---------------------------------------------------------------------------

[2001-01-02 14:49:34] [EMAIL PROTECTED]
PHP does not require the first line that you are including unlike perl due to the way 
its set up in apache.

---------------------------------------------------------------------------

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=8506


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to