Web Hosting Talk







View Full Version : disable php_safemode on ensim ?


matt_01
02-02-2002, 07:08 PM
Im tryig to insall on my ensim server, but i need to disable php_safemode on ensim !

How can I disable php_safemode just on one site, and not an oll ma hostes seites ??

Is disabling php_safemode danger ? what does this effect`s ??

Thanhx

Matt

madsere
02-04-2002, 10:43 AM
Basically you just add the disable line to a new file and drop it into the /etc/httpd/conf/siteX/ directory ... don't recall the details off the top of my head, I found the answer to this on Ensim's board (www.ensim.com) ... look it up.

matt_01
02-04-2002, 10:53 AM
I ccould not find that post at ensim.com, have already look at ensims forum..

Im trying to insall syinfo on my server..
I have ytred to disable php_save_modus in the php.ini file
(save_mode = off )

But it did not work :-(

matt

madsere
02-05-2002, 10:01 PM
Sorry, my bad ... it was on RackShack's Forum ... anyway, it's really simple: 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.

matt_01
02-06-2002, 06:33 AM
Yes,i have tryed it last night.. and it workt :-)

But this is a gigh danger...

check out http://forum.rackshack.net/showthread.php?s=&postid=18041&t=2753#post18041 any indears for that ?

Matt

madsere
02-06-2002, 08:45 AM
What do you mean "any idea" ? I wrote it !