php safe_mode on, using exec()

I would like to enable the exec command (for use with imagemagick) for an account.

safe_mode is enabled serverwide.

Instead of turning safe mode off for this virtual host I would rather solve it using 'safe_mode_exec_dir'

What is the format of the values I should add in httpd.conf ?

<Directory /home/user/public_html/>
php_admin_flag safe_mode_exec_dir ...??
</Directory>

 

 

 

 

Top