[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RaQ4] PHP/Gnupg question
- Subject: [cobalt-users] [RaQ4] PHP/Gnupg question
- From: "Andy Clyde, oxfordmusic.net" <cobalt-users@xxxxxxxxxxxxxxx>
- Date: Tue May 20 08:16:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
i have just installed Gnupg on the request of a client. this client wants to
use a combination of Gnupg and PHP to send secure emails.
in my PHP setup, i turned Safe_Mode on as there are multiple domains on the
server. obviously shell_exec won't work with safe mode on but i read on the
PHP site that you can use exec with safe mode if you copy the program
required to a special safe_mode_exec _dir.
my question is: can i create a php_exec directory and just copy gpg into it?
will gpg work like this? or will this break gpg?
TIA
andy