background preloader

Apache

Facebook Twitter

Regular Expressions. [Return to the DreamBank] Regular expressions are a set of codes that are used to match patterns of letters in many programming languages.

Regular Expressions

The DreamBank search engine lets you use the complete set of regular expressions (with a few exceptions) in your searches, so that you can refine your queries to find exactly what you want. This document includes: An Introduction to Regular Expressions This tutorial shows you exactly how you can use a few of the regular expression codes to perfect a search. Query: cat Unfortunately, this will also pull up dream reports that contain the words "category," "scathing," "locate," etc. Query: ^cat^ Now we have a new problem: we've eliminated "category" and "locate," but we've also excluded the word "cats," which we certainly want to find, if we're looking for cat dreams.

Query: ^cats? So far, so good, but now it occurs to us that a cat might be referred to as a feline, or a kitten, or a kitty (the plural of which would be kitties). RewriteRule Rules! - Very Common Mistakes! Globally Administered Management Of Technology!

RewriteRule Rules! - Very Common Mistakes!

The Gamot Network is test marking their Internet domain packages. The Domain Names and the Value Added Websites are all operational, however, the sign up process is still a manual one at this time. Gamot.Net Costs... The cost per domain name is P 5,000 per third level domain. Please note that this is a one time fee! Our Competitor Dot.ph charges US$70 per third level domain which must be paid again every two years! On top of this, at Dot.ph you need to pay an additional US$6 per month for the Dot.ph minimum hosting! Servlets. Overview This page discusses topic all around using Apache™ FOP in a servlet environment.

Servlets

Example Servlets in the FOP distribution In the directory {fop-dir}/src/java/org/apache/fop/servlet, you'll find a working example of a FOP-enabled servlet. The servlet is automatically built when you build Apache FOP using the supplied Ant script. After building the servlet, drop fop.war into the webapps directory of Apache Tomcat (or any other web container). The source code for the servlet can be found under {fop-dir}/src/java/org/apache/fop/servlet/FopServlet.java.

Create your own Servlet. Using Apache with mod_jk - Confluence 3.4. Icon The preferred configuration is Using Apache with mod_proxy.

Using Apache with mod_jk - Confluence 3.4

This works with any application server, and together with mod_proxy_html allows complex URL rewriting to deal with different application paths on the web server and the application server.This page documents a configuration of Apache, rather than of Confluence itself. Atlassian will support Confluence with this configuration, but we cannot guarantee to help you debug problems with Apache. Please be aware that this material is provided for your information only, and that you use it at your own risk. Introduction The Apache web server is often used in front of an application server to improve performance in high-load environments. Mod_jk is sometimes preferred to mod_proxy because AJP is a binary protocol, and because some site administrators are more familiar with it than with mod_proxy..

The scope of this documentation is limited to configuring the AJP connector in Tomcat 5.x. Apache Service Won't Start after openSSL setup. Apache+SSL Win32 HOWTO. Version 1.6.6 (changelog: view source) A newer and hopefully more often updated version of this HOWTO which also covers Apache 2 is available from Also check out this tutorial covering Apache 2 on Windows Server 2003 if you use that.

Apache+SSL Win32 HOWTO

Spanish translation maintained by Sergio Artigas French translation maintained by Jean-Francois Moreau Danish translation maintained by Morten Fischer-Nielsen German site Overview This page describes the installation of the Win32 version of Apache with the mod_ssl extension. Mod_ssl. Available Languages: en | fr Summary This module provides SSL v3 and TLS v1.x support for the Apache HTTP Server.

mod_ssl

SSL v2 is no longer supported. This module relies on OpenSSL to provide the cryptography engine. Further details, discussion, and examples are provided in the SSL documentation. Environment Variables This module can be configured to provide several items of SSL information as additional environment variables to the SSI and CGI namespace.

x509 specifies a component of an X.509 DN; one of C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email. The format of the *_DN variables has changed in Apache HTTPD 2.3.11. SSL_CLIENT_V_REMAIN is only available in version 2.1 and later. A number of additional environment variables can also be used in SSLRequire expressions, or in custom log formats: In these contexts, two special formats can also be used: ENV:variablename This will expand to the standard environment variable variablename. HTTP:headername Custom Log Formats Example Request Notes. Technical articles on: Windows servers, Apache Web Server, MySQL, PHP, IIS.