|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-09-24 15:33 UTC] wbrown at arkie dot net
Linux version 2.4.4 Apache version 1.3.19 Php version 4.0.6 When xbithack is set to FULL in .htaccess, setting test.htm chmod to 754 allows the SSI calls in test.htm to perform as expected. However, when open_basedir is specified in httpd.conf the xbithack directive is ignored and SSI calls in test.htm stop working. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 21:00:02 2025 UTC |
Changing any php_admin setting through the httpd.conf file using the following format appears to breaks Apache SSI xbithack: <DIRECTORY /> php_admin_value open_basedir "." php_admin_flag asp_tags on </DIRECTORY>