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
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: 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

Pull Requests

History

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

-Egon
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 13:00:01 2026 UTC