Hello,
I'm setting up a webserver (apache 1.3.24) with php 4.2.1 support.
I enabled safe_mode in my php.ini file, and for every virtualhost i set up an open_basedir restriction to their homedirectory.
That way users wont be able to read/write/include... files outside this directory, right ?
Now the problem is that i want install some system wide php libraries and they should be able to use them (including PEAR).
So what's the best way to set up a virtualhosting server with php ?
Another thing that crossed my mind: what if a user makes a symlink to some path outside his "open_basedir", will php follow this ? Or does it depend on the apache setting FollowSymlinks ?
Any help is welcome,
Bob