php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16893 Invalid URI in request GET /phpinfo.php HTTP/1.0
Submitted: 2002-04-29 02:19 UTC Modified: 2002-04-29 15:25 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: zarina at tmsk dot itm dot edu dot my Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.2.0 OS: Windows 98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zarina at tmsk dot itm dot edu dot my
New email:
PHP Version: OS:

 

 [2002-04-29 02:19 UTC] zarina at tmsk dot itm dot edu dot my
I have recently installed the Apache web server and PHP4 on a Windows 98
   platform.  I am trying to run the script phpinfo.php through the which only
   contains:  <? phpinfo() ?>

   The web brower displays the following message:
   Invalid URI in request GET /phpinfo.php HTTP/1.0

   The apache error log contains: 
   [Tue Jun 20 11:09:01 2000] [error] [client 127.0.0.1] Invalid URI in
   request GET /phpinfo.php HTTP/1.0

   The apache access log contains:
   [Mon Apr 29 14:11:13 2002] [error] [client 127.0.0.1] Invalid URI in request GET /test.php HTTP/1.1

   My scripts is located in c:/web/phpweb

   My Apache httpd.conf file has the following modifications/additions
   relating to PHP:
  ScriptAlias /php4/ "c:/WEB/php4win/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
Action application/x-httpd-php "/php4/php.exe"

   My PHP.ini file is in the c:/windows directory and contains the
   following modification/additions:
   doc_root                = "c:\web\phpweb"
   extension_dir = "c:\web\php4win"

   I reviewed all of the documentation and FAQs on this site and others
   have not been able to find a
   resolution to my problem.  Thanks.      


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-29 15:25 UTC] sniper@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC