How to check whether mod_rewrite module is enabled/loaded or not in Apache There are lots of techniques to check this but below is very simple technique to check whether mod_rewrite module is enabled or not in you web server. 1) Create a file, Type <?php echo phpinfo(); ?> in that file and save…
How to force apache to parse html files as php? Below are some reasons why people like to parse HTML file as PHP. Search engines seem to more favor web pages that have .html extension instead of dynamic .php extensions. Converting an old static website into a dynamic website and worry about losing page…
Virtual Hosts simply give you the ability to “host” more than one Website and domain on your computer. With a virtual host you can have separate local domain names for each of your Websites.for example, http://website1/ for one site and http://website2/ for another etc. When you type the URL for the Virtual Host in…
Apache JMeter is a open source software, a 100% pure Java desktop application designed to load test functional behaviour and measure performance of a software/web-based packages. It was originally designed for testing Web Applications but has since expanded to other test functionality as well. In simple words‘Apache JMeter is Java application designed to load testing the application. You…
Apache Server Configuration File Apache has a great number of directives which you can set and manipulate in order to set your server’s behavior. Every server administrator will often update some of the directives, it all depends on their particular needs. Every person working with the Apache server is likely to encounter these directives.…