From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.2.0
PHP Bug Type:     *General Issues
Bug description:  Invalid URI in request GET /phpinfo.php HTTP/1.0

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.      


-- 
Edit bug report at http://bugs.php.net/?id=16893&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16893&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16893&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16893&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16893&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16893&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16893&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16893&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16893&r=submittedtwice

Reply via email to