![]() |
Server experts : Safe Mode On / Off ?
I'm doing some PHP programming at the moment where I need to use ImageMagick .. and to use that via system() instead of the API which are made for it, SAFE MODE on the server needs to be turned off..
Whats the risks in that? The server runs important stuff |
certified bump
by Juicy "bump" LInks |
Quote:
|
safemode is important for shared servers, having safemode on add many restrictions such as preventing you from executing applications outside the location defined in your safe_mode_exec_dir php parameter, creating files in directories having a different uid than the owner of the script etc..
The main risk when safemode is off is having your site deleted if the webmaster of a co-hosted site executes the wrong exec() command :glugglug You should try putting the imagemagick dir in your safe_mode_exec_dir parameter if you don't want to turn off safe mode |
All times are GMT -7. The time now is 03:38 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123