Skip to main content

Kenyth Zeng's Library tagged config   View Popular

11 Dec 09

Python Application Configuration - Google App Engine - Google Code

  • All files in this directory are uploaded with the application as static files.
  • You can use this instead of static_dir to map to specific files in a directory structure without mapping the entire directory.
  • 1 more annotations...
25 Sep 09

privoxy - The Main Configuration File

  • Forwarding can be used to chain Privoxy with a caching proxy to speed
    up browsing. Using a parent proxy may also be necessary if the machine
    that Privoxy runs on has no direct Internet access.

Notes on using nginx with mod_python and Django - SaltyCrane Blog

  • location / {
    proxy_pass http://127.0.0.1:8080/;
    include /etc/nginx/proxy.conf;
    }
  • location / {
    proxy_pass http://127.0.0.1:8080/;
    include /etc/nginx/proxy.conf;
    }

Django | How to use Django with FastCGI, SCGI, or AJP | Django Documentation

  • Like mod_python, FastCGI allows code to stay in memory, allowing requests to be
    served with no startup time. Unlike mod_python (or mod_perl), a FastCGI
    process doesn’t run inside the Web server process, but in a separate,
    persistent process.
  • The traditional mod_* arrangements in Apache embed various scripting
    languages (most notably PHP, Python and Perl) inside the process space of
    your Web server.
  • 6 more annotations...

NginxHttpCoreModule

    • To use regular expressions, you must use the a prefix:


      1. ~* for case insensitive matching
      2. ~ for case sensitive matching
  • the prefix "=", which matches an exact query only.
  • 6 more annotations...
01 Sep 09

Maven - Guide to Mirror Settings

  • To configure a mirror of a given repository, you provide it in your settings file (${user.home}/.m2/settings.xml), giving the new repository its own id and url, and specify the mirrorOf setting that is the ID of the repository you are using a mirror of.
  • <mirrorOf>*</mirrorOf>
  • 2 more annotations...
28 Aug 09

3.11 Java-based container configuration -- Spring Framework 3.0 Reference

  • can also take advantage of
    @Autowired annotations at the field and
    method levels, but not at the constructor level.
  • must
    also have a default constructor
  • 1 more annotations...

Maven - Introduction to build profiles

  • ensure that builds are portable.
  • Maven 2.0 introduces the concept of a build profile.
  • 2 more annotations...
20 Jun 09

Organizing Projects - Google Web Toolkit - Google Code

  • Any HTML page can
    include a GWT application via a SCRIPT tag.
  • insert
    widgets into specific places
  • 20 more annotations...
18 May 09

Apache Tomcat Configuration Reference - The HTTP Connector

  • If the PATH(Windows) or LD_LIBRARY_PATH(on most unix system)
    environment variables contain the Tomcat native library, the APR connector
    will automatically be configured.
  • The default value is to use the value that has been set for the
    connectionTimeout attribute.
  • 2 more annotations...

Apache Tomcat 6.0 - Connectors How To

  • When using a single server, the performance when using a native webserver in
    front of the Tomcat instance is most of the time significantly worse than a
    standalone Tomcat with its default HTTP connector, even if a large part of the web
    application is made of static files.
1 - 20 of 120 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo