Services: Apache Distributed configuration & Access control

Size: px
Start display at page:

Download "Services: Apache Distributed configuration & Access control"

Transcription

1 Services: Apache Distributed configuration & Access control David Morgan Options controls which of certain features are available the features ExecCGI FollowSymLinks Includes IncludesNoExec Indexes MultiViews SymLinksIfOwnerMatch XBitHack 1

2 Config affects site s root Document Root /subdir3 /subdir4 /subdir1 /subdir5 /subdir2 Special treatment: <Directory> containers /subdir3 /subdir1 /subdir2 /subdir4 /subdir5 Document Root <Directory /subdir3 > <Directory /subdir5 > 2

3 Special treatment: htaccess files /subdir3 Document Root /subdir3/htaccess /subdir4 /subdir1 /subdir2 /subdir5 /subdir5/htaccess Special treatment: htaccess files /home Document Root UserDir public_html carlos darrell kate public_html public_html public_html /home/carlos/public_html/htaccess /home/darrell /public_html /htaccess /home/kate /public_html /htaccess 3

4 AllowOverride Permits directives in htaccess by category Categories have names AuthConfig FileInfo Indexes Limit Options one extreme: AllowOverride All (htaccess can do anything) other extreme: AllowOverride None (can do nothing) in the middle: AllowOverride <chosen combination of categories> Individual per-user site directories 4

5 Allow from, Deny from specify which computers can access an area of the server by address or domain name of host or net Allow/Deny from Allow/Deny from Allow/Deny from wwwapacheorg Allow/Deny from net apacheorg uclaedu Order Functions establish precedence of Allow and Deny determine default access state Forms Order Deny,Allow conflict? Allows, evaluated after Denys, have last word no mention? access allowed by default Order Allow,Deny conflict? Denys, evaluated after Allows, have last word no mention? access denied by default 5

6 Examples Order Deny,Allow Allow from Deny from What? which one wins? 2 Allow evaluated after (trumps) Deny Allow wins Order Deny,Allow Deny from all Allow from apacheorg Allow by default But explicitly, deny from all and allow from apacheorg In case of apacheorg matches both Deny and Allow which wins? Allow wins Order Allow,Deny Allow from apacheorg Deny from fooapacheorg Deny by default But explicitly, allow from apacheorg and allow from fooapacheorg In case of fooapacheorg matches both Allow and Deny which wins? Deny wins Exercise: what if Allow,Deny were switched to Deny,Allow? What about labtest directory? <Directory /usr/local/apache_1314/htdocs/labtest> AllowOverride None Options None Order Deny, Allow Deny from All Allow from ctasl001 can t use htaccess there to call shots locally can t use CGI or SSI there, nor other Options features no computers can access files it contains, except ctasl001 6

7 Now what about it? <Directory /usr/local/apache_1314/htdocs/labtest> AllowOverride All Options None Order Deny, Allow Deny from All Allow from ctasl001 changes /usr/local/apache_1314/htdocs/labtest/htdocs Order Allow,Deny Allow from All can use htaccess there to call shots locally can t use CGI or SSI there, nor other Options features all computers can access files it contains 7

K-RATE INSTALLATION MANUAL

K-RATE INSTALLATION MANUAL K-RATE INSTALLATION MANUAL K-Rate Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-RATE... 4 STEP 1: LOGIN TO YOUR MEMBER ACCOUNT... 4 STEP 2: ENTER DOMAIN NAME... 5 STEP 3: DOWNLOAD

More information

DxR clinician INSTRUCTOR MANUAL STUDENT USER MANUAL TECHNICAL APPENDIX

DxR clinician INSTRUCTOR MANUAL STUDENT USER MANUAL TECHNICAL APPENDIX DxR clinician INSTRUCTOR MANUAL STUDENT USER MANUAL TECHNICAL APPENDIX Contents Browser Requirements...3 Screen Size and Monitor Resolution...3 Sound...3 Uploading Your Media Files to the Server...3 Acceptable

More information

[UNIT 1 <Continued>]: <Understanding Apache>

[UNIT 1 <Continued>]: <Understanding Apache> [UNIT 1 ]: Directives DocumentRoot This directive specifies the root directory of the server s content hierarchy, Syntax DocumentRoot dir Where dir is the directory s

More information

Load balancing configuration. Technical specification

Load balancing configuration. Technical specification Technical specification Table of contents Introduction... 3 I. Overview... 3 II. The Apache load balancer... 3 III. Limitations... 3 Prerequisites... 4 Configuration... 5 I. Portal configuration... 6 II.

More information

INSTALLING GUIDE FOR A WEB SERVER

INSTALLING GUIDE FOR A WEB SERVER Installation and configuration of Apache 2.2, PHP5 enviroinment, MySQL 5.5 and phpmyadmin 3.4 By: Josué Gayán Báscones For: Web Application Deployment, 2 nd ASIX Josué Gayán Báscones Web Application Deployment

More information

.htaccess. What is it and what can it do?

.htaccess. What is it and what can it do? .htaccess What is it and what can it do? What is it? An.htaccess file is a simple ASCII file It lives on the server and affects the directories/subdirectories/files It is an Apache thing.. Not NT Make

More information

FreeBSD/Apache/MySQL/PHP

FreeBSD/Apache/MySQL/PHP FAMP FreeBSD/Apache/MySQL/PHP Outline Introduction Apache MySQL PHP Installation and Administration MySQL Apache PHP Appendix phpmyadmin lighttpd FastCGI 2 Apache Apache Software Foundation: http://www.apache.org/

More information

LING 408/508: Computational Techniques for Linguists. Lecture 20

LING 408/508: Computational Techniques for Linguists. Lecture 20 LING 408/508: Computational Techniques for Linguists Lecture 20 Today's Topic Did everyone get their webserver (OS X or Ubuntu or both) up and running? Apache2 Last time: we configured the root site http://localhost/

More information

CustomLog /var/www/vhosts/example.com/statistics/logs/access_log common

CustomLog /var/www/vhosts/example.com/statistics/logs/access_log common All steps as root, unless mentioned otherwise. First of all, configure your Apache server to use combined, instead of common as log format, in /etc/httpd/conf/httpd.conf. In Section 1: CustomLog logs/access_log

More information

K-SEARCH TRIAL INSTALLATION MANUAL

K-SEARCH TRIAL INSTALLATION MANUAL K-SEARCH TRIAL INSTALLATION MANUAL Qsoft Inc, 2006-2009, All Rights Reserved Page 1 of 32 K-Search Trial Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-SEARCH 15 DAYS TRIAL... 4

More information

Apache Security - Improving the security of your web server by breaking into it

Apache Security - Improving the security of your web server by breaking into it Apache Security - Improving the security of your web server by breaking into it Sebastian Wolfgarten, 21C3, December 2004 sebastian.wolfgarten@de.ey.com 1 Agenda Preface Introduction to Apache History

More information

14 The Apache Web Server

14 The Apache Web Server 14 The Apache Web Server CERTIFICATION OBJECTIVES 14.01 The Apache Web Server 14.02 Standard Apache Security Configuration 14.03 Specialized Apache Directories 14.04 Regular and Secure Virtual Hosts 14.05

More information

Genesys Interaction Recording Solution Guide. WebDAV Requirements

Genesys Interaction Recording Solution Guide. WebDAV Requirements Genesys Interaction Recording Solution Guide WebDAV Requirements 11/24/2017 Contents 1 WebDAV Requirements 1.1 Deploying the WebDAV Server 1.2 Configuring TLS for the WebDAV Server 1.3 Next Step Genesys

More information

User authentication, passwords

User authentication, passwords User authentication, passwords User Authentication Nowadays most internet applications are available only for registered (paying) users How do we restrict access to our website only to privileged users?

More information

Setup Koha Server. Enable Koha OAI Server. Setup Greenstone2.83

Setup Koha Server. Enable Koha OAI Server. Setup Greenstone2.83 Setup Koha Server Visit Koha official site - http://koha.org. In the download page, you can download Koha as a virtual machine from http://kylehall.info/index.php/projects/koha/koha-virtual-appliance.

More information

1 Apache2::Const - Perl Interface for Apache

1 Apache2::Const - Perl Interface for Apache Apache2::Const - Perl Interface for Apache Constants 1 Apache2::Const - Perl Interface for Apache Constants 1 Apache2::Const - Perl Interface for Apache Constants 1 11 Synopsis 11 Synopsis # make the constants

More information

Before you can configure TURNOVER for SVN v100, you must plan your implementation.

Before you can configure TURNOVER for SVN v100, you must plan your implementation. 84 Elm Street Peterborough, NH 03458 USA TEL (010)1-603-924-8818 FAX (010)1-603-924-6348 Website: http://www.softlanding.com Email: techsupport@softlanding.com Supplement #66 PLANNING FOR AND IMPLEMENTING

More information

Apache and... Virtual Hosts ---- aliases mod_rewrite ---- htaccess. 31 st Oct - 4 th Nov Blantyre, Malawi. Dorcas Muthoni.

Apache and... Virtual Hosts ---- aliases mod_rewrite ---- htaccess. 31 st Oct - 4 th Nov Blantyre, Malawi. Dorcas Muthoni. Apache and... Virtual Hosts ---- aliases mod_rewrite ---- htaccess AFNOG Chix 2011 Blantyre, Malawi 31 st Oct - 4 th Nov 2011 Dorcas Muthoni Courtesy: Hervey Allen Very good overview here: What is Apache?

More information

How to set up a WordPress Website on Amazon Web Services (AWS)

How to set up a WordPress Website on Amazon Web Services (AWS) How to set up a WordPress Website on Amazon Web Services (AWS) TEXT-ONLY GUIDE Joseph Spurrier josephspurrier.com November 1, 2014 v 1.0 Table of Contents 1 Abstract... 3 2 Overview... 3 3 Pricing... 3

More information

Usage Tracking for IBM InfoSphere Information Governance Catalog

Usage Tracking for IBM InfoSphere Information Governance Catalog Usage Tracking for IBM InfoSphere Information Governance Catalog Contents Overview... 3 1. Installing Piwik and its prerequisites... 3 Installing prerequisites... 3 Installing Piwik... 4 2. Creating the

More information

Using XMLSERVICE with.net

Using XMLSERVICE with.net Using XMLSERVICE with.net Communicating with IBM i from.net Presented by : Richard Schoen President/Chief Technical Officer RJS Software Systems richard@rjssoftware.com What Is XMLSERVICE? XMLSERVICE is

More information

IPv6 Sauron - Quick How To

IPv6 Sauron - Quick How To IPv6 Sauron - Quick How To Padrta, A., Kostěnec, M. September 22, 2014 Contents 1 Introduction 2 2 Deployment Scheme 2 2.1 Sauron Database Operations.............................. 2 2.1.1 Data Export...................................

More information

Deltek Maconomy. Installation Guide For Standard and PSO Installations

Deltek Maconomy. Installation Guide For Standard and PSO Installations Deltek Maconomy Installation Guide For Standard and PSO Installations March 10, 2016 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Application Security

Application Security Application Security sylphid.su@sti.com.tw Defcon 9 ( ) - Web CISSP (Certified Information Systems Security Professional) CERT/CC Instructor of Advanced Incident Handling for Technical Staff / Agenda Apache

More information

Deltek Maconomy. Installation Guide For Standard and PSO Installations

Deltek Maconomy. Installation Guide For Standard and PSO Installations Deltek Maconomy Installation Guide For Standard and PSO Installations April 9, 2018 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Certification. The HTTP Service

Certification. The HTTP Service Certification The HTTP Service UNIT 5 The HTTP Service 1 Objectives Learn the major features of the Apache HTTP server Be able to configure important Apache parameters Learn per-directory configuration

More information

Linux-Kurs Themen - Apache in One week - 1 May Apache in One week

Linux-Kurs Themen - Apache in One week - 1 May Apache in One week Apache in One week (Page in Michel Apache DOC) What is Apache (thttpd, MSInformation Server, Netscape, AOL Server etc.) History of Apache name. 1 Browsers (MSIE,Mozilla,Opera,Netscape,Konqueror,Galeon,

More information

Linux Network Administration. Apache Web Server COMP1071 Summer 2017

Linux Network Administration. Apache Web Server COMP1071 Summer 2017 Linux Network Administration Apache Web Server COMP1071 Summer 2017 Overview Apache2 is a software package which provides the infrastructure to deliver web services It is flexible, fast, open source, scalable,

More information

This material is based on work supported by the National Science Foundation under Grant No

This material is based on work supported by the National Science Foundation under Grant No This material is based on work supported by the National Science Foundation under Grant No. 0802551 Any opinions, findings, and conclusions or recommendations expressed in this material are those of the

More information

User Impersonation. 1. Overview. 2. Implementation Kernel Module (impersonate.ko)

User Impersonation. 1. Overview. 2. Implementation Kernel Module (impersonate.ko) 1. Overview UNIX is lacking a fundamental feature that allows for temporary user switches at run time. The setuid() group of system calls allow for a permanent switch but offer no return path. My goal

More information

Getting Started with BACKBASE Community Edition. BACKBASE, Dec 2005 Page 1/14/

Getting Started with BACKBASE Community Edition. BACKBASE, Dec 2005 Page 1/14/ Getting Started with BACKBASE 3.1.1 Community Edition BACKBASE, Dec 2005 Page 1/14/ Introduction The Backbase Community Edition 3.1.1 is delivered as a ZIP file in a Developer version and a Production

More information

Twiki Installation Notes. Ned Brush 4/13/06. Everything is left as is (default settings) unless specified below. Distribution: RHEL 4

Twiki Installation Notes. Ned Brush 4/13/06. Everything is left as is (default settings) unless specified below. Distribution: RHEL 4 Twiki Installation Notes Ned Brush 4/13/06 Everything is left as is (default settings) unless specified below. Distribution: RHEL 4 1) Here are some good references to follow during the installation: a.

More information

PoWA Documentation. Release Dalibo

PoWA Documentation. Release Dalibo PoWA Documentation Release 1.2.1 Dalibo May 04, 2015 Contents 1 PostgreSQL Workload Analyzer detailled installation guide 3 1.1 Download PoWA from the website................................... 3 1.2

More information

Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018

Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018 Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018 Step 1 Download the Orangescrum Self Hosted version of CloudEdition Extract the

More information

7 Control Structures, Logical Statements

7 Control Structures, Logical Statements 7 Control Structures, Logical Statements 7.1 Logical Statements 1. Logical (true or false) statements comparing scalars or matrices can be evaluated in MATLAB. Two matrices of the same size may be compared,

More information

Server Deployment Release Notes

Server Deployment Release Notes Table of Contents Server Deployment Release Notes Overview... 3 Installation... 3 Installing with Apache... 3 Installing on OS X...5 Installing on Windows... 6 Installing on Linux... 7 Installing via.htaccess...

More information

Elective Courses. Hamish Whittal Matthew West

Elective Courses. Hamish Whittal Matthew West Elective Courses Hamish Whittal Matthew West Elective Courses by Hamish Whittal and Matthew West Published 2005-01-25 21:25:17 Copyright 2004 The Shuttleworth Foundation Unless otherwise expressly stated,

More information

User Manual Cyber Operations Inc Cahaba Valley Parkway Pelham, AL Ph: Fax:

User Manual Cyber Operations Inc Cahaba Valley Parkway Pelham, AL Ph: Fax: User Manual Cyber Operations Inc. http://www.cyberoperations.com 153 Cahaba Valley Parkway Pelham, AL 35124 Ph: 205-403-2923 Fax: 205-403-6508 1999-2010 Cyber Operations, Inc. All rights reserved. Cyber

More information

Apache Security Training. Ivan Ristic

Apache Security Training. Ivan Ristic Apache Security Training Ivan Ristic Talk Overview 1. Apache Security Concepts 2. Installation and configuration 3. Denial of Service attacks 4. Sharing Apache 5. Logging and monitoring

More information

Port 1 IP: 192.168.1.99 Port 1 Netmask: 255.255.255.0 Default Gateway: 192.168.1.1 Baud Rate: 9600 Data Bits: 8 Parity: None Stop Bits: 1 Flow Control: None Username: admin Password: set port1-ip

More information

Bradley V. Stone Essential erpg. The Basics HTML, JavaScript, Stylesheets, Cookies, SSI, The IFS

Bradley V. Stone  Essential erpg. The Basics HTML, JavaScript, Stylesheets, Cookies, SSI, The IFS Essential erpg Bradley V. Stone www.bvstools.com Essential erpg The Basics HTML, JavaScript, Stylesheets, Cookies, SSI, The IFS The Function How does erpg work? The Core Working with Input, Output and

More information

Install and make Apache + PHP to work with PosgreSQL database server on Debian Linux and set up server Web Posgre interface Pgpadmin howto

Install and make Apache + PHP to work with PosgreSQL database server on Debian Linux and set up server Web Posgre interface Pgpadmin howto Install and make Apache + PHP to work with PosgreSQL database server on Debian Linux and set up server Web Posgre interface Pgpadmin howto Author : admin In previous article I've wrote on how to install

More information

Creating a Network. WordPress 3.1 (and up)

Creating a Network. WordPress 3.1 (and up) Creating a Network in WordPress 3.1 (and up) A comprehensive guide to setting up multisite by Andrea Rennick http://wpebooks.com Introduction Hello there intrepid reader. This here guide is to explain

More information

Index Symbols %b fields (logs), 45 %h fields (logs), 45 %r fields (logs), 45 %{Referer}i fields (logs), 46 %>s fields (logs), 45

Index Symbols %b fields (logs), 45 %h fields (logs), 45 %r fields (logs), 45 %{Referer}i fields (logs), 46 %>s fields (logs), 45 Index Symbols %b fields (logs), 45 %h fields (logs), 45 %r fields (logs), 45 %{Referer}i fields (logs), 46 %>s fields (logs), 45 %t fields (logs), 45 %u fields (logs), 45 %{User-agent}i fields (logs),

More information

Ultimate htaccess Article

Ultimate htaccess Article Web htaccesselite.com askapache.com Ultimate htaccess Article Heres my list of the ultimate htaccess code snippets and examples that I use all the time. I tried to keep them extremely minimalistic. Don

More information

web development with Python and Mod_Python George Lambert, GoldenWare. Cambridge Python Users Group Cambridge MA 21st November 2007

web development with Python and Mod_Python George Lambert, GoldenWare. Cambridge Python Users Group Cambridge MA 21st November 2007 web development with Python and Mod_Python George Lambert, GoldenWare. Cambridge Python Users Group Cambridge MA 21st November 2007 Python Web Development Part I - Options - options and more options Part

More information

Install Apache, PHP And MySQL On CentOS 7 (LAMP)

Install Apache, PHP And MySQL On CentOS 7 (LAMP) Install Apache, PHP And MySQL On CentOS 7 (LAMP) Version 1.0 Authors: Till Brehm , Falko Timme Updates: Srijan Kishore Follow Howtoforge

More information

mod_wsgi Documentation

mod_wsgi Documentation mod_wsgi Documentation Release 4.6.4 Graham Dumpleton Apr 03, 2018 Contents 1 Project Status 3 2 Security Issues 5 3 Getting Started 7 4 Requirements 9 5 Installation 11 6 Troubleshooting 13 7 User Guides

More information

Chef. Saving Time (and Money) With Automated Provisioning Trotter Cashion Hoopla Software

Chef. Saving Time (and Money) With Automated Provisioning Trotter Cashion Hoopla Software Chef Saving Time (and Money) With Automated Provisioning Trotter Cashion Hoopla Software About Me @cashion http://github.com/trotter Where I've Been Eastmedia (2006) Motionbox (2006-2009) Algorithmics

More information

B2B Installation Manual, System Requirements & Folder Structure

B2B Installation Manual, System Requirements & Folder Structure B2B Installation Manual, System Requirements & Folder Structure 1 Contents Installation Manual : 1. Add/Change Base URL 3 2. Configure Database 3 3. Add/Change RewriteBase 4 4. Uploading and Completing

More information

Enable log-out from Apache 2.4

Enable log-out from Apache 2.4 Enable Apache2.4 logout 1 Albrecht Weinert Enable log-out from Apache 2.4 Task and problem We have a multi domain server running Apache 2.4 on Ubuntu 16.04. Multiple applications and information services

More information

CMPSC 497 Attack Surface

CMPSC 497 Attack Surface Systems and Internet Infrastructure Security Network and Security Research Center Department of Computer Science and Engineering Pennsylvania State University, University Park PA CMPSC 497 Attack Surface

More information

Melis Platform V2. Front-Office. Create a website. Content: Date Version 2.0

Melis Platform V2. Front-Office. Create a website. Content: Date Version 2.0 4, rue du Dahomey 75011 Paris, France (+33) 972 386 280 Melis Platform V2 Front-Office Create a website Content: This document explains how to create a website using Melis Platform V2. It will go through

More information

Introduction to Security in Laserfiche 8.3 and later. White Paper

Introduction to Security in Laserfiche 8.3 and later. White Paper Introduction to Security in Laserfiche 8.3 and later White Paper November 2013 Table of Contents Authentication and Authorization... 4 Authentication... 4 Windows Accounts and LDAP... 5 Laserfiche Trustees...

More information

User Manual Cyber Operations Inc Cahaba Valley Parkway Pelham, AL Ph:

User Manual Cyber Operations Inc Cahaba Valley Parkway Pelham, AL Ph: User Manual Cyber Operations Inc. http://www.cyberoperations.com 153 Cahaba Valley Parkway Pelham, AL 35124 Ph: 205-733-0902 1999-2012 Cyber Operations, Inc. All rights reserved. Cyber Operations and FLM-TR

More information

Much Manifest Merging. Copyright 2015 CommonsWare, LLC

Much Manifest Merging. Copyright 2015 CommonsWare, LLC Much Manifest Merging Mommy, Where Do Manifests Come From? Gradle build files Sourcesets Build types and product flavors androidtest (if applicable) main AARs and library modules Priority based on order

More information

3.Constructors and Destructors. Develop cpp program to implement constructor and destructor.

3.Constructors and Destructors. Develop cpp program to implement constructor and destructor. 3.Constructors and Destructors Develop cpp program to implement constructor and destructor. Constructors A constructor is a special member function whose task is to initialize the objects of its class.

More information

IBM. IBM i2 Enterprise Insight Analysis Advanced Edition Example Deployment. Version 2 Release 1

IBM. IBM i2 Enterprise Insight Analysis Advanced Edition Example Deployment. Version 2 Release 1 IBM IBM i2 Enterprise Insight Analysis Advanced Edition Example Deployment Version 2 Release 1 Note Before using this information and the product it supports, read the information in Notices on page 31.

More information

Tungsten Dashboard for Clustering. Eric M. Stone, COO

Tungsten Dashboard for Clustering. Eric M. Stone, COO Tungsten Dashboard for Clustering Eric M. Stone, COO In this training session 1. Tungsten Dashboard Welcome 2. Tungsten Dashboard Overview 3. Tungsten Dashboard Prerequisites 4. Tungsten Dashboard Security

More information

Integration of VT ETD-db with Banner

Integration of VT ETD-db with Banner Integration of VT ETD-db with Banner James Volpe, Edward A. Fox Digital Library Research Laboratory Virginia Tech Blacksburg, VA 24061, USA {jvolpe, fox}@vt.edu Gail McMillan Digital Library and Archives

More information

Apache, FastCGI and Python

Apache, FastCGI and Python Revision History Revision 1.1 Oct 16, 2017 Revised by: FB Ferry Boender 1. Preface FastCGI is a hybrid solution to serving web applications written in a wide variety of programming languages. It sits somewhere

More information

A PAtCHy server: developed by the Apache group formed 2/95 around by a number of people who provided patch files for NCSA httpd 1.3 by Rob McCool.

A PAtCHy server: developed by the Apache group formed 2/95 around by a number of people who provided patch files for NCSA httpd 1.3 by Rob McCool. Outline q Introduction to Apache httpd web server q Basic Compilation, Installation and Configuration q Apache File system q Apache Logging & Status q Security & Performance Features q Virtual Hosting

More information

Contents. 1.2 User Management Login services...5

Contents. 1.2 User Management Login services...5 InAlias v 4.4 May 6, 2013 Contents 1 What is INALIAS...3 1.2 User Management...5 1.3 Login services...5 2 InstallING Inalias...6 2.1 Platform requirements...6 2.2 Where do I get the software...6 2.3 Installing

More information

LAMP Stack with VirtualHosts On Centos 6.x

LAMP Stack with VirtualHosts On Centos 6.x LAMP Stack with VirtualHosts On Centos 6.x This article illustrates how to install the Apache Mysql PHP Stack on Centos 6.x. Additionally, with this configuration, you can serve Multiple Domains using

More information

How To Redirect A Webpage Cheat Sheet

How To Redirect A Webpage Cheat Sheet How To Redirect A Webpage Cheat Sheet Need the code for your htaccess file? Check out our htaccess redirect generator here! Using Wordpress The easiest way to redirect a webpage on Wordpress is to use

More information

MODEM on HP-UX. Guy Van Sanden.

MODEM on HP-UX. Guy Van Sanden. MODEM on HP-UX Guy Van Sanden gvsanden@sckcen.be MODEM on HP-UX by Guy Van Sanden This document describes how to set up MODEM on HP-UX Table of Contents 1. Introduction...1 2. Apache and Tomcat...2 2.1.

More information

Setup and Environment

Setup and Environment Setup and Environment Web Architecture and Information Management [./] Spring 2009 INFO 190-02 (CCN 42509) Erik Wilde, UC Berkeley School of Information [http://creativecommons.org/licenses/by/3.0/] This

More information

Chapter 13 RIP Commands

Chapter 13 RIP Commands Chapter 13 RIP Commands NOTE: This chapter contains information about IPv4 RIP commands only. For information about IPv6 RIP commands, see IPv6 RIP Commands on page 14-1. default-metric Defines the global

More information

Exinda How To Guide: SSL Acceleration. Exinda ExOS Version Exinda Networks, Inc.

Exinda How To Guide: SSL Acceleration. Exinda ExOS Version Exinda Networks, Inc. Exinda How To Guide: SSL Acceleration Exinda ExOS Version 7.4.3 2 Copyright All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

Apache + PHP + MySQL. bdnog November 2017 Dhaka, Bangladesh

Apache + PHP + MySQL. bdnog November 2017 Dhaka, Bangladesh Apache + PHP + MySQL bdnog7 18-22 November 2017 Dhaka, Bangladesh Outline q Introduction to Apache httpd web server q Basic Compilation, Installation and Configuration q Apache File system q Apache Logging

More information

Step by Step Guide Domain Security Pro

Step by Step Guide Domain Security Pro Step by Step Guide Domain Security Pro by Mark Dulisse Copyright 2013 DomainSecurityPro.com Page 1 Copyright 2013 by DomainSecurityPro.com All rights reserved. No part of this publication may be reproduced,

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

Linix Firewall Security for the Small Office and Home Office

Linix Firewall Security for the Small Office and Home Office Linix Firewall Security for the Small Office and Home Office Ralph Durkee Independent Consultant Sponsored by Linux Users Group of Rochester rd@rd1.net Road Map What is a firewall and why do I need it?

More information

Introduction. -- Brian Behlendorf, Apache Group

Introduction. -- Brian Behlendorf, Apache Group The great thing about mod_rewrite is it gives you all the configurability and flexibility of Sendmail. The downside to mod_rewrite is that it gives you all the configurability and flexibility of Sendmail.''

More information

Rethinking web application access control. Joomla! 1.6 Security. because open source matters

Rethinking web application access control. Joomla! 1.6 Security. because open source matters Rethinking web application access control Joomla! 1.6 Security About Me Sam Moffatt [ pasamio ] Development Co-ordinator, Joomla! Systems Co-ordinator, USQ Master of Computing Student, USQ @Joomla: Joomla!

More information

ACCESS CONTROL IN APACHE HTTPD 2.4

ACCESS CONTROL IN APACHE HTTPD 2.4 ACCESS CONTROL IN APACHE HTTPD 2.4 Rich Bowen @rbowen Slides at: tm3.org/acin24 INTRO Before: Hard and limited Now: Easy and very flexible BEFORE (IE, 2.2 AND EARLIER) Order Allow Deny Satisfy ORDER allow,deny

More information

The first command should show your short hostname, and the second should show your fully qualified domain name (FQDN).

The first command should show your short hostname, and the second should show your fully qualified domain name (FQDN). Set the Hostname Before you begin installing and configuring the components described in this guide, please make sure you've followed our instructions for setting your hostname. Issue the following commands

More information

CCBC Math 081 Order of Operations Section 1.7. Step 2: Exponents and Roots Simplify any numbers being raised to a power and any numbers under the

CCBC Math 081 Order of Operations Section 1.7. Step 2: Exponents and Roots Simplify any numbers being raised to a power and any numbers under the CCBC Math 081 Order of Operations 1.7 1.7 Order of Operations Now you know how to perform all the operations addition, subtraction, multiplication, division, exponents, and roots. But what if we have a

More information

SciELO Web site for Windows Documentation

SciELO Web site for Windows Documentation SciELO Web site for Windows Documentation Release 5.x SciELO April 19, 2016 Contents 1 Installation of SciELO Website on Windows 3 1.1 REQUIREMENTS............................................ 3 1.2 SciELO

More information

VMware Monitoring Using Unnoc - Setup Instructions

VMware Monitoring Using Unnoc - Setup Instructions VMware Monitoring Using Unnoc - Setup Instructions Summary: This document explains how to setup an Unnoc server to monitor VMware vcenter Servers, ESX Servers, and Virtual Machines using the Perl VI SDK.

More information

B. The configuration will deny access to /var/web/dirl/private.html, but it will allow access to /var/web/dirl/subdir2/private.html, for example.

B. The configuration will deny access to /var/web/dirl/private.html, but it will allow access to /var/web/dirl/subdir2/private.html, for example. Volume: 294 Questions Question No: 1 Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT syntax? 1: 2: ServerAdmin admin9@server.example.org

More information

Web Servers and Security

Web Servers and Security Web Servers and Security The Web is the most visible part of the net Two web servers Apache (open source) and Microsoft s IIS dominate the market (Apache has 70%; IIS has 20%) Both major servers have lots

More information

Towards Automatic Reverse Engineering of Software Security Configuration

Towards Automatic Reverse Engineering of Software Security Configuration Towards Automatic Reverse Engineering of Software Security Configuration Rui Wang 1, XiaoFeng Wang 1, Kehuan Zhang 1,3,Zhuowei Li 2 1 School of Informatics, Indiana University at Bloomington. 2 Center

More information

Observium Enable your new virtual host 4

Observium Enable your new virtual host 4 Observium Contents 1 Introduction 1 1.1 Goals................................. 1 1.2 Notes................................. 1 2 Observium installation 2 2.1 1. Installation based on offical instructions.............

More information

Using IIS 8.0 Logging for Troubleshooting Troubleshooting Authentication and Authorization Troubleshooting Communication Troubleshooting

Using IIS 8.0 Logging for Troubleshooting Troubleshooting Authentication and Authorization Troubleshooting Communication Troubleshooting Using IIS 8.0 Logging for Troubleshooting Troubleshooting Authentication and Authorization Troubleshooting Communication Troubleshooting Configuration Why Audit IIS Logs? How the Tracing Infrastructure

More information

QGIS Application - Bug report #16462 QGIS Server lost the ability to cascade WMS layers published using HTTPS

QGIS Application - Bug report #16462 QGIS Server lost the ability to cascade WMS layers published using HTTPS QGIS Application - Bug report #16462 QGIS Server lost the ability to cascade WMS layers published using HTTPS 2017-04-23 09:36 AM - Giovanni Manghi Status: Closed Priority: High Assignee: Category: QGIS

More information

[19A4:225C][ T17:59:21]i000: Initializing string variable 'DOTNETHOME' to value '[ProgramFiles6432Folder]dotnet'

[19A4:225C][ T17:59:21]i000: Initializing string variable 'DOTNETHOME' to value '[ProgramFiles6432Folder]dotnet' Error screen shot attached.. Error Log files [19A4:225C][2017-08-30T17:59:21]i001: Burn v3.10.2.2516, Windows v10.0 (Build 15063: Service Pack 0), path: C:\Users\ksiva\AppData\Local\Temp\{BA541690-32DD-4DE0-8B0D-99A912362AF9}\.cr\dotnetdev-win-x64.1.1.0.exe

More information

Extracting data from the database

Extracting data from the database Extracting data from the database QUICK OVERVIEW: Incidence data extraction: Step 4 PICANet data extraction: Step 5 NCHDA data extraction: Step 6 Impact data extraction: Step 7 STEP 1 INSTALLING THE FRONT

More information

(U) Hive Infrastructure Installation and Configuration Guide

(U) Hive Infrastructure Installation and Configuration Guide (U) Hive Infrastructure Installation and Configuration Guide November 11, 2012 Classified By: 0706993 Reason: 1.4(c) Declassify On: 20371105 Derived From: COL S-06 ii //20371105 November 2012 (U) Table

More information

KillTest 䊾 䞣 催 ࢭ ད ᅌ㖦䊛 ᅌ㖦䊛 NZZV ]]] QORRZKYZ TKZ ϔᑈܡ䊏 ᮄ ࢭ

KillTest 䊾 䞣 催 ࢭ ད ᅌ㖦䊛 ᅌ㖦䊛 NZZV ]]] QORRZKYZ TKZ ϔᑈܡ䊏 ᮄ ࢭ KillTest Exam : 117-202 Title : LPI Level 2 Exam 202 Version : DEMO 1 / 6 1.Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT syntax? 1:

More information

APACHE INSTALLATION & BASIC CONFIGURATION. Thursday, November 8, 12

APACHE INSTALLATION & BASIC CONFIGURATION. Thursday, November 8, 12 APACHE INSTALLATION & BASIC CONFIGURATION OVERVIEW The Apache Webserver ( commonly just called Apache ) is an extremely popular open source web server. Most commonly run on Unix platforms, but also available

More information

Web services and web services

Web services and   web services Web services and email: web services An important web service is simple delivery of html over http (hypertext transfer protocol). The current version of http in use is 1.1, defined in RFC 2616. (There

More information

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr.

This guide consists of the following two chapters and an appendix. Chapter 1 Installing ETERNUSmgr This chapter describes how to install ETERNUSmgr. Preface This installation guide explains how to install the "ETERNUSmgr for HP-UX" storage system management software on an ETERNUS DX400 series, ETERNUS DX8000 series, ETERNUS2000, ETERNUS4000, ETERNUS8000,

More information

How to build and maintain an Enterprise YUM Repository.

How to build and maintain an Enterprise YUM Repository. How to build and maintain an Enterprise YUM Repository. A new colleague mentioned that she needed a way to patch all of her Redhat servers in the enterprise. The systems are on a closed network, so connecting

More information

WP EBOOKS Creating A WordPress Network

WP EBOOKS Creating A WordPress Network WP EBOOKS Creating A WordPress Network The Complete Guide to Setting Up WordPress Multisite 1 WP EBOOKS Creating A WordPress Network The Complete Guide to Setting Up WordPress Multisite 2 Creating a WordPress

More information

Installing Joomla

Installing Joomla Installing Joomla 3.0.11 To start installing Joomla 3.X you have to copy the zipped file Joomla_3.0.1-Stable-Full_Package.zip to the folder in which you want to install Joomla 3.X. On a web host this is

More information

Web Servers and Security

Web Servers and Security Web Servers and Security The Web is the most visible part of the net Two web servers Apache (open source) and Microsoft s IIS dominate the market Apache has 49%; IIS has 36% (source: http://news.netcraft.com/archives/2008/09/30/

More information

1 Apache2::RequestUtil - Perl API for Apache

1 Apache2::RequestUtil - Perl API for Apache Apache2::RequestUtil - Perl API for Apache request record utils 1 Apache2::RequestUtil - Perl API for Apache request record utils 1 Apache2::RequestUtil - Perl API for Apache request record utils 1 11

More information

XLPARSE2 Developer Guide

XLPARSE2 Developer Guide XLPARSE2 02/22/2018 18:20:22 January 4, 2018 release Use RPG to read an Excel XLS/XLSX spreadsheet by Giovanni B. Perotti (Italy) XLPARSE2 is based on the March 2010 Scott Klement's XLPARSER4 service program,

More information

Managing User Accounts

Managing User Accounts Contents User Accounts 2 Passwords 3 Common User Account Settings 4 The Anonymous User 5 User Accounts And The Web File Manager 5 Maxum Development Corp. The basic operation of a file transfer server boils

More information