Documentation for the Apache web server can be found on the Apache website, and is broken into two versions:

Size: px
Start display at page:

Download "Documentation for the Apache web server can be found on the Apache website, and is broken into two versions:"

Transcription

1

2 APACHE ESSENTIALS This appendix contains many resources that will help you on your way toward becoming an Apache superstar. Refer to the friends of ED website ( for updates to this list. Apache documentation There's a lot of documentation out there for Apache-so much, in fact, that it's hard to decide where to begin. The following are links to some of the most useful Apache resources on the Web. Official Apache documentation Documentation for the Apache web server can be found on the Apache website, and is broken into two versions: Apache 1.3 documentation: apache. org/ docs/ Apache 2.0 Documentation: For more information you can go to Apache's frequently asked questions Apache's FAQ file ( apache. org/ docs/misc/faq. html) holds answers to many, many potential problems that you might experience when configuring Apache. Apache's tutorials Apache also hosts a series of tutorials on their site ( misc/tutorials. html), covering all the major areas of configuration. Documentation for Mac OS X Apple has provided some basic documentation on using Apache with Mac OS X (go to apple. com/internet/macosx/intro. html). It outlines basic information on Apache configuration and security issues. Administering your server If life were easy, you'd only have to worry about maintaining your Apache configuration. Unfortunately, you also have to learn to configure your operating system as well. The following sites will help you: 148

3 RESOURCES Linux Network Administrator's Guide The Linux Network Administrator's Guide (NAG) is a community-supported handbook. The NAG covers several different aspects of Linux networking, such as network and DNS configuration. The NAG can be found online at Mac OS X Server documentation Apple maintains some great user documentation on their website. The documentation covers several aspects of Mac OS X configuration, including mail, web, and network services. Apple's Mac OS X Server documentation can be found online at server/documentation/. Windows 2000 documentation Microsoft has supplied online documentation for its Windows 2000 operating system. This documentation can be viewed at default. asp. Windows XP documentation Microsoft has supplied online documentation for its Windows XP Professional operating system. This documentation can be viewed at default. asp. Programming languages and databases PHP Perl The next logical step to running your own web server is to start programming scripts on it. Here are some links to get you started. PHP is an extremely useful and easy-to-learn web-programming language. Visit for more information. Perl is the most commonly used web-programming language, and you can find it on virtually any UNIX-based operating system. Visit for more information. Windows users can find a Perl installation at 149

4 APACH E ESSENTIALS SSI SSI is a simple scripting language that's used to include files and set variables within HTML documents. Apache's SSI tutorial can be found at: apache. orgl docsl howto/ssi. html. MySQL MySQL is an open-source database based on the SQL database engine. It's an extremely popular choice of database, because of its licensing terms and performance. Go to for more information. PostgreSQL PostgreSQL ( is an alternative choice for open-source SQL database engines. Although it isn't as popular or easy to configure, or as user friendly as MySQL, it's every bit as powerful (if not a little more powerful). OpenSSL OpenSSL ( is a free implementation of the SSL protocol and is used in Secure Web. An implementation of OpenSSL for Windows can be found at In order to use OpenSSL in Apache, you need the mod_ssl module, which can be found at Logging Apache's logging is quite robust-the following links will help you get the best out of your Apache logs. Configuring logs For more information on Apache LogLevels, go to core.html#loglevel. For more information on LogRotate, go to 10grotate.8.html. 150

5 RESOURCES Log analysis tools Analog Webalizer WebTrends Virtual hosts Apache's virtual host documentation can be found online at docs/vhosts/. Kasia's Geek Notes has an excellent virtual host sample configuration. It can be found online at General tools Here are several tools you can use once you're more comfortable with Apache and its inner workings. cpanel cpanel & WebHost Manager (WHM) ( is a commercial-hosting controlpanel system, which allows you to graphically configure your linux server. It's extremely user friendly, but does cost a little money to purchase. This utility helps make Apache easier to configure and maintain. Instead of opening a shell on the Apache server, editing the configuration files manually, and restarting Apache, you can make changes in an easy-to-use graphical setting. The problem with this, of course, is that it's web based. This opens you up to a potential breach of security should someone get ahold of your cpanel password, or exploit it in some unforeseen way. It's also possible to misconfigure Apache using the web interface, possibly even blocking your access to fix the problem! 151

6 APACHE ESSENTIALS Webmin Webmin ( is a web-based interface for system administration for UNIX. Using any browser that supports tables and forms (and Java for the File Manager module), you can set up user accounts, Apache, DNS, file sharing, and so on. Webmin consists of a simple web server, and a number of CGI programs that directly update system files. For example, look for /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no nonstandard Perl modules. Webmin offers the same features as cpanel, but is free software. The drawback to Webmin is that it's a little rougher around the edges, and not quite as easy to use. Still, it offers a graphical means of configuring your Linux system. It also supports Mac as X; as of the writing of this book, cpanel doesn't. flood flood ( tester. In layman's terms, it means that flood is capable of generating large amounts of web traffic. flood's flexibility and power arises in its configuration syntax. It's able to work well with dynamic content. flood is an excellent tool for testing your web server's performance under heavy usage. It's also useful for testing your mod_throttle policies. Additional resources Now that you have some base knowledge of Apache, you can go on and learn more. The following resources will be very helpful. Apache-tooLs.com Apache Tools ( is a compendium of many current tools and information sources for users of the Apache web server. Apache week Apache week ( is one of the longest running Apache-specific publications on the Web, and has a wealth of information for both new and advanced Apache users. 152

7 RESOURCES Linux user groups This is a mostly complete list of Linux user groups around the world (go to Linux user groups are excellent places to get one-on-one advice and help with both Linux and Apache. comp.infosystems. This newsgroup caters to all web-server software. but it's still a good place to ask questions and get advice. 153

8

9 APACHE ESSENTIALS Welcome to the end of the book. You've gone through quite the journey! You started off by breaking gently into the world of Apache configuration, through editing the httpd.conf file, then you looked at the inner workings of Apache, and even worked through some pretty complicated stuff, such as configuring 55L and virtual hosts. You can now install, configure, and maintain an Apache server for your organization without fear, and you can go on to do great things. Keep learning But your journey isn't over yet. Like with all skills, you must keep learning. Apache is as complicated and full-featured as Photoshop or Illustrator, and while you have a good base of knowledge to work from, there's still a lot to learn. The Apache documentation is a great place to start. Now that you have enough basic knowledge to find your way around, you'll better understand the more arcane configuration directives and be able to tune your Apache server to your needs. There are several other resources available to you online, through the Apache website and community websites such as Also, don't hesitate to visit Apache newsgroups, or seek out an Apache user group in your area.' Maybe you should even talk to your local propellerhead from time to time. You're now a web god-nothing can stop you! 156, Linux user groups are also a very useful place to get advice on Apache. An exhaustive list can be found at

10

11 INDEX Symbols.shtml extensions, configuring /ete/apache/ssl directory, moving server. key file to errors, tracking down 131 A access configuring, based on IP addresses 41 access.conf file 27 access.log files analyzing 126 custom scripts 130 log-analysis programs 126 formatting 111 combined logs 111 conditional log files 115 multiple log files 115 reading 116 Add Module directive adding PHP module 137 installing modules 65 mod_ssl module 97 AddType directive, installing modules 66 All directive 41 All directory option 30 Allow directive 141 AllowOverride directive 28 Analog statistics 127 Apache See also configuring Apache compared to cost 6 flexibility 6 performance 6 security 5 configuration 52 configuring for Perl 72 configuring for PHP 73 configuring configuring SSL server 101 considerations before installation 7 Linux 8 operating systems 7 Windows 10 documentation administering server 148 resources 148 history 4 installing 16 location of web files 21 obtaining 11 installing from source or binary 11 PHP support for 73 versions 11 virtual hosts 48 AuthDigestFile directive 40 authenticating configuration 39,40, 141 AuthGroupFile directive 40 AuthName directive 40, 141 AuthType directive 40 AuthUserFile directive 40 B bandwidth throttling mod_throttle module 139 basic.conf file 134 contains global directives

12 INDEX binary install, benefits 19 BIND, configuring 49 c CA (Certificate Authority) 90 becoming a CA 91 creating a public CA certificate 93 generating the CA private key 92 signing certificates 94 installing a certificate from 90 public key, installing 103 Certificate Authority. See CA certificates 88 creating 90 X chmod command, securing server.key file 91 compressed HTTP sessions, Apache configurations 143 config command 81 configuring a domain 28 basic configuration 28 directory options 29 configuring access based on IP addresses 41 configuring Apache 52 access based on IP addresses 41 restricting access to intranet directory 42 adding new file types 42 configuring mime.types 42 applying changes 43 authenticating users 39, 40, 141 basic configuration with PHP 73, 136, 137 changing the default index file 33 compressed HTTP sessions 143 configuring for Perl 72 configuring configuring 55L server 101 custom error messages 37 directory-level configuration 28 domains 28 external configuration files 43 protected intra net directory 140 rewriting URLs 34 directory level 35 server level 35 running virtual hosts 142 server-level configuration 26 5erverType directive 28 slashdotted site L module, loading 96 55L server, configuring 97 user directories 32 configuring log files 119 resources 150 rotating log files 120 configuring 121 piped logs 125 reading archived logs 125 virtual hosts 119 split-iogfile script 120 configuring 55L server 97 Apache virtual-host functionality 101 global options 97 saving log data for secure connections 99 configuring user directories mod_userdir module 32 cpanel tool, resources 151 custom error messages 37 syntax

13 INDEX Custom Log directive 56, 111 configuring log files 119 split log files 120 o databases, resources 149 Debian, obtaining SSL 88 Deny directive 141 directives 26 directory structure of website, planning 79 directory-level configuration 28 AllowOverride directive 28 Directorylndex directive changing the default index file 33 pointing to index.php 137 DNS configuration 48 Windows 2000IXP 52 DocumentRoot directive 55 domain names, history of 48 E echo command 81 encryption, methods 103 errmsg command 81 error messages, customizing 37 error.log file configuring 108 log levels 109 ErrorDocument syntax 38 ErrorLog directive 56 configuring log files 119 exec command 82 ExecCGI directory option 30 executing PHP scripts 137 external configuration files, including 43 external error documents, redirecting 39 F File Transfer Protocol (FTP) 3 file types, adding 42 flastmod command 82 Flood tool, resources 152 FolloWSymLinks directory option 30 fsize command 82 FTP (File Transfer Protocol) 3 G general tools, resources 151 global directives, basic.conf file 134 H HostNameLookups directive configuring log files 119 htpasswd utility 141 HTTP (Hypertext Transfer Protocol) 3 HTTP sessions, compressed Apache configurations 143 httpd.conf file 27 configuring virtual hosts 53 Hypertext Transfer Protocol (HTTP) 3 IfDefine section, configuring SSL server 97 IfModule section, configuring SSL server (Internet Information Server) compared to Apache 5 <img> tag 3 162

14 INDEX IncludesNOEXEC directory option 30 index.shtml files 80 Indexes directory option 31 installing Apache 16 binary install 19 configuration files editing 20 locating 21 firewall 17 location of web files 21 Mac OS X users 17 operating systems 19 requirements 16 source install 18 Windows users 16 Internet Information Server (115), compared to Apache 5 intranet directory restricting access to 42 protected Apache configurations 140 IP addresses, configuring access 41 IP-based virtual hosting 52 L Linux and server security 87 installing Apache 8 Linux Network Administrator's Guide administering server 149 LoadModule directive adding PHP module 137 installing modules 66 mod_ssl module 96 LockFile logs, configuring for Windows 134 log files 108 access.log file 111 and virtual hosts 119 configuring 119 location 119 privileges 108 trouble shooting 130 log rotation, configuring 121 log-analysis programs Analog 127 Webalizer 128 WebTrends 130 logfiles.conf file 134 contains configuration for server log files 136 LogFormat directive 111 configuring log files 119 logging, resources 150 LogLevel directive, configuring log files 119 logrotate utility, configuring log rotation 121 M Mac, using Apache 17 Mac OS X and server security 87 Mac OS X Server documentation 149 mime.types file 27 modules 60 configuring 66 finding 65 installed by default 60 installing 65 recommended modules 67 modules.conf file 134,

15 INDEX mod_access.c module. directives 64 mod_actions.c module. directives 63 mod_alias module 67 directives 35 mod_alias.c module. directives 64 mod_asis.c module. directives 63 mod_auth.c module. directives 64 mod_autoindex.c module. directives 62 mod_cglc module. directives 63 mod_dir.c module. directives 62 mod_env.c module. directives 60 modjzip_item_exclude directive configuring for compressed HTIP sessions 144 modjzip_item_include directive configuring for compressed HTIP sessions 144 mod_imap.c module. directives 63 mod_include module 63 enabling in httpd.conf configuration file mod_include.c module. directives 62 mod_isaplc module. directives 62 mod_lolconfig.c module. directives 61 mod_mime module configuring for compressed HTIP sessions 144 mod_mime.c module. directives 61 mod_negotiation.c module. directives 61 mod_rewrite module 67 alternative to 35 redirecting users 138 mod_setenvif.c module. directives 65 mod_so.c module. directives 64 mod_ssl module installing on Windows 87 loading 96 preconfigured server variables 99 setting up a secure connection 89 mod_throttle module 67 enabling bandwidth throttling 139 mod_userdir module loading and configuring 32 mod_userdir.c module. directives 63 MultiViews directory option 31 MySQL. resources 150 N name-based virtual hosting 52 NameVirtualHost directive 143 o <object> tag 3 OpenSSL creating certificates 90 obtaining 88 resources 150 sign.sh script 94 openssl utility generating the CA private key 92 req command 93 operating systems installing Apache 19 Order directive 141 p Perl 72 configuring Apache for 72 resources

16 INDEX PHP 72 configuring Apache 73, 74, 136, 137 as CGI73 resources 149 support for Apache 73 PHP scripts ExecCGI directory option 137 PidFile logs, configuring for Windows 134 piped logs 125 POP 3 PostgreSQL, resources 150 printenv command 82 private CA key, generating 92 programming languages, resources 149 protected intranet directory Apache configurations 140 public CA certificate, creating 93 R Red Hat Linux, obtaining SSL 88 Redirect directive, mod_alias module alternative to mod_rewrite module 35 RedirectMatch directive, mod_alias module 36 RedirectPermanent directive, mod_alias module 36 RedirectTemp directive, mod_alias module 36 req command, creating a public CA certificate 93 Require directive 40 resources 148 additional resources 152 Apache documentation 148 general tools 151 logging 150 programming languages and databases 149 server administration 148 RewriteBase directive URL for redirected file 139 RewriteEngine directive turning on rewriting engine 139 rewriting engine 139 rotate logs utility piped logs 125 RSA keys 92 s Satisfy directive any setting 140 ScriptAlias directive 56 scripting languages 72 benefits of 72 Perl 72 PHP 72 secure connections, setting up 89 Secure Sockets Layer. See SSL server administration, resources 148 Server Side Includes. See 551 server-level configuration access.conf file 27 httpd.conf file 27 mime.types file 27 srm.conf file 27 server. key file moving to /ete/apache/ssl directory 94 securing 91 ServerAdmin directive 54 ServerAlias directive 53, 55 running virtual hosts 142 ServerName directive 53,

17 INDEX serverroot directive configuring a domain 28 configuring for Windows 134 servertype directive 28 set command 83 sign.sh script 94 sizefmt command 81 slashdotted site, Apache configurations 138 source install, reasons for using 18 split-iogfile script 120 srm.conf file (Server Side Includes) 72 additional commands 81 benefits of 72 breaking up files 78 configuring in Apache 76 mod_include module 76 resources 50 syntax 78 ssl (Secure Sockets Layer) 86 caution on server security 87 strengths 86 obtaining 88 ssl server, configuring 97, 99, 101 sslcertificatefile directive 101 sslengine directive 101 sslmutex directive 97 sslrandomseed directive 98 configuring 98 sslv2 using 103 sslv3 using 103 symlinkslfownermatch directory option 31 T TCP ports 3 timefmt command 81 TLs using 103 TransferLog directive, options 125 u URLs for redirected files 139 redirecting to external web server 36 rewriting at directory level 35 rewriting at server level 35 User directive 40 v virtual hosts 48 Apache configurations 142 benefits 48 configuring in httpd.conf file 53 name-based 52 resources 151 sample Apache configuration 53 Custom Log directive 56 DocumentRoot directive 55 ErrorLog directive 56 scriptalias directive 56 serveradmin directive 54 serveralias directive 55 servername directive 55 VirtualHost directive 54 using separate configuration files 56 VirtualHost directive

18 INDEX w web files, location of 21 web servers, HTIP 3 Webalizer, information provided 128 Webmin tool, resources152 WebTrends 130 Windows and server security 87. binary install 19 installing Apache 10, 16 obtaining SSl 88 replacing specified paths for directives 134 Windows 2000 documentation administering server 149 Windows 2000IXP DNS configuration 52 Windows XP documentation administering server 149 x X Bit Hack 77 X. 509 certificates

DAY 2! Logs, Aliases, Redirects, Rewrites, and More! Oh My! Thursday, November 8, 12

DAY 2! Logs, Aliases, Redirects, Rewrites, and More! Oh My! Thursday, November 8, 12 DAY 2! Logs, Aliases, Redirects, Rewrites, and More! Oh My! VIRTUAL HOSTING OVERVIEW Virtual Hosting is an extremely popular feature of the Apache webserver. Virtual Hosting allows Apache to serve up more

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

Bitnami Piwik for Huawei Enterprise Cloud

Bitnami Piwik for Huawei Enterprise Cloud Bitnami Piwik for Huawei Enterprise Cloud Description Piwik is a real time web analytics software program. It provides detailed reports on website visitors: the search engines and keywords they used, the

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

An internal CA that is part of your IT infrastructure, like a Microsoft Windows CA

An internal CA that is part of your IT infrastructure, like a Microsoft Windows CA Purpose This document will describe how to setup to use SSL/TLS to provide encrypted connections to the. This document can also be used as an initial point for troubleshooting SSL/TLS connections. Target

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

Bitnami Trac for Huawei Enterprise Cloud

Bitnami Trac for Huawei Enterprise Cloud Bitnami Trac for Huawei Enterprise Cloud Description Trac is an enhanced wiki and issue tracking system for software development projects. It provides interfaces to Subversion and Git, an integrated Wiki

More information

Apache Httpd Manual Conf Virtualhost Redirect

Apache Httpd Manual Conf Virtualhost Redirect Apache Httpd Manual Conf Virtualhost Redirect Most linux distributions setup Apache with set of Note that it used to be named httpd.conf, if you In an Apache config file you will likely have a VirtualHost

More information

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH ViMP 2.0 Installation Guide Verfasser: ViMP GmbH Table of contents About this document... 3 Prerequisites... 4 Preparing the server... 5 Apache2... 5 PHP... 5 MySQL... 5 Transcoding... 6 Configuration...

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

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

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

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud

Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud Description Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location,

More information

Let's have a look at the normal Joomla! URLs:

Let's have a look at the normal Joomla! URLs: Joomla! v 1.5 Search Engine Friendly URLs (SEF URLs) A. What are SEF URLs? SEF means search engine friendly. Websites are considered search engine friendly if the pages can easily be found by search engines.

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

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

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

Bitnami ERPNext for Huawei Enterprise Cloud

Bitnami ERPNext for Huawei Enterprise Cloud Bitnami ERPNext for Huawei Enterprise Cloud Description ERPNext is an open source, web based application that helps small and medium sized business manage their accounting, inventory, sales, purchase,

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

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 Manual. version 1.6-r1

User Manual. version 1.6-r1 User Manual version 1.6-r1 Contents 1 What is Confixx? - General Information 4 1.1 Login................................ 4 1.2 Settings Lag............................ 5 2 The Sections of the Web Interface

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

Setting up the Apache Web Server

Setting up the Apache Web Server 1 Setting up the Apache Web Server The Apache Web Server (Hyper Text Transfer Protocol) is the most popular web server available. The project gained popularity with Linux in the 1990 s as they teamed up

More information

Bitnami JFrog Artifactory for Huawei Enterprise Cloud

Bitnami JFrog Artifactory for Huawei Enterprise Cloud Bitnami JFrog Artifactory for Huawei Enterprise Cloud Description JFrog Artifactory is a Binary Repository Manager for Maven, Ivy, Gradle modules, etc. Integrates with CI servers for fully traceable builds.

More information

Bitnami OSQA for Huawei Enterprise Cloud

Bitnami OSQA for Huawei Enterprise Cloud Bitnami OSQA for Huawei Enterprise Cloud Description OSQA is a question and answer system that helps manage and grow online communities similar to Stack Overflow. First steps with the Bitnami OSQA Stack

More information

Bitnami Re:dash for Huawei Enterprise Cloud

Bitnami Re:dash for Huawei Enterprise Cloud Bitnami Re:dash for Huawei Enterprise Cloud Description Re:dash is an open source data visualization and collaboration tool. It was designed to allow fast and easy access to billions of records in all

More information

Bitnami TestLink for Huawei Enterprise Cloud

Bitnami TestLink for Huawei Enterprise Cloud Bitnami TestLink for Huawei Enterprise Cloud Description TestLink is test management software that facilitates software quality assurance. It offers support for test cases, test suites, test plans, test

More information

Bitnami Open Atrium for Huawei Enterprise Cloud

Bitnami Open Atrium for Huawei Enterprise Cloud Bitnami Open Atrium for Huawei Enterprise Cloud Description Open Atrium is designed to help teams collaborate by providing an intranet platform that includes a blog, a wiki, a calendar, a to do list, a

More information

Bitnami OroCRM for Huawei Enterprise Cloud

Bitnami OroCRM for Huawei Enterprise Cloud Bitnami OroCRM for Huawei Enterprise Cloud Description OroCRM is a flexible open-source CRM application. OroCRM supports your business no matter the vertical. If you are a traditional B2B company, franchise,

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

Bitnami DokuWiki for Huawei Enterprise Cloud

Bitnami DokuWiki for Huawei Enterprise Cloud Bitnami DokuWiki for Huawei Enterprise Cloud Description DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small

More information

System Administration. NFS & Web Servers

System Administration. NFS & Web Servers System Administration NFS & Web Servers NFS SERVER File System Operations Create file / directory Remove file / directory List directory Open file Read from file Write to file NFS Network file system File

More information

Bitnami Mantis for Huawei Enterprise Cloud

Bitnami Mantis for Huawei Enterprise Cloud Bitnami Mantis for Huawei Enterprise Cloud Description Mantis is a complete bug-tracking system that includes role-based access controls, changelog support, built-in reporting and more. A mobile client

More information

More Security, SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 10, 2008.

More Security, SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 10, 2008. More Security, SSL, Credit Card Transactions CS174 Chris Pollett Nov. 10, 2008. Outline Inclusion Attacks SQL Injection Attacks HTTPs Credit Card Transactions Inclusion Attacks One lazy way to control

More information

Apache Web Server Administration for Windows

Apache Web Server Administration for Windows or tri N s di IO n tio AT uc od pr re U ed AL riz ho ut na EV U is i ib d tie PY oh pr O n C io t bu Apache Web Server Administration for Windows Apache Web Server Administration for Windows (AWS101 version

More information

Bitnami Spree for Huawei Enterprise Cloud

Bitnami Spree for Huawei Enterprise Cloud Bitnami Spree for Huawei Enterprise Cloud Description Spree is an e-commerce platform that was designed to make customization and upgrades as simple as possible. It includes support for product variants,

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

Chapters. Web-Technologies I 1

Chapters. Web-Technologies I 1 Web-Technologies Chapters Server-Side Programming: Methods for creating dynamic content Web-Content-Management Excurse: Server Apache Client-Side Programming (Next Lesson) Web-Services (Next Lesson) Search

More information

Mac OS X Server Web Technologies Administration. For Version 10.3 or Later

Mac OS X Server Web Technologies Administration. For Version 10.3 or Later Mac OS X Server Web Technologies Administration For Version 10.3 or Later apple Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. The owner or authorized user of a valid copy of Mac OS

More information

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

Security System Guide

Security System Guide FUJITSU Software Interstage Application Server Security System Guide Windows/Solaris/Linux B1WS-1088-03ENZ0(00) August 2014 Preface Purpose of this Document This manual provides information on how to set

More information

SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 5, 2007.

SSL, Credit Card Transactions. CS174 Chris Pollett Nov. 5, 2007. SSL, Credit Card Transactions CS174 Chris Pollett Nov. 5, 2007. Outline HTTPS and the Secure Socket Layer Credit Card Transactions HTTPS and the Secure Socket Layer When we use HTTP to browse the web,

More information

Bitnami Subversion for Huawei Enterprise Cloud

Bitnami Subversion for Huawei Enterprise Cloud Bitnami Subversion for Huawei Enterprise Cloud Description Subversion enables globally distributed software development teams to efficiently version and share source code with low administrative overhead.

More information

شرکت توسعه ارتباطات پردیس پارس. owncloud. The last file sharing platform you'll ever need

شرکت توسعه ارتباطات پردیس پارس. owncloud. The last file sharing platform you'll ever need شرکت توسعه ارتباطات پردیس پارس owncloud The last file sharing platform you'll ever need. Explore the Features: Click Sync and Share Your Data, with Ease A Safe Home for All Your Data Your Data is Where

More information

Public-key Infrastructure

Public-key Infrastructure Public-key Infrastructure Public-key Infrastructure A set of hardware, software, people, policies, and procedures. To create, manage, distribute, use, store, and revoke digital certificates. Encryption,

More information

app = web.application(urls, globals()) class hello: def GET(self, name): if not name: name = 'World' return 'Hello, ' + name + '!' if name == " main "

app = web.application(urls, globals()) class hello: def GET(self, name): if not name: name = 'World' return 'Hello, ' + name + '!' if name ==  main How to deploy web.py applications In this article you will learn how to deploy a web.py application under Linux / UNIX environments. You can refer to our article titled, How to install web.py if you don

More information

CTEC1863/2017F Lab #11, Part 1 Page 1 of 11. In this lab, we will be installing a popular solution for database-driven web sites.

CTEC1863/2017F Lab #11, Part 1 Page 1 of 11. In this lab, we will be installing a popular solution for database-driven web sites. CTEC1863/2017F Lab #11, Part 1 Page 1 of 11 Lab #11: LAMP In this lab, we will be installing a popular solution for database-driven web sites. This configuration is known as LAMP, an acronym standing for

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

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

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

SEEM4540 Open Systems for E-Commerce Lecture 03 Internet Security

SEEM4540 Open Systems for E-Commerce Lecture 03 Internet Security SEEM4540 Open Systems for E-Commerce Lecture 03 Internet Security Consider 2. Based on DNS, identified the IP address of www.cuhk.edu.hk is 137.189.11.73. 1. Go to http://www.cuhk.edu.hk 3. Forward the

More information

Public-key Infrastructure

Public-key Infrastructure Public-key Infrastructure Public-key Infrastructure A set of hardware, software, people, policies, and procedures. To create, manage, distribute, use, store, and revoke digital certificates. Encryption,

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

Ensim Pro and Ensim Basic for Linux Release Notes

Ensim Pro and Ensim Basic for Linux Release Notes Ensim Pro and Ensim Basic 3.7.1 for Linux Release Notes April 2, 2004 Introduction These release notes provide information about Ensim Pro and Ensim Basic 3.7.1 for Linux. This release upgrades Ensim WEBppliance

More information

Public-key Infrastructure

Public-key Infrastructure Public-key Infrastructure Cryptosystems Cryptosystems Symmetric Asymmetric (public-key) RSA Public key: n=3233, e=17 Private key: d=2753 Let m=65 Encryption: c = 65 17 (mod 3233) = 2790 Decryption: m =

More information

Web Server Administration

Web Server Administration Web Server Administration Street, 55100 Kuala Lumpur, Malaysia. Tel: +60327326992 Mobile: +601 8909 0379 Fax: +60327326992 Web Server Administration Course Objective use basic Linux commands; use basic

More information

Manual Ftp Windows 7 Server Iis 7.5 Smtp >>>CLICK HERE<<<

Manual Ftp Windows 7 Server Iis 7.5 Smtp >>>CLICK HERE<<< Manual Ftp Windows 7 Server Iis 7.5 Smtp IIS 7.5 was released along with Windows 7, IIS 8 released with Windows 8 and IIS 8.5 The first thing you'll need to setup your own FTP server in Windows is. Web

More information

Web Hosting Control Panel

Web Hosting Control Panel Web Hosting Control Panel cpanel Hosting refers to any web hosting plan that uses cpanel as its web hosting control panel. cpanel is the leading control panel interface in the web hosting industry today.

More information

Securing Apache: Step-by-Step by Artur Maj last updated May 14, 2003

Securing Apache: Step-by-Step by Artur Maj last updated May 14, 2003 Infocus < http://www.securityfocus.com/infocus/1694 > Securing Apache: Step-by-Step by Artur Maj last updated May 14, 2003 This article shows in a step-by-step fashion, how to install and configure the

More information

Apache Security with SSL Using FreeBSD

Apache Security with SSL Using FreeBSD Apache Security with SSL Using FreeBSD cctld Workshop February 14, 2007 Hervey Allen Network Startup Resource Center Some SSL background Invented by Netscape for secure commerce. Only available using Netscape

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

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 System Requirements (Client side)...3 Windows...3 Macintosh...3 Screen Size and Monitor Resolution...4

More information

Outline. Web browsers & Web servers

Outline. Web browsers & Web servers Web browsers & Web servers 1 Outline Goals and Objectives Topics headlines Introduction Finding a web page Browser Tasks Top browsers Browser window structure Internet Explorer Netscape / Mozilla Opera

More information

Architecture. Steven M. Bellovin October 27,

Architecture. Steven M. Bellovin October 27, Architecture Steven M. Bellovin October 27, 2015 1 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

More information

Princess Nourah bint Abdulrahman University. Computer Sciences Department

Princess Nourah bint Abdulrahman University. Computer Sciences Department Princess Nourah bint Abdulrahman University Computer Sciences Department 1 And use http://www.w3schools.com/ PHP Part 1 Objectives Introduction to PHP Computer Sciences Department 4 Introduction HTML CSS

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

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

CGI Programming 101 By Jacqueline D. Hamilton READ ONLINE

CGI Programming 101 By Jacqueline D. Hamilton READ ONLINE CGI Programming 101 By Jacqueline D. Hamilton READ ONLINE CGI Programming 101. A course intended for anyone who knows HTML but doesn't know Perl or CGI programming. Instantaneous Introduction CGI Programming

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 "404 Page Not Found" Error Encountered, page 2 Cannot Start or Join Meeting, page 2

More information

Sterling Secure Proxy Version 3 FTP Adapter Configuration with SSL. ProFTP SSL Certificate creation with openssl

Sterling Secure Proxy Version 3 FTP Adapter Configuration with SSL. ProFTP SSL Certificate creation with openssl Sterling Secure Proxy Version 3 FTP Adapter Configuration with SSL The SSP configuration has been tested with the following components. SSP 3 on Windows 2003 ProFTP Version 1.2.10 on Red Hat ES 4 Lftp

More information

GateDefender Performa updates from a local Web server

GateDefender Performa updates from a local Web server GateDefender Performa updates from a local Web server Copyright notice Panda Security 2008. All rights reserved. Neither the documents nor the programs that you may access may be copied, reproduced, translated

More information

Architecture. Steven M. Bellovin October 31,

Architecture. Steven M. Bellovin October 31, Architecture Steven M. Bellovin October 31, 2016 1 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

More information

Sams Teach Yourself Apache 2 in 24 Hours

Sams Teach Yourself Apache 2 in 24 Hours Sams Teach Yourself Apache 2 in 24 Hours Copyright 2002 by Sams Publishing International Standard Book Number: 0-672-32355-9 Warning and Disclaimer Every effort has been made to make this book as complete

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

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

Bitnami Moodle for Huawei Enterprise Cloud

Bitnami Moodle for Huawei Enterprise Cloud Bitnami Moodle for Huawei Enterprise Cloud Description Moodle is a Course Management System that is designed using sound pedagogical principles to help educators create effective online learning communities.

More information

Configuring MassTransit for the Web By Lorrin Nelson 2/18/2003

Configuring MassTransit for the Web By Lorrin Nelson 2/18/2003 Configuring MassTransit for the Web By Lorrin Nelson 2/18/2003 Group Logic Technical Support This document describes how to configure the MassTransit Remote Administration and Web Client features under

More information

Securing The Apache Web Server. Matthew Cook

Securing The Apache Web Server. Matthew Cook Securing The Apache Web Server Matthew Cook http://escarpment.net/ Agenda Background Web Servers Connections Apache History System Attacks Securing Apache Useful Tools In Summary Further Advice and Guidance

More information

Deltek Maconomy. Navigator Installation

Deltek Maconomy. Navigator Installation Deltek Maconomy Navigator 1.0.1 Installation January 30, 2015 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

Installing an SSL certificate on your server

Installing an SSL certificate on your server Installing an SSL certificate on your server Contents Introduction... 2 Preparing your certificate... 2 Installing your Certificate... 3 IIS 8... 3 IIS 7... 7 Apache... 10 Plesk 12... 11 Plesk Onyx...

More information

Setting up a LAMP server

Setting up a LAMP server Setting up a LAMP server What is a LAMP? Duh. Actually, we re interested in... Linux, Apache, Mysql, and PHP A pretty standard web server setup Not the only technology options! Linux Pick any! Common choices

More information

Preparing Your Working Environment

Preparing Your Working Environment A Preparing Your Working Environment In order to avoid any headaches while going through the case studies in this book, it's best to install the necessary software and configure your environment the right

More information

Stats of Web Server types

Stats of Web Server types APACHE HTTP SERVER About Apache Apache http server project http://httpd.apache.org Apache foundation started to support the web server project, but now extends to a multitude of other projects. Stats of

More information

[ Due: N.A ] [ Points: PRICELESS ] [ Date: 2/9/2016] [ Goings, Jesse ] Computer Network Specialist Center For Arts and Technology College Kelowna BC

[ Due: N.A ] [ Points: PRICELESS ] [ Date: 2/9/2016] [ Goings, Jesse ] Computer Network Specialist Center For Arts and Technology College Kelowna BC [UNIT 1]: This course will be implemented strictly with Linux operating systems Upcoming Topics: MySQL PHP Apache Books required for classes LPICK Foundations of CentOS Apache Apache

More information

Raspberry Pi as an Ad Blocking Access Point

Raspberry Pi as an Ad Blocking Access Point Raspberry Pi as an Ad Blocking Access Point Created by Justin Cooper Last updated on 2017-12-05 07:26:38 PM UTC Guide Contents Guide Contents Overview Preparation Install Software Improving Performance

More information

Bitnami Magento for Huawei Enterprise Cloud

Bitnami Magento for Huawei Enterprise Cloud Bitnami Magento for Huawei Enterprise Cloud Description Magento is a feature-rich flexible e-commerce solution. It includes transaction options, multi-store functionality, loyalty programs, product categorization

More information

Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3. Obtaining A Signed Certificate 4

Contents. SSL-Based Services: HTTPS and FTPS 2. Generating A Certificate 2. Creating A Self-Signed Certificate 3. Obtaining A Signed Certificate 4 Contents SSL-Based Services: HTTPS and FTPS 2 Generating A Certificate 2 Creating A Self-Signed Certificate 3 Obtaining A Signed Certificate 4 Enabling Secure Services 5 SSL/TLS Security Level 5 A Note

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

CyberLynk FTP Service Functional Description

CyberLynk FTP Service Functional Description CyberLynk FTP Service Functional Description - November 3, 2005 - Version 2.7 Presented by CyberLynk Network 10125 S. 52 nd Street Franklin, WI 53132 P: 414.858.9335 - F: 414.858.9336 www.cyberlynk.net

More information

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS)

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS) Overview Contents This document provides an overview to web server technology particularly Microsoft s Internet Information Server (IIS) and its relationship with. Although this article has been written

More information

Precise-ITC, Inc. Domain Hosting (Web/ ) Reference

Precise-ITC, Inc. Domain Hosting (Web/ ) Reference Precise-ITC, Inc. Domain Hosting (Web/E-mail) Reference 1.1 General Information Fast access and high availability with high security - Location of servers We use the data centre in PA, USA to host our

More information

Bitnami MediaWiki for Huawei Enterprise Cloud

Bitnami MediaWiki for Huawei Enterprise Cloud Bitnami MediaWiki for Huawei Enterprise Cloud Description MediaWiki is a wiki package originally written for Wikipedia. MediaWiki is an extremely powerful, scalable software and a feature-rich wiki implementation.

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

The WebGUI Runtime Environment. Roy Johnson Plain Black Corporation

The WebGUI Runtime Environment. Roy Johnson Plain Black Corporation The WebGUI Runtime Environment Roy Johnson Plain Black Corporation What is the WRE? All the supporting software required to host WebGUI Apache 2 / Mod_Perl 2 MySQL 5 Supporting Perl Modules AWStats Utilities

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

Mitchell Bosecke, Greg Burlet, David Dietrich, Peter Lorimer, Robin Miller

Mitchell Bosecke, Greg Burlet, David Dietrich, Peter Lorimer, Robin Miller Mitchell Bosecke, Greg Burlet, David Dietrich, Peter Lorimer, Robin Miller 0 Introduction 0 ASP.NET 0 Web Services and Communication 0 Microsoft Visual Studio 2010 0 Mono 0 Support and Usage Metrics .NET

More information

CSN09101 Networked Services. Module Leader: Dr Gordon Russell Lecturers: G. Russell

CSN09101 Networked Services. Module Leader: Dr Gordon Russell Lecturers: G. Russell CSN09101 Networked Services Week 8: Essential Apache Module Leader: Dr Gordon Russell Lecturers: G. Russell This lecture Configuring Apache Mod_rewrite Discussions Configuring Apache Apache Very well known

More information

Interstage Application Server V6.0 Security System Guide

Interstage Application Server V6.0 Security System Guide Interstage Application Server V6.0 Security System Guide Security System Guide - Preface Trademarks Trademarks of other companies are used in this user guide only to identify particular products or systems:

More information