Safe_mode !!! Ahhhh


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Safe_mode !!! Ahhhh
# 1  
Old 04-21-2006
Safe_mode !!! Ahhhh

Hi,

Can anyone please please, help me disable LOCAL value safe_mode.

In the php.ini safe_mode = Off
When I launch, a phpinfo page, LOCAL value remains on and MASTER remains off.

I have searched elsewhere and have tried to add a line on code in the httpd.conf , restart Apache sitll no success.

I have tried to create a new text file and add this line:
php_admin_value safe_mode Off

then uploading it to the root of just the domain name and renaming it to .htaccess, restart Apache

still no success.

My domain name installation directory is in this location /var/www/vhosts/, and I am using PLESK 8.0 interface.

Can anyone please guide me or have a solution, I want to know how I can turn off LOCAL value safe_mode

thank-you
# 2  
Old 04-21-2006
Often you need to run the php_info() function and see exactly where PHP thinks it is getting it's INI file.....

I once had the same problem and found that the INI file I was editing was not the same one that PHP was reading, LOL.

Neo
# 3  
Old 04-21-2006
Neo,

Thank-you for your repsonse, when I do launch the phpinfo page, the php.ini file is in:
Configuration File (php.ini) Path ---- /etc/php.ini

I don't know where else Apache would be picking up another php file.
# 4  
Old 04-21-2006
You have restarted Apache after you changed php.ini?
# 5  
Old 04-21-2006
Oh yes, after every config I do in php.ini i re-start Apache.
# 6  
Old 04-21-2006
WOW,

I need to post this from antoher positng in another forum that helped me trun off LOCAL safe_mode via PLESK 8.0 control panel.

Solution:
"In PLESK control panel open the domains list, and select all the domains at once (checkmark them all). Above the domains list, click on "Group Operations" and in the new page, scroll down to disable safe_mode.

Isn't it great that sw-soft listened to the users default settings, isntead of forcing all of their users to enable safe_mode by default?"

Thanks everyone for your help!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Web Development

HTML down, CSS help, ahhhh

I am having some problems. I have been able to learn HTML, but when I try and encode CSS, nothing happens, what is the major issue here. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>MY CSS</title> <style... (7 Replies)
Discussion started by: N-Training
7 Replies
Login or Register to Ask a Question