php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7680 document contained no data
Submitted: 2000-11-07 14:52 UTC Modified: 2000-11-08 14:48 UTC
From: fel at grs dot de Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.3pl1 OS: windows NT4.0
Private report: No CVE-ID: None
 [2000-11-07 14:52 UTC] fel at grs dot de
PHP4-Installation on  Windows NT 4.0:

Xitami v2.5b4 webserver, defaults.cfg:

[Server]
    webpages=D:/Xitami/tscher
    cgi-bin=D:/Xitami/cgi-bin
    portbase=5000
server:debug=1
cgi:exit-ok=0
[Security]
    filename=defaults.aut
[Filter]
    .php=D:\php4\php.exe

php-4_0_3pl1-installer.exe (11.10.00) => download d:\php4

automatical installation for localhost/Xitami => c:\winnt\php.ini

readme.txt: copy PHP4TS.DLL => c:\winnt\system32

(to be sure) copy php.exe => D:\Xitami\cgi-bin

testfile: D:\Xitami\cgi-bin\test2.php:
<?php

phpinfo();
?>

=> 
MS Internet Explorer 4.0: http://127.0.0.1:5080/cgi-bin/test2.php => empty page
D:\Xitami\logs\access.log: 127.0.0.1 - - [07/Nov/2000:13:58:58 +0100] "GET /cgi-bin/test2.php HTTP/1.1" 200 0 "" ""
D:\Xitami\logs\errors.log: empty

Netscape 4.6: http://127.0.0.1:5080/cgi-bin/test2.php
statusline: transferring data from 127.0.0.1:5080, 
some time later message: the document contained no data try again later, or contact the server's administrator.
Empty page
D:\Xitami\logs\access.log: 127.0.0.1 - - [07/Nov/2000:14:07:03 +0100] "GET /cgi-bin/test2.php HTTP/1.0" 200 0 "" ""
D:\Xitami\logs\errors.log: empty

I tried several things before, but now i have no more idea. Thank you for help Manuela

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-07 15:28 UTC] phildriscoll@php.net
You don't need to copy php.exe into your cgi-bin directory 'to be sure'.

Can you run php.exe -q -i from the command line to see if you get any error messages.
 [2000-11-08 10:19 UTC] eschmid@php.net
Manuela reports there is no error.

-Egon
 [2000-11-08 10:47 UTC] phildriscoll@php.net
Sorry Egon - I've reopened the bug. Manuella was reporting that there was no problem running php from the command line. I assume that there is still no output via Xitami.
Someone who knows XItami needs to take a look.
 [2000-11-08 11:56 UTC] eschmid@php.net
Manuela reports there is no error.

-Egon
 [2000-11-08 12:04 UTC] eschmid@php.net
Sorry, a reload closed the bug again. There is something wrong with the bug reporting.
 [2000-11-08 14:48 UTC] phildriscoll@php.net
It appears that Xitami can't serve up php scripts located in the cgi-bin directory. Just put the document into your
webserver's docroot (usually drive:\xitami\webpages) and everything should be fine. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 18:01:33 2024 UTC