Kenyth Zeng's Library tagged → 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_dirto 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
-
-
~*for case insensitive matching -
~for case sensitive matching
To use regular expressions, you must use the a prefix:
-
-
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
@Autowiredannotations 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...
18 Jul 09
Proxy auto-config - Wikipedia, the free encyclopedia
-
A PAC file contains a JavaScript function "FindProxyForURL(url, host)".
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)orLD_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.
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in config
Related Lists on Diigo
-
Linux_kiemelt
Items: 1 | Visits: 1
Created by: Béla Rétes
-
Sandbox Config
Setting up a virtual enviro...
Items: 5 | Visits: 4
Created by: Ann Gallenson
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
