-
as seen on Server Fault
- Search for 'Server Fault'
I need to allow an include path for a vhost subdomain on Plesk 10. I've edited the PHP PEAR path into /etc/php.ini as I'm happy for it to be globally available:
include_path = ".:/usr/share/pear/"
This works insofar as PHP is able to see the files in that directory when a script tries to include…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm currently setting up a shared staging environment for one of our applications, written in PHP5.3 and using the Symfony2 framework.
If I only host a single instance of the application per server, everything works as it should.
However, if I then deploy additional instances of the application…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I've came across on this problem, I have a sever running apache and php. We have many virtual hosts but we've noticed that a potentially malicious user could use his web space to browse other user's files(via a simple php script) and even system files, this could happens due to the php permissions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
On my server, I have following setting:
open_basedir
/home/
:/usr/lib/php
:/usr/local/lib/php
:/tmp/
:/usr/local/
:/usr/bin
Now, I am little bit confused about ending / in the / home / setting, does that mean that all subfolders inside home have same rights…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to return the value of open_basedir in a php script.. how can I do it?
If value is blank it should echo that is blank..
Thanks!
>>> More