Page 1 of 1

Safe_mode

Posted: Thu Sep 05, 2002 11:12 pm
by Rawhead
Rawhead has a server

Rawheads php.ini says that safe_mode = Off

Rawhead views his phpinfo.php and ses that it IS enabled

Why is this happening?

okay next question, two trains leave going in oposite directions

train "a" is going 50. Train "b" is going 65

How long before they run out of coffee and start canablizing each other? :D

Seriously, why is this happening with the php??

Posted: Thu Sep 05, 2002 11:30 pm
by phice
ahhaha, you're bad ass ;D

Posted: Fri Sep 06, 2002 12:53 am
by Rawhead
:idea: I think that I can achive nervana by looking in in /etc/httpd/conf/httpd.conf, looking near the end and changing the line "php_admin_flag safe_mode on" to off.

Whatcha think? :P

Posted: Fri Sep 06, 2002 3:29 am
by mikeq
4 hours 22 minutes and 26 seconds

Posted: Fri Sep 06, 2002 4:20 am
by m3mn0n
"achieve nirvana"

lmfao :lol:

DANG IT!!!

Posted: Fri Sep 06, 2002 1:26 pm
by Rawhead
I have safe_mode off in both the php.ini AND in the httpd.conf stll on my phpinfo page it's re4turned as enabled WHY!! please help.
Thanks in advance

Posted: Fri Sep 06, 2002 3:28 pm
by Rawhead
IT LiVES!!!!!!!! MUHAHAHAHAHAH
If you absolutely have to you can easily unset safe mode on individual sites:

Create a file (any name, I'd call it php) in /etc/httpd/conf/site<n>/ with the line

php_admin_flag safe_mode off

Restart Apache and you're done.
I truly hope this helps someone, it took too dang long to figure this out on my own.