is it possible to run php in safe_mode with pacsone ?
if yes,how can I make the installation safe ?
Installation terms ect.?
php safe_mode
For Windows, you should be able to run PacsOne PHP scripts with safe_mode enabled.
For Linux, if you run Apache and PacsOne Server services under different user accounts, then you may have to group the two user accounts under the same Group ID, and enable the safe_mode_gid option to relax the UID checking to a GID compare instead:
For Linux, if you run Apache and PacsOne Server services under different user accounts, then you may have to group the two user accounts under the same Group ID, and enable the safe_mode_gid option to relax the UID checking to a GID compare instead:
Code: Select all
safe_mode = On
safe_mode_gid = On