Implementing Trap Receiver in 30 minutes using Apache MINA
Learn to implement Trap Receiver in 30 minutes using Apache MINA
Implementing UDP Server using Apache MINA
In my last post we created a UDP client using Apache MINA. Lets turn the table and implement the Server side. Let’s see how using Apache MINA reduces the effort to create a UDP Server
How to prevent content theft using Apache mod_rewrite or F5
Over the years imaginative developers have come up with a number of ways through which they hope to stop the pilfering of their images and other types of content. Regardless of the reason you may want to prevent content theft, there's an easy way to implement a solution.
Aztecsoft, Bangalore PHP Job Openings -OOPS, Apache, MySQL
Aztecsoft is a 2,200 people strong software engineering services partner for software product companies. Leaders in the OPD and Testing space, we provide Full-Lifecycle Product Engineering, Independent Testing, Professional Services and Sustained Engineering services to companies in the following domains:
Env 2.0: Tag a server and automagically install Apache
Rollout a new webserver with one Klick! This blogpost is about how-to use iClassify and Puppet together. Tag your server node with classes and automagically install the corresponding middleware. That's programming your environment. No fluff, just stuff!
Virtual Servers Apache
How to set up multiple virtual servers for development
4 Simple Apache tweaks to speed up delivery of your web site
Add these simple directives into your Apache configuration and you should notice a considerable increase in speed in the delivery of pages.
Basic Steps to Secure Apache
Here are some basic steps to secure Apache Web Server1. Hide the Apache Version number, and other sensitive information.By default many Apache installations provides information about version of Apache, operating system/version you’re running,
How to uninstall Apache |
Compression using mod_deflate in Apache
A compression filter optimizes the size of the content that you send from your web server to a user via the Internet. This will save lots of bandwidth and so the application will be a lot faster as the content will be transfered to browser pretty soon. This task can be performed by turning mod_deflate module on.C