System & Network Administration (MCSA & RHCSA)

Slides:



Advertisements
Similar presentations
Coursework 2: getting started (3) – hosting static web pages Chris Greenhalgh G54UBI /
Advertisements

beas WEB App Installation
SYSTEM ADMINISTRATION Chapter 19
Basic Network Concepts And Troubleshooting. A Simple Computer Network for File Sharing.
20-753: Fundamentals of Web Programming 1 Lecture 11: Web Server Case Study Fundamentals of Web Programming Lecture 11: Web Server Case Study.
SIS - Security Lab Introductory Session University of Pittsburgh 2006.
Chapter Apache Installation on Linux. Acknowledgement The contribution made by Darrin Morison is acknowledged.
SERVER web page repository WEB PAGE instructions stores information and instructions BROWSER retrieves web page and follows instructions Server Web Server.
Chapter Apache Installation on Linux. Acknowledgement The contribution made by Darrin Morison is acknowledged.
Chapter Apache Installation in Linux- Mandrake. Acknowledgment The following information has been obtained directly from
Danguardian and Squid Proxy Installation and Configuration.
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.
Module 9 - Networking. 1.Network Concepts and Commands 2.Network Files 3.Network Services 4.Configure a network device 5.Network File-System (NFS & CIFS)
Ch 22: Web Hosting and Internet Servers LaShall Bates.
Remote Disk Access with NFS
APACHE SERVER By Innovationframes.com »
Chapter 22 Web Hosting and Internet Servers Xuanxuan Su.
Ruby on Rails (Slides modified by ements-2ed.shtml)
Linux Operations and Administration
Linux Services Sirak Kaewjamnong. 2 Linux DHCP Server  DHCP is an IP address dynamically assigned from DHCP server.  PC client will most likely get.
Web Server Configuration Alokes Chattopadhyay Computer & Informatics Centre IIT Kharagpur.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 10: Basic Apache Configuration and Management Chapter 26: Apache (httpd): Setting Up a Web.
© 1999 Cobalt Networks, Inc. (\dkh) Cobalt NASRaQ for the Technical Overview.
Web Servers Installation and Configuration May 24, 2001 CIS System Administration Problem Statement The class topic is setting up a Linux server to support.
1 Web Server Administration Chapter 9 Extending the Web Environment.
Hacking Linux Systems.  Text Editors  vi, ex, pico, jove, GNU emacs  Shells  chs (C Shell), sh (Bourne Shell)  File navigation  cd, ls, cp, mv,
DNS & DHCP on CentOS 5.7 4/12/54 อ. ดรัสวิน วงศ์ปรเมษฐ์
1 Apache. 2 Module - Apache ♦ Overview This module focuses on configuring and customizing Apache web server. Apache is a commonly used Hypertext Transfer.
Network Security: Lab#3 Transport-Level Security Tools J. H. Wang May 12, 2011.
Ruby on Rails (Slides modified by ements-2ed.shtml)
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
26th APAN - Queenstown, New Zealand - August 5, 2008 Installing PerfSONAR-BUOY John Hicks Indiana University TransPAC2
Linux Networking #1 Dr. Michael L. Collard 1.
Linux Overview Why Linux ? Not-so-ancient history –Torvalds, Linus Torvalds, 002 the Helsinki University, as a student, low budget, work home –rapid and.
Network Time Protocol Objectives Contents to learn how to setup ntp
WAMP Windows Apache MySQL and PHP i.e. “WAMP”. Why WAMP? WampServer is a Windows web development environment. It allows you to create and test web pages.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Case study: Data Provider setup Sergey Sukhonosov National Oceanographic Data Centre, Russia Expert training on the Ocean Data Portal technology, Buenos.
SIS - Security Lab Introductory Session University of Pittsburgh 2008.
Presented by Lonnye Bower Fardin Khan Chris Orona APACHE WEB SERVER.
Web Server Apache PHP HTTP Request User types URL into browser Address resolved if nec. We use directly Most browsers request.
Lab 8 Overview Apache Web Server. SCRIPTS Linux Tricks.
Planning, configuring, running and maintaining a web server -1.
Winter 2001C.Watters1 Apache Proxy Notes. winter 2001C.Watters2 Proxy Intermediary between clients and the web Configure browser to go to the proxy Proxy.
Sys Admin Course Service Management Fourie Joubert.
Your EC2 Instance. How to Connect to your EC2 Instance?
Day 15 Apache. Being a web server Once your system is correctly connected to the network, you could be a web server. –When you go to a web site such as.
Installation of PHP5 Objectives –Install PHP5 with support for Apache and MySQL Contents –Installing latest dependencies LibXML & LibSLT –Compiling and.
Installing VERITAS Cluster Server. Topic 1: Using the VERITAS Product Installer After completing this topic, you will be able to install VCS using the.
Apache Web Server v. 2.2 Reference Manual Chapter 2 Starting Apache.
PRESENTED BY ALI NASIR BITF13M040 AMMAR HAIDER BITF13M016 SHOIAB BAJWA BITF13M040 AKHTAR YOUNAS BITF13M019.
Linux Basics Part 2. VIM Editor vi improved Installed on most Linux machines Can be a bit confusing at first... o Cheat sheets FTW Other popular editors:
Linux, Apache, MySQL, PHP/Python/PERL ● a.k.a. LAMP ● Standard set of tools for configuring a Linux-based web server with database & interfacing capabilities.
OMS Administration Marie SHAH 02/12/2016.
Troubleshooting ip Chapter 5e.
CompTIA Network+ N Authorized Cert Guide
Ch 22: Web Hosting and Internet Servers
COP 4343 Unix System Administration
beas WEB App Installation
Introduction to GNU/Linux (Fedora) Command Line Interface
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
IS 4506 Server Configuration (HTTP Server)
OPS235: Configuring a Network Using Virtual Machines – Part 2
System & Network Administration (MCSA & RHCSA)
System & Network Administration (MCSA & RHCSA)
Troubleshooting ip Chapter 5e.
OS7030 – How to upgrade the software to v4.93
Configuring Server to communicate with CET meters (Ethernet)
RHCSA Study Prep.
Presentation transcript:

System & Network Administration (MCSA & RHCSA) Lecture 4-5 By Waseem Ahmad Topic :Mount

Web Server

Services :HTTPD Check either Httpd package is available . Rpm –qa grub httpd //command /etc/init.d/httpd status //to check the status Come in the directory of httpd conf Cd /etc/httpd/conf/ Vi httpd.conf ///setting file of httpd

Services /etc/init.d/httpd start // services start Chkconfig httpd on //restatrt Now Alow port in firewall System-config-firewall& /// Alow port 80 Here

Troubleshooting Netstat –ntl Check in browser default localhost page. Make a page in www Cd /var/www Ls Cd html Vi index.html

How to Configure Network Setup Or system-config-network After giving ip-adress service network restart Ifconfig Ifup and ifdown Arp Netstat –r