If you are hosting in a different time zone and would like to change the server’s time zone please do the following:
Posts Tagged ‘How to’
How to change your server time zone using .htaccess or php.ini?
Monday, December 14th, 2009Disabling mod_security on your account
Sunday, December 6th, 2009ModSecurity is a web application firewall (WAF). With over 70% of attacks now carried out over the web application level, organisations need all the help they can get in making their systems secure. WAFs are deployed to establish an increased external security layer to detect and/or prevent attacks before they reach web applications. ModSecurity provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with little or no changes to existing infrastructure. Therefore, for obvious reasons, many hosts have this module compiled.
ModSecurity is a very useful module. However with improper configuration this can make your website/script not working at all. To check if ModSecurity is installed please open your PHPInfo, search for mod_security, if you see mod_security, that means ModSecurity is installed.
PHPInfo
Saturday, December 5th, 2009phpinfo() is commonly used to check configuration settings and for available predefined variables on a given system. To create a phpinfo page please do the following: (more…)
How to check if PHP is running as an Apache Module or CGI Module?
Saturday, December 5th, 2009To check if your PHP is running as a CGI module or Apache module please do the following:
(more…)









