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
 [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: Fri May 17 20:01:35 2024 UTC