APACHE INSTALL Linux: CentOS 6.5 WHAT IS APACHE Apache is an open source application which is governed by the GNU licensing for use and alteration of.

Slides:



Advertisements
Similar presentations
Linux Operating System Linux is a free open-source operating system based on Unix. Linux was originally created by Linus Torvalds with the assistance of.
Advertisements

What to expect.  Linux  Windows Server (2008 or 2012)
The Apache Web Server  Started in April 1996 as an open source multiplatform web server (Windows, FreeBSD, UNIX, and Linux compatible).  Now the world’s.
Web Servers How do our requests for resources on the Internet get handled? Can they be located anywhere? Global?
Lab 1. Overview – Why this lab Get to know the lab environment Get to know the lab environment Get a feeling for Linux Get a feeling for Linux Get a feeling.
CP476 Internet Computing Browser and Web Server 1 Web Browsers A client software program that allows you to access and view Web pages on the Internet –Examples.
Apache : Installation, Configuration, Basic Security Presented by, Sandeep K Thopucherela, ECE Department.
Intro to Computer Networks DNS (Domain Name System) Bob Bradley The University of Tennessee at Martin.
Installing software on personal computer
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Securing LAMP: Linux, Apache, MySQL and PHP Track 2 Workshop PacNOG 7 July 1, 2010 Pago Pago, American Samoa.
Setting Up a Development Server Once you have your own development server, you’ll wonder how you ever managed without one, and it’s easy to set one up!
Linux Basics. What is an Operating System (OS)? An Operating System (OS) is an interface between hardware and user which is responsible for the management.
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Linux Operations and Administration
Website Administration Information Systems 337 Prof. Harry Plantinga.
NSDI/NBII Clearinghouse Server Training Slide 1 NSDI/NBII Clearinghouse Server Training Yellowstone to Yukon Initiative 7. December University of.
Networking : Subnets COMP3. IP Addressing Within a Network Each node within a network must be uniquely identified Identification makes use of an IP address.
V Avon High School Tech Crew Agenda Old Business –Delete Files New Business –Week 10 Topics: Coming up: –Yearbook Picture: Feb 7 12:20PM.
Web Server Configuration Alokes Chattopadhyay Computer & Informatics Centre IIT Kharagpur.
1 Web Server Administration Chapter 3 Installing the Server.
DTS Web Hosting, Rates And Services Web Hosting Internet Services Unit May 2006.
Setting Up a Local WordPress Development Environment By Gregory Young Alternative Hosting
HDVC & Client Reflector server SIP Server User management HDVC & Client.
Introduction Purpose This course describes the process of installing the KPIT GNU toolchain on your PC. Objective Learn how easy it is to get information.
An example of how you can host your own Wordpress sites, or any other web applications, with a minimum of fuss or clashes between sites.
Review Security Hardening IPTables SELinux. Today Installations and updates – Rpm command and packages Apache “Issue Ownership”
Setting Up a Local WordPress Development Environment By Gregory Young Alternative Hosting
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
Apache Web Server v. 2.2 Reference Manual Chapter 1 Compiling and Installing.
Setting Up DreamWeaver NOTE: Use your mouse OR page down key to advance each page.
1 Installation When this module is complete, you will be able to:  Set a static IP address for your laptop  Install the snom ONE software  Navigate.
Server Performance, Scaling, Reliability and Configuration Norman White.
Linux Exercise. Download and Install the latest CentOS version and latest Ubuntu/Fedora OS. Configure a unique Host Name and a permanent IP Address for.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
 Load balancing is the process of distributing a workload evenly throughout a group or cluster of computers to maximize throughput.  This means that.
Website Administration Information Systems 337 Prof. Harry Plantinga.
Unit 2 - Hardware Networking. What is a network? A computer network is essentially a connection between two or more computers. This connection can be.
Web Server Administration Chapter 6 Configuring a Web Server.
Presented by Lonnye Bower Fardin Khan Chris Orona APACHE WEB SERVER.
Basic Setup of OpenMeetings Version Three Styles for Setup Style1 : Starting from Scratch – Starting from svn check out and compiling with ant.
Week-10 (Lecture-1) Web Building STEPS OF BUILDING: create web pages using HTML add a consistent style using CSS add computer code using JavaScript add.
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
1 E-Site - FTP Services Setup / install guide. 2 About FTP services can run on any desired port(s) Runs as a windows service Works for all sites installed.
9/21/04 James Gallagher Server Installation and Testing: Hands-on ● Install the CGI server with the HDF and FreeForm handlers ● Link data so the server.
APACHE INSTALL AWS Linux (Amazon Web Services EC2)
GNU and Linux.
Web and Proxy Server.
Web Technology Seminar
What is F/LOSS? By Scot Henderson.
Domain Name System DNS - A system for converting host names and domain names into IP addresses on the Internet or on local networks that use the TCP/IP.
COP 4343 Unix System Administration
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
DNS Tunneling.
1. Environment Setting Minhaeng Lee.
SUBMITTED BY: NAIMISHYA ATRI(7TH SEM) IT BRANCH
Developing Web-Based Applications
Lab 1 introduction, debrief
Software basics on the Internet
Module 3 Building a web app.
Planet Lab Demo IP Address Map
How To Install CentOS 6.5 & Virtual Box
Backtrack Metasploit and SET
IS3440 Linux Security Unit 8 Software Management
How To Install CentOS 6.5 & Virtual Box
Key Manager Domains February, 2019.
Presentation transcript:

APACHE INSTALL Linux: CentOS 6.5

WHAT IS APACHE Apache is an open source application which is governed by the GNU licensing for use and alteration of the code. Apache is a service which allows for hosting of web sites. Apache can host more than one web site on one computer be it a physical unit or a virtual machine.

PING IS YOUR FRIEND Use ping to verify that your system can reach the internet # ping This is just one of Google's Domain Name Services server IP addresses

YUM Use the yum command to install apache on CentOS 6.5 This will install the latest version as well as the dependacies root# yum install httpd

YUM STARTS DOWNLOAD

YUM TELLS YOU “ALL DONE”

EASY AS Find Linux distribution 2.Initialize download command as root 1.root# yum install hpttd 2.Verify options as download initializes or use -y to designate "yes" to all options 3.See the installation complete and start the httpd service 1.root# service httpd start

FIN Questions?