in reply to Execute But Not Read
When you are using shared CGI hosting and use a database, you need to put your password in the program code or in a file that is readable by the process. If the server does not use suexec or a similar mechanism, you are in trouble unless you can find a way of allowing execution without reading, which is exactly what the OP is asking.
I'm glad to hear that BSD has that feature, but from what I've seen, Linux doesn't. You can add a wrapper (which is what suexec does), but you have to be really careful to ensure that it is done securely.
|
|---|