Application Log Analysis

Total Page:16

File Type:pdf, Size:1020Kb

Application Log Analysis Masarykova univerzita Fakulta}w¡¢£¤¥¦§¨ informatiky !"#$%&'()+,-./012345<yA| Application Log Analysis Master’s thesis Júlia Murínová Brno, 2015 Declaration Hereby I declare, that this paper is my original authorial work, which I have worked out by my own. All sources, references and literature used or excerpted during elaboration of this work are properly cited and listed in complete reference to the due source. Júlia Murínová Advisor: doc. RNDr. Vlastislav Dohnal, Ph.D. iii Acknowledgement I would like to express my gratitude to doc. RNDr. Vlastislav Dohnal, Ph.D. for his guidance and help during work on this thesis. Furthermore I would like to thank my parents, friends and family for their continuous support. My thanks also belongs to my boyfriend for all his assistance and help. v Abstract The goal of this thesis is to introduce the log analysis area in general, compare available systems for web log analysis, choose an appropriate solution for sample data and implement the proposed solution. Thesis contains overview of monitoring and log analysis, specifics of application log analysis and log file formats definitions. Various available systems for log analysis both proprietary and open-source are compared and categorized with overview comparison tables of supported functionality. Based on the comparison and requirements analysis appropriate solution for sample data is chosen. The ELK stack (Elasticsearch, Logstash and Kibana) and ElastAlert framework are deployed and configured for analysis of sample application log data. Logstash configuration is adjusted for collecting, parsing and processing sample data input supporting reading from file as well as online socket logs collection. Additional information for anomaly detection is computed and added to log records in Logstash processing. Elasticsearch is deployed as indexing and storage system for sample logs. Various Kibana dashboards for overall statistics, metrics and anomaly detection dashboards are created and provided. ElastAlert rules are set for real-time alerting based on sudden changes in events monitoring. System supports two types of input – server logs and client logs that can be reviewed in the same UI. vii Keywords log analysis, threat detection, application log, machine learning, knowledge discovery, anomaly detection, real-time monitoring, web analytics, log file format, Elasticsearch, Kibana, Logstash, ElastAlert, dashboarding, alerting ix Contents 1 Introduction .................................1 2 Monitoring & Data analysis .......................3 2.1 Monitoring in IT ............................3 2.2 Online service/application monitoring .................5 2.3 Data analysis ..............................5 2.3.1 Big data analysis . .5 2.3.2 Data science . .5 2.3.3 Data analysis in statistics . .7 2.4 Data mining ...............................7 2.5 Machine learning ............................8 2.6 Business intelligence ..........................9 3 Log analysis ................................. 11 3.1 Web log analysis ............................ 11 3.2 Analytic tests .............................. 12 3.3 Data anomaly detection ........................ 12 3.4 Security domain ............................. 13 3.5 Software application troubleshooting ................. 15 3.6 Log file contents ............................. 17 3.6.1 Basic types of log files . 18 3.6.2 Common Log File contents . 19 3.6.3 Log4j files contents . 20 3.7 Analysis of log files contents ...................... 23 4 Comparison of systems for log analysis ................ 25 4.1 Comparison measures .......................... 25 4.1.1 Tracking method . 25 4.1.2 Data processing location . 27 4.2 Client-side information processing software .............. 28 4.3 Web server log analysis ......................... 30 4.4 Custom application log analysis .................... 31 4.5 Software supporting multiple log files types analysis with advanced functionality ............................... 33 4.6 Custom log file analysis using multiple software solutions integration 36 5 Requirements analysis .......................... 39 5.1 Task description ............................. 39 5.2 Requirements and their analysis .................... 39 5.3 System selection ............................. 40 5.4 Proposed solution ............................ 41 5.5 Deployment ............................... 42 xi 6 Application log data ............................ 43 6.1 Server log file .............................. 43 6.2 Client log file .............................. 47 6.3 Data contents issues .......................... 48 7 Logstash configuration .......................... 51 7.1 Input ................................... 51 7.1.1 File input . 51 7.1.2 Multiline . 52 7.1.3 Socket based input collection . 53 7.2 Filter ................................... 54 7.2.1 Filter plugins used in configuration . 54 7.2.2 Additional computed fields . 58 7.2.3 Adjusting and adding fields . 59 7.2.4 Other Logstash filters . 61 7.3 Output .................................. 61 7.3.1 Elasticsearch output . 61 7.3.2 File output . 62 7.3.3 Email output . 62 7.4 Running Logstash ............................ 64 8 Elasticsearch ................................ 65 8.1 Query syntax .............................. 65 8.2 Mapping ................................. 66 8.3 Accessing Elasticsearch ......................... 67 9 Kibana configuration ........................... 69 9.1 General dashboard ........................... 69 9.2 Anomaly dashboard ........................... 75 9.3 Client dashboard ............................ 79 9.4 Encountered issues and summary ................... 80 10 ElastAlert .................................. 83 10.1 Types of alert rules ........................... 83 10.2 Created alert rules ........................... 84 11 Conclusion .................................. 87 11.1 Future work ............................... 88 11.1.1 Nested queries . 88 11.1.2 Alignment of client/server logs . 89 12 Appendix 1: Electronic version ..................... 91 13 Appendix 2: User Guide ......................... 93 13.1 Discover tab ............................... 94 13.2 Settings tab ............................... 97 13.3 Dashboard tab ............................. 97 13.4 Visualization tab ............................ 98 xii 14 Appendix 3: Installation and setup .................. 99 14.1 Logstash setup ............................. 99 14.2 Elasticsearch setup ........................... 99 14.3 Kibana setup .............................. 100 14.4 ElastAlert setup ............................. 100 15 Appendix 4: List of compared log analysis software ........ 101 16 Literature .................................. 107 xiii 1 Introduction Millions of online accesses and transactions per day create great amounts of data that are a significant source of valuable information. Analysis of these high amounts of data needs appropriate and sophisticated methods to process them promptly, efficiently and precisely. Data logging is an important asset in web application monitoring and reporting as it contains massive amounts of data about the application behavior. Analysis of logged data can be a great help with reporting of malicious use, intruders detection, compliance assurance and the anomalies that might lead to actual damage. In my master’s thesis I will be looking into the main benefits of monitoring, web application service log analysis and log records processing. I will be comparing a number of available systems for log records collecting and processing, considering both the existing commercial and open-source solutions. With regards to the sample data collected from a chosen web application, the most fitting solution will be chosen and proposed for the required data processing. This solution will then be implemented, deployed and tested on the sample application log records. Goals of this thesis are: • Get familiar with the terms of monitoring, data mining and the log records analysis; • Investigate possibilities and benefits of log records data collecting and analysis; • Look into different types of log formats and information they contain; • Compare and categorize commercial and open-source systems available for log analysis; • Propose an appropriate solution for the sample log records analysis based on previous comparison and requisites; • Implement the proposed solution, deploy and test on the sample data; • Summarize the results of the implementation and list possible future improvements. 1 2 Monitoring & Data analysis Monitoring1 as a verb means: To watch and check a situation carefully for a period of time in order to discover something about it. The fundamental challenge in IT monitoring process is to adapt quickly to continuous changes and make sure that the cost-effective and appropriate software tools are used. Strength of controlling process is based on both preventive and detective controls which also are the crucial parts of changes monitoring. There might be some bottlenecks in regards to different types of data that need to be monitored as not all types of monitoring systems allow records logging. Also the automated data logging processes might not be cost-effective due to slowing down the processing of data itself. Basically the strategies for automated monitoring include IT-inherent, IT-configurable, IT-dependent manual or manual guidelines and these need to be evaluated carefully considering the requisites and available resources. [1] 2.1 Monitoring in IT For Information technologies in particular, there are a few types of
Recommended publications
  • Analysis of Web Logs and Web User in Web Mining
    International Journal of Network Security & Its Applications (IJNSA), Vol.3, No.1, January 2011 ANALYSIS OF WEB LOGS AND WEB USER IN WEB MINING L.K. Joshila Grace 1, V.Maheswari 2, Dhinaharan Nagamalai 3, 1Research Scholar, Department of Computer Science and Engineering [email protected] 2 Professor and Head,Department of Computer Applications 1,2 Sathyabama University,Chennai,India 3Wireilla Net Solutions PTY Ltd, Australia ABSTRACT Log files contain information about User Name, IP Address, Time Stamp, Access Request, number of Bytes Transferred, Result Status, URL that Referred and User Agent. The log files are maintained by the web servers. By analysing these log files gives a neat idea about the user. This paper gives a detailed discussion about these log files, their formats, their creation, access procedures, their uses, various algorithms used and the additional parameters that can be used in the log files which in turn gives way to an effective mining. It also provides the idea of creating an extended log file and learning the user behaviour. KEYWORDS Web Log file, Web usage mining, Web servers, Log data, Log Level directive. 1. INTRODUCTION Log files are files that list the actions that have been occurred. These log files reside in the web server. Computers that deliver the web pages are called as web servers. The Web server stores all of the files necessary to display the Web pages on the users computer. All the individual web pages combines together to form the completeness of a Web site. Images/graphic files and any scripts that make dynamic elements of the site function.
    [Show full text]
  • Using Matomo in EBSCO's Discovery Service
    ARTICLES Analytics and Privacy Using Matomo in EBSCO’s Discovery Service Denise FitzGerald Quintel and Robert Wilson ABSTRACT When selecting a web analytics tool, academic libraries have traditionally turned to Google Analytics for data collection to gain insights into the usage of their web properties. As the valuable field of data analytics continues to grow, concerns about user privacy rise as well, especially when discussing a technology giant like Google. In this article, the authors explore the feasibility of using Matomo, a free and open-source software application, for web analytics in their library’s discovery layer. Matomo is a web analytics platform designed around user-privacy assurances. This article details the installation process, makes comparisons between Matomo and Google Analytics, and describes how an open-source analytics platform works within a library-specific application, EBSCO’s Discovery Service. INTRODUCTION In their 2016 article from The Serials Librarian, Adam Chandler and Melissa Wallace summarized concerns with Google Analytics (GA) by reinforcing how “reader privacy is one of the core tenets of librarianship.”1 For that reason alone, Chandler and Wallace worked to implement and test Piwik (now known as Matomo) on the library sites at Cornell University. Taking a cue from Chandler and Wallace, the authors of this paper sought out an analytics solution that was robust and private, that could easily work within their discovery interface, and provide the same data as their current analytics and discovery service implementation. This paper will expand on some of the concerns from the 2016 Wallace and Chandler article, make comparisons, and provide installation details for other libraries.
    [Show full text]
  • Forensics Investigation of Web Application Security Attacks
    I. J. Computer Network and Information Security, 2015, 3, 10-17 Published Online February 2015 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijcnis.2015.03.02 Forensics Investigation of Web Application Security Attacks Amor Lazzez, Thabet Slimani College of Computers and Information Technologies, Taif University, Kingdom of Saudi Arabia Email: [email protected], [email protected] Abstract—Nowadays, web applications are popular applications constitute a motivating environment for targets for security attackers. Using specific security attackers to perform security attacks. This involves the mechanisms, we can prevent or detect a security attack on development of various methods to perform a security a web application, but we cannot find out the criminal attack on a web application. The famous are: Cross-Site who has carried out the security attack. Being unable to Scripting, SQL injection, Code Injection, and Buffer trace back an attack, encourages hackers to launch new Overflow [1]. As long as web applications constitute the attacks on the same system. Web application forensics most important mean of data communication over the aims to trace back and attribute a web application security Internet, different techniques have been developed to attack to its originator. This may significantly reduce the protect web applications against hackers. Firewalls and security attacks targeting a web application every day, systems’ security patching are used for attack prevention; and hence improve its security. The aim of this paper is to intrusion detection systems and antivirus are used for carry out a detailed overview about the web application attack detection [1, 4]. forensics.
    [Show full text]
  • System Log Files Kernel Ring Buffer Viewing Log Files the Log Files
    System Log Files Most log files are found in /var/log Checking logs are critical to see if things are working correctly Checking logs is critical to see if things are working correctly. Take a look at all the log files on scratch ls /var/log Kernel Ring Buffer The kernel ring buffer is something like a log file for the kernel; however, unlike other log files, it’s stored in memory rather than in a disk file. You can use the dmesg command to view it. Many times it is logged to /var/log/dmesg as well. It requires sudo privileges to read the /var/log/dmesg file, but not to run the dmesg command. Viewing log files There are a number of commands to view log files. cat less head tail Anytime a new entry is added to a log file, it is appended to the end of the file. This is one of those times where tail is particularly useful. Usually when we want to look at log files we want to look at the most recent entries. When organizing our viewing command - order matters. Most of the following commands produce different results. And all are useful depending on what type of results you want. Go through the thought process and figure out what each command does. Can you figure out which three produce identical results? cat /var/log/syslog cat /var/log/syslog | grep daemon cat /var/log/syslog | grep daemon | tail -n 10 cat /var/log/syslog | tail -n 10 cat /var/log/syslog | tail -n 10 | grep daemon less /var/log/syslog less /var/log/syslog | tail -n 10 | grep daemon head -n 10 /var/log/syslog head -n 10 /var/log/syslog | grep daemon tail -n 10 /var/log/syslog tail -n 10 /var/log/syslog | grep daemon If you add the -f option to the tail command it provides a live watch of the log file.
    [Show full text]
  • Forensic Investigation of P2P Cloud Storage Services and Backbone For
    Forensic investigation of P2P cloud storage services and backbone for IoT networks : BitTorrent Sync as a case study Yee Yang, T, Dehghantanha, A, Choo, R and Yang, LK http://dx.doi.org/10.1016/j.compeleceng.2016.08.020 Title Forensic investigation of P2P cloud storage services and backbone for IoT networks : BitTorrent Sync as a case study Authors Yee Yang, T, Dehghantanha, A, Choo, R and Yang, LK Type Article URL This version is available at: http://usir.salford.ac.uk/id/eprint/40497/ Published Date 2016 USIR is a digital collection of the research output of the University of Salford. Where copyright permits, full text material held in the repository is made freely available online and can be read, downloaded and copied for non-commercial private study or research purposes. Please check the manuscript for any further copyright restrictions. For more information, including our policy and submission procedure, please contact the Repository Team at: [email protected]. Note: This is authors accepted copy – for final article please refer to International Journal of Computers & Electrical Engineering Forensic Investigation of P2P Cloud Storage: BitTorrent Sync as a Case Study 1 2 3 1 Teing Yee Yang , Ali Dehghantanha , Kim-Kwang Raymond Choo , Zaiton Muda 1 Department of Computer Science, Faculty of Computer Science and Information Technology, Universiti Putra Malaysia, UPM Serdang, Selangor, Malaysia 2 The School of Computing, Science & Engineering, Newton Building, University of Salford, Salford, Greater Manchester, United Kingdom 3 Information Assurance Research Group, University of South Australia, Adelaide, South Australia, Australia. Abstract Cloud computing has been regarded as the technology enabler for the Internet of Things (IoT).
    [Show full text]
  • Log File Management Tool Deployment and User's Guide
    Log File Management Tool Deployment and User's Guide Genesys Care/Support current 9/9/2021 Table of Contents Log File Management Tool Deployment and User's Guide 8.5.104 4 Overview 5 Architecture 8 New in this Release 11 Downloading LFMT 13 Known Issues and Limitations 14 Migration to LFMT 8.5.104 15 Log File Management Tool Deployment Planning 17 LFMT Client - GAX Dependencies 18 LFMT Database Sizing 19 LFMT Storage and Resource Sizing 21 Log File Management Tool General Deployment 24 Prerequisites 25 Deployment of the LFMT Client 27 Deployment of the LFMT Indexer 29 Deployment of the LFMT Collector 32 Configuration of the LFMT Database 36 Initializing the DBMS 40 Deployment of Workbench Agent for LFMT 8.5.1 44 Installing Workbench Agent (Mass Deployment) for LFMT 8.5.1 49 LFMT Application Connections 59 Log File Management Tool Configuration Options 60 LFMT Host Object Configuration Options 61 LFMT GAX Configuration Options 62 LFMT Indexer Configuration Options 64 LFMT Collector Configuration Options 67 LFMT DAP Object Configuration Options 73 Workbench Agent Configuration Options (for LFMT 8.5.1) 74 Workbench Agent Host Object Configuration Options (for LFMT 8.5.102) 78 Log File Management Tool User's Guide 79 Configuration of Access Control for LFMT Users 80 Site Configuration 85 Collection Schedules 89 Force Collection 93 Indexing and Scrubbing 97 Log File Packaging 101 Available Packages 104 LFMT Audit Information 108 Additional Information 111 Configuration of TLS Connections 112 Best Practices 116 Regular Expressions 117 Release Notes 119 Log File Management Tool Deployment and User's Guide 8.5.104 Log File Management Tool Deployment and User's Guide 8.5.104 The Log File Management Tool (LFMT) is an intelligent, configurable, centralized log collection tool developed by Genesys Customer Care.
    [Show full text]
  • Dude, Where's My Log File?
    Dude, Where’s My Log File? Making the Most of Progress OpenEdge Log Files Michael Banks Principal Software Engineer, OpenEdge Progress Software Introduction Why Log Files? • History • Troubleshooting • Security Introduction . Many components . Diverse technologies . Some common • AppServer, WebSpeed, Pacific AppServer for OpenEdge • Servlet container hosted components (adapters mainly) • ubroker.properties configuration 3 © 2014 Progress Software Corporation. All rights reserved. Goals for This Session How can I Where control the What is in should I type and the log file? look? amount of messages? 4 © 2014 Progress Software Corporation. All rights reserved. Progress OpenEdge Database Database Log <dbdir>/<dbname>.lg . Location cannot be changed . Startup parameter settings . Date/time startup and shutdown . User login/logout . System error messages . Utility and maintenance activity . SQL server startup/shutdown 5 © 2014 Progress Software Corporation. All rights reserved. Progress OpenEdge Database – Log Format [2014/09/16@15:25:45.022-0400] P-13259 T-47842003425760 I DBUTIL : (451) p t t t i b i f b k bth [ [2014/09/16@15:25:4 P- 13259 T- 47842003425760 ER 0: (333) Multi-user session begin. [2014/09/16@15:25:45.509-0400] P-13267 T-469809696I BROKER 0 : (15321) Before Image Log Initialization at block 0 offset 0. [2014/09/16@15:25:45.622-0400] P-13267 T-46980969695680 I BROKER 0: (452) Login by mbanks on batch. [ 6980969695680 I BROKER 0: (4234) P(452) g Loginp E g by mbanksa . Lon batch. u 61 on Linux devlinux15 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64.
    [Show full text]
  • Forensics in Peer-To-Peer Sharing and Associated Litigation Challenges
    Forensics in Peer-to-Peer Sharing and Associated Litigation Challenges Presented by Mo Hamoudi, Seattle, WA ([email protected]) Terry Lahman, Snoqualmie, WA ([email protected]) 1 Statement of Probable Cause “Between April 08, 2016, and April 09, 2016, while acting in an undercover capacity, I used a law enforcement version of eMule, a commonly used P2P file sharing program for the eD2k file sharing network, to monitor for P2P users possessing and distributing image and video files depicting child pornography. I used the law enforcement version of eMule to download several files depicting child pornography from a P2P user at IP address <redacted> (the SUBJECT IP ADDRESS).” The statement of probable cause implies the detective was sitting at a computer utilizing a special version of software to identify and download suspected child pornography. It also implies that the specialize software is running autonomously on the detective’s computer. The law enforcement version of eMule runs automatically without user invention. And the law enforcement computer is only one component of a large scale network of computers. Digging into the technical data of the law enforcement version of eMule required a deep investigation similar to peeling an onion, one layer at a time. The entire process required a number of discovery requests to peel back each layer. Each new discovery item was analyzed to dig deeper into the next layer. PRACTICE POINT: The practitioner needs to use the Federal Rules of Criminal Procedure 16 or its state counterpart to obtain information beyond the affidavit. United States v. Soto-Zuniga, 837 F.3d 992 (9th Cir.
    [Show full text]
  • IRC Channel Data Analysis Using Apache Solr Nikhil Reddy Boreddy Purdue University
    Purdue University Purdue e-Pubs Open Access Theses Theses and Dissertations Spring 2015 IRC channel data analysis using Apache Solr Nikhil Reddy Boreddy Purdue University Follow this and additional works at: https://docs.lib.purdue.edu/open_access_theses Part of the Communication Technology and New Media Commons Recommended Citation Boreddy, Nikhil Reddy, "IRC channel data analysis using Apache Solr" (2015). Open Access Theses. 551. https://docs.lib.purdue.edu/open_access_theses/551 This document has been made available through Purdue e-Pubs, a service of the Purdue University Libraries. Please contact [email protected] for additional information. Graduate School Form 30 Updated 1/15/2015 PURDUE UNIVERSITY GRADUATE SCHOOL Thesis/Dissertation Acceptance This is to certify that the thesis/dissertation prepared By Nikhil Reddy Boreddy Entitled IRC CHANNEL DATA ANALYSIS USING APACHE SOLR For the degree of Master of Science Is approved by the final examining committee: Dr. Marcus Rogers Chair Dr. John Springer Dr. Eric Matson To the best of my knowledge and as understood by the student in the Thesis/Dissertation Agreement, Publication Delay, and Certification Disclaimer (Graduate School Form 32), this thesis/dissertation adheres to the provisions of Purdue University’s “Policy of Integrity in Research” and the use of copyright material. Approved by Major Professor(s): Dr. Marcus Rogers Approved by: Dr. Jeffery L Whitten 3/13/2015 Head of the Departmental Graduate Program Date IRC CHANNEL DATA ANALYSIS USING APACHE SOLR A Thesis Submitted to the Faculty of Purdue University by Nikhil Reddy Boreddy In Partial Fulfillment of the Requirements for the Degree of Master of Science May 2015 Purdue University West Lafayette, Indiana ii To my parents Bhaskar and Fatima: for pushing me to get my Masters before I join the corporate world! To my committee chair Dr.
    [Show full text]
  • An Effective Method for Web Log Preprocessing and Page Access Frequency Using Web Usage Mining
    International Journal of Applied Engineering Research ISSN 0973-4562 Volume 13, Number 2 (2018) pp. 1227-1232 © Research India Publications. http://www.ripublication.com An Effective method for Web Log Preprocessing and Page Access Frequency using Web Usage Mining Jayanti Mehra1 Research Scholar, Department of computer Application, Maulana Azad National Institute of Technology (MANIT), Bhopal, Madhya Pradesh, India. Dr. R S Thakur2 Assistant Professor, Department of computer Application, ,Maulana Azad National Institute of Technology (MANIT), Bhopal, Madhya Pradesh, India. Abstract web is huge. A web site is the connection the consumer to company. The companies can revise visitor’s performance World Wide Web is rising rapidly and enormous amount of during web investigation, and discover the patterns. Web information is produced due to user’s communications with mining is generally distinct as find outing and study of helpful web sites. To exploit this information, recognizing usage information commencing the World Wide Web. Web mining pattern of users is very significant. Web Usage Mining is the split into three parts: Web Contents Mining, Web structure application of data mining techniques to find out the useful, mining and Web Usage Mining. Web Contents Mining hidden information about the users and interesting patterns represents the taking out of helpful information and web from data extracted from Web Log files. It supports to know knowledge from web resources or web contents such as text, frequently accessed pages, suppose user navigation, progress image, audio, video, and structured records. Web Usage web site structure etc. In command to relate Web Usage Mining can be as the find and analysis of access patterns of Mining, variety of actions is executed.
    [Show full text]
  • 02-Paolillo 1..9999
    c:/3socio/5-2/02-paolillo.3d ± 3/4/1 ± 18:21 ± disk/mp Journal of Sociolinguistics 5/2, 2001: 180±213 Language variation on Internet Relay Chat: A social network approach1 John C. Paolillo University of Texas at Arlington and Indiana University This paper examines linguistic variation on an Internet Relay Chat channel with respect to the hypothesis, based on the model of Milroy and Milroy (1992), that standard variants tend to be associated with weak social network ties, while vernacular variants are associated with strong network ties. An analysis of frequency of contact as a measure of tie strength reveals a structured relationship between tie strength and several linguistic variants. However, the variant features are associated with social positions in a way that does not correlate neatly with tie strength. An account of these results is proposed in terms of the social functions of the dierent variables and the larger social context of IRC aecting tie strength. KEYWORDS: Social networks, language variation, computer-mediated communication (CMC), Internet Relay Chat 1. INTRODUCTION The 1990s will be remembered as the decade in which the Internet and its protocols for communication (e-mail, Listserv discussions, Usenet news, the World-Wide Web, Internet Relay Chat, etc.) arrived in the lives of millions of people around the world. Almost from the outset of its popularization, digital technology enthusiasts promoted the Internet as a means for fostering social connection and community-building among geographically dispersed people in `virtual communities' (Rheingold 1993), where `virtual' denotes, as in com- puter science, something manifest only in a realm of electronic information.
    [Show full text]
  • Aspera FASP Proxy Admin Guide 1.4.0
    Aspera FASP Proxy Admin Guide 1.4.0 Linux Revision: 1.4.0.124878 Generated: 05/12/2016 18:15 | Contents | 2 Contents Introduction............................................................................................................... 3 Installation................................................................................................................. 5 System Requirements............................................................................................................................................5 Installing Aspera Proxy........................................................................................................................................ 5 Uninstalling Aspera Proxy....................................................................................................................................7 Forward Proxy.......................................................................................................... 8 Configuring the Server for Forward Proxy..........................................................................................................8 Firewall Considerations...................................................................................................................................... 10 Configuring the Client........................................................................................................................................10 Reverse Proxy..........................................................................................................13
    [Show full text]