https://issues.apache.org/bugzilla/show_bug.cgi?id=26052


Kiall Mac Innes <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #27 from Kiall Mac Innes <[EMAIL PROTECTED]>  2008-05-10 11:37:05 
PST ---
I've worked around this bug by creating a file with the following:

<?php 
$_SERVER['DOCUMENT_ROOT'] =
str_replace($_SERVER['SCRIPT_NAME'],"",$_SERVER['SCRIPT_FILENAME']); 
?>

And I use:

<VirtualHost 123.123.123.123>
VirtualDocumentRoot /path/to/sites/
...
php_admin_value auto_prepend_file /path/setdocroot.php
</VirtualHost>

Also - this should work in a .htaccess file (untested):

php_flag auto_prepend_file /path/setdocroot.php


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to