This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Apache


Page 1 of 41234»

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)

Tagged with:     

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)

Tagged with:         

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)

Tagged with:     

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)

Tagged with:     

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)

Tagged with:         

Page 1 of 41234»