View Single Post
  #51 (permalink)  
Old 11-08-2007, 09:35 PM
Gopisoft Gopisoft is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Posts: 117
Gopisoft is on a distinguished road
Default Re: PHP Optimization Tips

HI,

Web Server: Syscalls

Syscall is function executed by the Kernel. The goal is to minimise the number of these calls needed to perform a request.
  • Do not enable ExtendedStatus.
  • For Deny/Allow rules use IPs rather then domains.
  • Do not enable HostnameLookups.
  • Keep ServerSignature off

Thanks,
R.Gopi.
Reply With Quote