If you want safemode off for your entire server you need to edit php.ini and search for the safe mode option.
If you want it off for one particular site, you should be able to edit httpd.conf and add this into the virtual host of the client
php_admin_flag safe_mode Off
If this does not make sense to you, get your server manager to perform this task.