Ok, server security is giving me headaches I am running Apache with virtual hosts setup. I already use php open_basedir which seems to work great. However, some of my scripts *need* to use the exec function or proc commands, for example to use the OpenSSL Binaries (My shopping cart) or to use the mencoder program to convert videos. Those are the main things, anyway I can use them or replace them with something more secure?