Posts tagged with ‘Open Source’

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 »

Fckeditor – File Manager Session Problem in IE7

advertisement

fckeditor, free software, open source software, oos, software, online html editor, fckeditor session problemI’m using FCKEditor for one of my project and it works brilliant for IE6, Firefox 1.5x. When we did the testing on IE7, the file manager shows some error. Before this we did some fine tune to allow only authenticated user to use FCKEditor and it’s file manager to upload pictures. Now it shows user not authenticated and it can’t even get all the session data.

We spend a lot of time go thru our code to check if our session setting having any problem, but no luck. After googling for some times, finally found out that, there is a variable we need to set in FCKEditor to solve the file manager session problem.

To solve the file manager session problem follow the steps below:-

Continue reading Fckeditor – File Manager Session Problem in IE7 »

How to install LAMP (Apache, PHP and MySQL in Linux) using Yum

advertisement

Many friends ask me how to install LAMP (Linux, apache, php, mysql). There are many ways to install LAMP. Here i teach you the most easiest way to install LAMP using yum program in CentOS.

Below are the steps to install LAMP (Apache, PHP and MySQL in Linux) using Yum:-

Continue reading How to install LAMP (Apache, PHP and MySQL in Linux) using Yum »