Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Integrate Apache2 and Tomcat 7 Using mod_jk
As we know our most of the projects in Java is run using Tomacat application server. Sometimes we also need some web server like apache2 for other functionalities like wordpress integration.
In such situation our project need both of the server ...
How to setup Virtual Domain Name on apache2 Ubantu
Step 1 :- Create new project like /var/www/html/staging/blog
Step 2:- create index.php
Step 3:- Write <?php echo “Hello World”; ?> inside index.php
Step 4:- Check If you can access project via http://localhost/staging/b...
Indexing in Solr Server
Indexing:
Solr gives you a quick response and results because of indexing. What does this mean? It means that it searches index instead of the text to retrieve the results for you.
In book , you search for the index in the index page of the...
Installing SSL certificate on apache2
SSL or Secure Socket Layer ascertains that all data passed between the web server and the web browser remain private and secure. It is the standard security technology for engendering an encrypted connection between a web server and a web browser...
Setting up varnish with Apache
Before we begin with the setup of the varnish with Apache, let us know a bit about Varnish and then move ahead with configuration of varnish with apache with some examples that gives you an idea of basic settings for the server.
Varnish is an ...
Virtual Hosting - Host Multiple Sites on Single Server
Virtual Hosting is a process in which we can host multiple sites on a single server. or we can also say single Apache to have multiple sites.
Types of Virtual Hosting
Virtual hosting is of two types-
1. Name Based
2. IP Based
Na...
7 points every software developer should know about Linux administration
Linux is a particular field in itself, however, in the event as a developer you know how to handle some regular assignments. You can get great turn around and also can upgrade your application for execution. Simple and effective organization proc...