Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
4k views

PHP - a different open_basedir per each virtual host

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 ...
2
votes
1answer
303 views

PHP open_basedir - to return value?

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!
2
votes
1answer
633 views

php: open_basedir and /dev/urandom

Calling the Pear Mail class in some instances automatically attempts to read /dev/urandom, however access is restricted due to an open_basedir setting. Is it safe to add /dev to open_basedir? Or is ...
1
vote
1answer
203 views

Trying to Include Files outside of Document Root (Plesk 10)

Okay, I've tried everything, this is by far the best place it seems, I want to make Document Root here httpdocs/[folder]/html and I have php include files that I want to go above the root (require ...
1
vote
0answers
235 views

php open_basedir File() <- empty brackets

I have a server with ISPConfig3 installed, and I have a user with multiple websites and shared files. I have a strange open_basedir problem: Trying to include: ...
1
vote
1answer
105 views

Apache: open_basedir with variable

I now have this: <Directory ~ "^/home/.*"> php_flag open_basedir "/home/$1" </Directory> But that doesn't work. How can I refer to that .*?
1
vote
1answer
1k views

PHP directory error - open_basedir restriction in effect

I've got some PHP code that'll create a new file in a set directory: $target_path = "reports/" . basename($Report_Filename) . ".php"; if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], ...
1
vote
2answers
249 views

How can i write open_basedir like this -> open_basedir = 'var/home/*/'

As you know. You have to write open_basedir = '/var/home' etc I want to write like this: open_basedir = '/var/home/*/' Which i want is php should restrict every directory which is in home directory, ...
1
vote
3answers
578 views

PHP is_readable trouble with open_basedir

I've recently gotten an error when I deployed an application. It used "is_readable" on a path within the include path, but one that was restricted by "open_basedir". This gave me a fatal error. Is ...
0
votes
1answer
28 views

PHP open_basedir with FastCGI

Will I run into problems using open_basedir to move files from one domain to another on my server if I am running fastCGI? I will want to move uploaded files from: ...
0
votes
1answer
37 views

ISPConfig 3, a ninja sets my open_basedir

I have a PHP library that I'd like to share to several vhosts on my server, but the open_basedir directive is causing troubles. I use ISPConfig 3 to manage the sites. PHP Warning: include(): ...
0
votes
1answer
123 views

Two interfering cakePHP-Installations on nginx/php-fpm server

I needed to setup two completely separated cakePHP-Environments on my nginx-server (nginx 1.0.5, php5-fpm via fastcgi). I created the following folder-structure: /var/www /**virtual1**/ /app ...
0
votes
0answers
39 views

Open_Basedir on CloudControl

I'm trying cloudcontrol and i uploaded my zend framework application but open_basedir is restricted. i have a working clone on my local but when i upload it in cloudcontrol it seems not working. ...
0
votes
1answer
36 views

Open_basedir restriction oddness

I'm having a problem with move_uploaded_file in PHP, with the returned error message telling me that the open_basedir restriction is in place (which I've set) and that on the path I'm attempting to ...
0
votes
0answers
42 views

Shared Site Directories / open_basedir (possibly Cpanel)

hopefully someone can point me in the right direction with this. I am beginnerish with PHP but making good progress. This is more of a server /sysadmin type question, I am extremely green at server ...
0
votes
1answer
159 views

Ubuntu. Disable open_basedir and safemode

I am running an Ubuntu 10.04 VPS server with PHP 5.3. I got an error saying that curl does not work with safe mode and open_basedir activated Severity: Warning Message: curl_setopt_array(): ...
0
votes
1answer
131 views

Drupal / ImageMagick Error: open_basedir restriction in effect

I'm trying to use the ImageMagick toolkit in Drupal, but keep getting this error: warning: file_exists(): open_basedir restriction in effect. File(/usr/bin/convert) is not within the allowed ...
0
votes
0answers
98 views

base_opendir restriction with plesk from subdomain

I have a server running on Plesk 10 with Centos 5. I have created one domain : mydomain.com the domain works fine and is located on /var/www/vhosts/mydomain.com/httpdocs then i have created a ...
0
votes
3answers
83 views

why i am getting php error

i am working on twitter login application my config.php is //My modification of Abraham's Config specifically for calling variables from the Question2Answer DB ////// First establish base ...
0
votes
1answer
188 views

Access main domain files in Subdomain

Lets say i have domain.com and five other subdomains. The subdomains are stored in separate folders from domain.com In domain.com i am going to have 3 folders that i need to access when i am in ...
0
votes
1answer
110 views

require_once() is blocked by open_basedir - then how to make system safe?

I have a website with a lot of important data and care about security, and now I must run there some potentially unsafe code (Joomla). I want to "enclose" this whole directory tree by open_basedir, ...
0
votes
3answers
1k views

Zend -> Warning: is_readable() [function.is-readable]: open_basedir restriction in effect

I am getting the following warning in my code: Warning: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/share/php/./views/helpers/Doctype.php) is not ...
0
votes
1answer
75 views

file_exists with smylink-ed files?

For our application we need to store files above the root so they can be accessed by the streaming media software. I successfully created a symlink from: ...
0
votes
0answers
172 views

Again a problem with CURLOPT_FOLLOWLOCATION

Hi I have a new server but this time the PHO is running as FastCGI. How can I disable or remove the open_basedir so I don't become this error message: CURLOPT_FOLLOWLOCATION cannot be activated when ...
0
votes
2answers
212 views

PHP Chmod Problem Creating files

I've got the following situation: public_html - 755 => avatar - 777 => poll - 755 Now when I use the following code, i'll get an error (Warning: file_put_contents(../test.php) ...
0
votes
1answer
245 views

open_basedir restriction error in codeigniter

I can't figure out how to fix this: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(./codeigniter/logs/log-2010-11-12.php) is not within the allowed path(s): ...
0
votes
2answers
378 views

open_basedir won't let me write file, but directory seems correct?

Short story: I'm getting an open_basedir restriction in my php script - a simple "test writing a new file to disk" script. It SEEMS to me that I've got the open_basedir settings correct and the ...
0
votes
2answers
114 views

Anyway to create a php sandbox for a user to develop in?

A user on my site and I are going to be developing a new web app. Id like to create a folder that we can work in without the fear that he could read outside that folder potentially reading config ...
0
votes
1answer
357 views

PHP & CodeIgniter Error: open_basedir restriction in effect

open_basedir restriction in effect. File(/var/www/vhosts/domain.com) is not within the allowed path(s): (/var/www/vhosts/domain.com/httpdocs:/tmp) How do I securely fix this? This is preventing me ...
0
votes
1answer
48 views

Quick question about open_basedir

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 / ...
0
votes
1answer
105 views

Prevent access to files of other users

In my server (cpanel) I see now that with a simple DIR script (PHP) I can list files of all users over public_html /home/[user]/public_html/ How can I prevent users from accessing the files of other ...
0
votes
1answer
85 views

open_basedir error preventing avatar uploads

I'm getting this error when avatars are being uploaded on my site. I've changed "open_basedir = /home/" to "open_basedir =" in my php.ini on my server. It's a dedicated server and I rebooted it ...
0
votes
1answer
84 views

PHP’s open_basedir value giving a binary value in Apache logs

Reviewing logfiles to figure out why my site was down a few days ago, I found hundreds of lines like these (partially redacted with "x"): [Fri Nov 27 23:14:36 2009] [error] [client ...
0
votes
1answer
59 views

How can open I unconditionally to open the open_basedir?

It's PHP question. I set open_basedir, and it is not more possible for access for the folder in the hierarchy of the bottom even if I make it accessible for a specific directory. For example, when ...
0
votes
4answers
608 views

open_basedir not having any effect

For my web hosting panel, users need to be blocked from accessing files outside their own directory (/var/www/u/s/username). I tried to use this line in httpd.conf to prevent people from going up a ...
-4
votes
1answer
41 views

Should I enable open_basedir?

I read that open_basedir should be 'On' for better security. Is that true? Should I enable it?