Chodzi tu o to, żeby zrobić open_basedir, bo - jak wiecie - niemożna na Windows zrobić safe_mode... znaczy można, ale szusować po dysku i tak będzie można.
Narazie ustawiłem w php.ini open_basedir na c:\usr (tam mam wszystkie pliki servera), także windowsa mi już nie rozwalą. Ale jeden user może drugiemu pliki czytać... więc poradzono mi użyć php_admin_value...
Cytat
<Directory blebleble>
blebleble
php_admin_value open_basedir blebleble
blebleble
</Directory>
blebleble
php_admin_value open_basedir blebleble
blebleble
</Directory>
Ale to nie działa, w konsoli odesrywa takim błedem:
Cytat
Syntax error on line 1316 of c:/usr/apache/conf/httpd.conf:
Invalid command 'php_admin_value', perhaps mis-spelled or defined by a module not included in the server configuration
Note the errors or messages above, and press the <ESC> key to exit. 27...
Invalid command 'php_admin_value', perhaps mis-spelled or defined by a module not included in the server configuration
Note the errors or messages above, and press the <ESC> key to exit. 27...
Apache 1.3.*, php 4.3.11, Windows XP Pro SP2