Posts archive for January, 2011

How to reduce admin generator query in Symfony 1.4

advertisement

symfonyAfter reading symfony 1.4 doc, i manage to reduce admin generator query to a lower number. If u notice, there is very high number of query for admin generator module in table that has many relationship. Luckily, Symfony 1.4 has built a way for us reduce the query easily.

To reduce the admin generator query in symfony 1.4, follow the steps below:-

Continue reading How to reduce admin generator query in Symfony 1.4 »

How to hide apache2 version number in error page

advertisement

apache, apache2 web serverIt’s good to hide the apache2 version number from outsider. Especially hiding apache2 version number in all the error pages. Hackers used to collect all this information before they launch any attack. If you running an old version server that known to have security exploit then it will ease the work for hackers.

To hide apache2 version number in error pages, follow the steps below:-

Continue reading How to hide apache2 version number in error page »