Subscribe For Free Updates!

We'll not spam mate! We promise.

Showing posts with label web server. Show all posts
Showing posts with label web server. Show all posts

Wednesday, 14 May 2014

wordpress installation in Linux server


Hello friend's In this session i am going to tell you how to install Worldpress in Linux server, Wordpress is open source blogging tool and CMS based on PHP and mysql which runs on a web hosting service. Wordpress is use by more than 18.9% of the top 10 million website.
In order to install wp we have to configure the web server & mysql server.


So now i am going to configure mysql database,

wordpress installation

As you can see sql database has been configured successfully and time to download Wordpress and configure the same, I already downloaded wordpress zip file,

wordpress installation in linux


Ok guys we successfully configured the wordpress config file and added the our mysql database, user and password, all configuration done now time to move and install wordpress

Go to you browser and type http://localhost (i did not configure dns server so i put localhost if you already install dns server then type you website name ) and fill required information
After filling the same click to install

wp installation

Bingo :) wordpress installed successfully :P. Now time to login...

wp installation


Here we go :D 

wp installation

I hope you like my tutorial if yes please share with others, if you have any doubt or quire feel free to ask me

Sunday, 26 January 2014

FTP Server in Linux



Hello Friend's, In this section I will be discussing the VSFTPD server and how to configure FTP Server with VsFtpd, FTP is File Transfer Protocol and use to send and receive files over the network,

Ftp use to port 20,21, The FTP protocol first opens up a single connection that is called the FTP control session. When we issue commands through this session, other ports are opened to carry the rest of the data related to that specific command. These connections can be done in two ways, either actively or passively.

To know more check this wiki






Feel free to contact me regarding any queries, ideas and suggestions, I need your valuable ideas,

Thanks :)

Sunday, 29 December 2013

Linux Virtual Hosting



Hello friend, To day i am going to tell you how to configure virtual host in Apache server,

Virtual hosting is a method for hosting multiple domain names on a single server. This allows one server to share its resources, to know more about Virtual hosting check Wikipedia.

We already configure web server in earlier post so i am not going to brief again

Before doing it, it's necessary to add new domain name in your DNS first.





Now create Document directory at /var/www/virtual this location and add your server enter in hosts file

 


Now your virtual hosting is working :)




Saturday, 28 December 2013

How to configure Apache web server



Hello Friend's, Today i am going to tell you, How to install and configure your web server in Linux with Apache, Apache is a open source web server, To know more about wikipedia..

Fist we have to install Apache server and then configure the httpd.conf file which is located in /etc/httpd/conf/httpd.conf, This file contend all the information about your web server :)



Now create any test page in /var/www/html location which is default location of your web server documents..


Monday, 23 December 2013

NTP Server


Hello Friends, Today i am gonna tell you how to configure NTP server,

NTP is actually Network Time Protocol which design to synchronizing locale time with network time and it is playing very impotent role when you are implementing LDAP server in your network,
For more info Please check wikipedia









Saturday, 21 December 2013

Update Linux Server



Hello friends, today i am going to tell you fastest way to Update your Server with "yum-plugin-fastestmirror" plugin that looks for fast server and download packages from there automatically when yum command is used is not installed ...