php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6620 Inst'n should not be made for root web service
Submitted: 2000-09-08 01:59 UTC Modified: 2001-04-26 14:07 UTC
From: bram at xspace dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.2 OS: Win NT SP6a
Private report: No CVE-ID: None
 [2000-09-08 01:59 UTC] bram at xspace dot com
Installation for IIS of PHP 4.0.2 says to add the php engine to the root web service.

This is not advisable when running more than one web site.

Since, (as to be expected) there are still problems in this release.  It would appear that random access violations disappear when you install php4isapi.dll for each web site (service) and have each web site (service) running as its own process.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-09 23:01 UTC] bram at xspace dot com
Correction

Running each web site as a separate problem only seems to
lessen these access violation problems.

The installation instructions included with the win 32
binaries should instead also include an outline for
installation php.exe as a CGI instead of using
php4isapi.dll, since this seems to make these mysterious
problems disappear.
 [2001-04-26 14:07 UTC] jmoore@php.net
The install instructions are just a guide. People who want to run PHP on IIS in a production enviroment should be aware of the correct way to set things up. Setting up as a cgi is well documented in the manual:
http://uk.php.net/manual/en/install.iis.php

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 12:01:30 2024 UTC