Page 1 of 1

php safe_mode

Posted: Sat Jul 02, 2005 7:38 am
by wwdrrad
is it possible to run php in safe_mode with pacsone ?
if yes,how can I make the installation safe ?
Installation terms ect.?

Posted: Sat Jul 02, 2005 9:48 pm
by pacsone
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:

Code: Select all

safe_mode = On
safe_mode_gid = On