by katmai » Tue Nov 14, 2006 3:41 am
usually you can secure apache using mod_security / mod_evasive / enable php SUEXEC / disable enable_dl in php.ini config / disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open in php.ini / work on open_basedir protection /
those tweaks should help you a lot in increaing server security.