I've just noticed that my open_basedir protection is not working, and I am able to include other users file's on my server!
open_basedir is enabled in cPanel, and I verified that by looking in httpd.conf - this is what is in there (for one of the users):
As you can see, open_basedir *is enabled*. But I'm still able to include other users file's. Am I missing something obvious here or is open_basedir not working?ServerAlias auscong.com
ServerAdmin webmaster@auscong.com
DocumentRoot /home/auscong/public_html
BytesLog domlogs/auscong.com-bytes_log
User auscong
Group auscong
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/auscong/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/auscong/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
ServerName www.auscong.com
Thanks![]()



LinkBack URL
About LinkBacks
Reply With Quote










