php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8549 Writing more than one folder in doc_root (php.ini) is not understood by PHP.
Submitted: 2001-01-04 08:21 UTC Modified: 2001-01-04 08:37 UTC
From: fredgilles at iname dot com Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.3 OS: Windows NT 4.0
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fredgilles at iname dot com
New email:
PHP Version: OS:

 

 [2001-01-04 08:21 UTC] fredgilles at iname dot com
Example:
in php.ini:
  doc_root="e:\www;e:\www\site1"

I use Apache 1.3.12 for WinNT and PHP 4.0.3 for WinNT.
e:\www is the root of the default Web site. e:\www\site1 is the root of the virtual host "Site1".
In this example, no PHP scripts can run on Site1.

Frederic GILLES
--

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-04 08:37 UTC] hholzgra@php.net
this is intended behavior

you have to use 'php_value doc_root ...' in the 
virtual host sections of your apache config file
to set up different values for different virtual hosts
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 13:01:31 2024 UTC