php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47611 PHP-CGI uses wrong Folder/File
Submitted: 2009-03-10 08:31 UTC Modified: 2009-07-06 01:00 UTC
From: chicos at oleco dot net Assigned: jmertic (profile)
Status: No Feedback Package: Windows Installer
PHP Version: 5.2.9 OS: Windows XP
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: chicos at oleco dot net
New email:
PHP Version: OS:

 

 [2009-03-10 08:31 UTC] chicos at oleco dot net
Description:
------------
I installed PHP-CGI with Apache2 and used the MSI-Installer.
My Programs are in The Folder
D:\Web-Server\Programme\Apache\
D:\Web-Server\Programme\PHP 5.9.2\
and the htdocs are
D:\Web-Server\Programme\Apache\htdocs\



Reproduce code:
---------------
test.php:

<?php
echo("test");
?>

Expected result:
----------------
if i create in the htdocs-folder a test.php an access it thru http://localhost/test.php then I get a 404-Error.

The Apache-Error-Logfiles show:
[error] [client 62.*****] File does not exist: D:/Web-Server/Programme/Apache/htdocs/Web-Server

Why is there the folder at the end and not the filename of test.php? I think it?s a Bug.

Actual result:
--------------
My doc_root = "D:\Web-Server\Programme\Apache\htdocs"


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-28 18:18 UTC] jmertic@php.net
Can you provide the http.conf file your install is using?
 [2009-07-06 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC