php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32284 PHP ISAPI will not work from a virtual directory or the non standard website
Submitted: 2005-03-12 01:27 UTC Modified: 2005-03-14 01:14 UTC
From: joost dot heldens at speelplein dot net Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.10 OS: Win2k3 with IIS 6
Private report: No CVE-ID: None
 [2005-03-12 01:27 UTC] joost dot heldens at speelplein dot net
Description:
------------
When installing the php 4.3.10 isapi filter as explained in the documentation /mailing lists/ websites 
The installation works as long as it is done in the standard website of iis or a regular folder (normally locate in c:\inetpub\wwwroot). 
A test file (test.php) containing the  <? phpinfo(); ?> returns the standard info page. 
When running the same file from a virtual dir (with the correct config settings) this results in a blank page.

When setting up a different site (on the same server but accessed thru a different port) the page returns a 404 error. Eventhough the the security settings of the standard site and the alternate site are the same. Changing the extesion of the test.php to test.txt on the alternate site will show the source code of the php file

Reproduce code:
---------------
na

Expected result:
----------------
na

Actual result:
--------------
na

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-14 01:14 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Even if you think it is not a bug, we often know better than you,
please consult the support channels first before even considering
to reopen this report.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 18:01:32 2024 UTC