Posts under Web Hosting

Mod Security – Open source Web Application Firewall

advertisement

What is mod security (mod_security)?
ModSecurity is an embeddable web application firewall. It provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time analysis with no changes to existing infrastructure.

It is also an open source project that aims to make the web application firewall technology available to everyone.

Why i need mod_security?

Continue reading Mod Security – Open source Web Application Firewall »

Domain Parking – How to park a domain in CPanel Hosting

advertisement

buy cheap domain, buy domain, buy domain online, buy new domain, domain parking, parked domainDomain Parking is useful when you want people to get to your website with multiple domain name. (Domain Parking feature already exists in CPanel by default)

Here’s the Domain Parking example: you have a website www.domain1.com and now you wan your site to be easily access using other domain name as well. So you buy few more domains – www.domain2.com, www.domain3.com, www.domain4.com. By using the Domain Parking feature, visitor able to get into your www.domain1.com using all the other new domain you buy just now. Sound cool right?

How to do domain parking in CPanel Hosting?

Continue reading Domain Parking – How to park a domain in CPanel Hosting »

Install eAccelerator to Optimize PHP performance

advertisement

php, php cache, php accelerator, php tuningServer load increase? looking for ways to optimize your php performance? if you have php optimization problem, you should try PHP eAccelerator. PHP eAccelerator is a free open source PHP accelerator, optimizer and dynamic content cache module that specially build to optimize php performance. According to php eaccelerator official site, php accelerator able to speed up the php code by 1-10 times and reduce server load.

How PHP eAccelerator able to speed up php code and reduce server load?

PHP eAccelerator works this way, whenever there is request to a file, PHP eAccelerator will parse the php file and cache them in their compiled state in the shared memory. So when the next request come, php eAccelerator will serve the request using the cache and it completely eliminated the compile state, so it will speed up php execution. (*Files that can’t fit in shared memory are cached on disk only.)

Interested with PHP eAccelerator? How to install PHP eAccelerator?

Continue reading Install eAccelerator to Optimize PHP performance »