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
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: 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-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 20:00:01 2026 UTC