Check Apache Server after Installation.

Hello Friends,

In my previous article, we have seen how to install the Apache Server. Now, after installation we can confirm that whether the installation was a successful one or not, because many times even after successful installation the server doesnot starts or it doesn’t work. So lets check the it before using it with any script. Continue reading “Check Apache Server after Installation.”

HTTP Apache Error: make_sock: could not bind to address 0.0.0.0:80

Hello Friends,

This is one of my tutorials regarding the HTTP Apache server. Most of you may have faced the problem such as make_sock : could not bind to address 0.0.0.0:80 while installing HTTP Apache Server. Continue reading “HTTP Apache Error: make_sock: could not bind to address 0.0.0.0:80”

Maven Installation.

Hello Friends,

This is one of my tutorial for installation of Maven on windows. Maven is a software project management tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. Maven is an open source community and is a part of the Apache Software Foundation. The following instructions will guide you how to install Maven on Windows:- First, download the compressed zip file for the installation. Since it is open source it is easily downloadable from the internet. Then follow the Continue reading “Maven Installation.”