php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #1342 wrong description parameters in httpd.conf
Submitted: 1999-04-22 02:36 UTC Modified: 1999-04-22 03:51 UTC
From: deer at chat dot ru Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.7 OS: windows95
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: deer at chat dot ru
New email:
PHP Version: OS:

 

 [1999-04-22 02:36 UTC] deer at chat dot ru
in file
http://www.php3.net/manual/html/install-windows95-nt.html
wrong line ( in my opinion )
ScriptAlias /php3/ "c:/path-to-php-dir/php.exe"  ( doesn't work! )
should be 
ScriptAlias /php3/ "c:/path-to-php-dir/"	  ( works ! )

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-04-22 03:51 UTC] eschmid
That is already correct in the document source.  Wait for a new manual.

-Egon
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 01:01:28 2024 UTC