php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #1205 error in installation document for windows95, apache1.3.4
Submitted: 1999-03-05 09:54 UTC Modified: 1999-03-06 03:57 UTC
From: burgers at ecn dot nl Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.6 OS: windows 95
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: burgers at ecn dot nl
New email:
PHP Version: OS:

 

 [1999-03-05 09:54 UTC] burgers at ecn dot nl
settings should be (all slashes significant)

ScriptAlias /php3/ c:/php3/
Action application/x-httpd-php3 /php3/php.exe

or more generic

ScriptAlias /php3-alias/ c:/php3-install-dir/
Action application/x-httpd-php3 /php3-alias/php.exe

Instead of as in documentation:

       ScriptAlias /php3/ "c:/path-to-php-dir/php.exe" 
       Action application/x-httpd-php3 "php3/php.exe" 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-03-06 03:57 UTC] eschmid
It's now correct in the source docs.

-Egon
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 20 12:01:33 2024 UTC