
How to run jsp in xampp?
This post will help you in running and compiling the jsp files using your xampp server on windows. All you have to do is get the Tomcat 6.0.20 Addon for Xampp Details :- Tomcat 6.0.20 and mod_jk 1.2.20 for the XAMPP base...
Continue reading full story (read This Post Has Been Viewed 94 Times. times)Add a Comment - 0 users commented on this post

ScriptAlias and Alias in httpd.conf at a glance
Here i am gonna quickly explain you the difference between ScriptAlias and Alias example: ScriptAlias /cgi-bin / www/cgi-bin/ A request for http://mywebpage.com/cgi-bin/foobar would cause the server to run the script /www/cgi-bin/foobar. This configuration is essentially equivalent to: Alias /cgi-bin/ /www/cgi-bin/ <Location /cgi-bin > SetHandler cgi-script Options...
Continue reading full story (read This Post Has Been Viewed 153 Times. times)Add a Comment - 0 users commented on this post

Apache AddHandler application/x-httpd-php not working?
Some times the AddHandler application/x-httpd-php .php .htm .html .my whatever if you put this in .htaccess file or in HTTPD.conf it seems to be not working. WHY? Because sometimes especially if you are using a shared hosting it will be always better...
Continue reading full story (read This Post Has Been Viewed 350 Times. times)Add a Comment - 0 users commented on this post

Disable the TRACE and TRACK For More Security
An attacker may manipulate the TRACE and TRACK methods to intercept your visitors’ sensitive data. The solution, of course, is disable these methods on your webserver.This is a security vulnerability found in Apache servers.So to disable this just add the...
Continue reading full story (read This Post Has Been Viewed 530 Times. times)Add a Comment - 0 users commented on this post

Speed up wordpress using .htaccess part 2
1 - Protect your WordPress blog from hotlinking Hotlinking is the use of an image from one site into a web page belonging to another site. Many bloggers are hotlinked, and have their bandwidth used on another websites. This very helpful...
Continue reading full story (read This Post Has Been Viewed 310 Times. times)Add a Comment - 0 users commented on this post
