php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5401 Internal Server Error
Submitted: 2000-07-06 15:01 UTC Modified: 2000-08-20 02:50 UTC
From: joachim dot unger at softwareag dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: NT
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: joachim dot unger at softwareag dot com
New email:
PHP Version: OS:

 

 [2000-07-06 15:01 UTC] joachim dot unger at softwareag dot com
Hello !
My error.log on Apache shows:

[Wed Jul 05 14:44:30 2000] [error] [client 157.189.130.216] d:/programme/apache/htdocs/php/test.php is not executable; ensure interpreted scripts have "#!" first line
[Wed Jul 05 14:44:30 2000] [error] [client 157.189.130.216] (2)No such file or directory: couldn't spawn child process: d:/programme/apache/htdocs/php/test.php

when display

<?php
  phpinfo() 
?>

------------------------------------------------------
Error.log with the first line:

[Wed Jul 05 14:45:42 2000] [error] [client 157.189.130.216] (2)No such file or directory: couldn't spawn child process: d:/programme/apache/htdocs/php/test.php

------------------------------------------------------
HTTP.CONF:

ScriptAlias /php/ "D:/Programme/apache/htdocs/php/"
#ScriptAlias /php/ "D:/php4/"
AddType application/x-httpd-php .phtml 
AddType application/x-httpd-php .php 
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "d:/Php4/php.exe"


Regards
Joachim


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-27 22:12 UTC] waldschrott@php.net
Please read the documentation on Apache if this still doesn?t work for you.

ScriptAlias does not mean the location where your scripts are located. That?s document-root.

 [2000-08-20 02:50 UTC] sniper@php.net
No feedback from user.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC