summaryrefslogtreecommitdiffstats
path: root/config.layout (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-04fix typo.Hiroaki Kawai1-8/+10
2011-12-03mod_proxy: Note that proxy_lb_workers was removed from the public API.Graham Leggett1-1/+1
2011-12-03MMN bump for the removals from the public mod_proxy API.Graham Leggett1-2/+11
2011-12-03mod_proxy: Remove dead code ap_proxy_table_unmerge().Graham Leggett2-30/+0
2011-12-03mod_proxy: Move ap_proxy_strmatch_path and ap_proxy_strmatch_domain out ofGraham Leggett2-5/+4
2011-12-03mod_proxy: Remove ap_proxy_make_fake_req() from the public API.Graham Leggett1-1/+0
2011-12-03mod_proxy: Remove ap_proxy_make_fake_req() from the public API.Graham Leggett2-37/+37
2011-12-03mod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.Graham Leggett1-7/+0
2011-12-03mod_proxy: Remove dead code.Graham Leggett2-52/+0
2011-12-03mod_proxy: Make the ap_proxy_is* functions private.Graham Leggett2-4/+5
2011-12-03mod_proxy: Make sure we populate the client IP from the peer IP for proxyGraham Leggett1-0/+2
2011-12-03mod_proxy: Remove ap_proxy_date_canon() from the public API.Graham Leggett3-26/+24
2011-12-03mod_proxy: Remove ap_proxy_buckets_lifetime_transform() from the public API.Graham Leggett3-74/+51
2011-12-03mod_cache: Remove ap_cache_liststr(), it duplicates ap_find_token().Graham Leggett3-108/+1
2011-12-03mod_proxy: Remove ap_proxy_liststr(), it duplicates ap_find_token().Graham Leggett3-41/+2
2011-12-03mod_proxy: Move ap_proxy_string_read() out of the public API intoGraham Leggett3-77/+76
2011-12-03update MMN, not only the commentStefan Fritsch1-1/+1
2011-12-03Add lots of unique tags to error log messagesStefan Fritsch173-2185/+2201
2011-12-02mod_proxy: Make ap_proxy_retry_worker() into an optional function. AllowsGraham Leggett9-15/+121
2011-12-02Add APLOGNO() macro for unique tags for every log message.Stefan Fritsch8-0/+263
2011-12-02Fix apr_status_t being passed as loglevelStefan Fritsch1-1/+1
2011-12-02mod_auth_form: Use apr_status_t for the mod_session API.Graham Leggett1-4/+4
2011-12-02mod_session_dbd: Use apr_status_t as a return code across the mod_session API.Graham Leggett1-2/+2
2011-12-02mod_session: Use apr_status_t as a return code across the mod_session API,Graham Leggett5-45/+63
2011-12-02Fix segfault with Solaris LDAP SDK when enabling ldaps.Stefan Fritsch1-4/+25
2011-12-02Clarify the crypto notice for mod_session_crypto.Graham Leggett1-1/+4
2011-12-02Update the crypto notices for apr_crypto. apr_ssl is long gone.Graham Leggett1-5/+5
2011-12-02mod_session_crypto: Fix a pool lifetime problem when reading fromGraham Leggett1-1/+1
2011-12-02Fix for additional cases of URL rewriting with ProxyPassMatch orJoe Orton2-0/+24
2011-12-02* server/listen.c (open_listeners): Fix logic error caught byJoe Orton1-1/+1
2011-12-02Bring Windows httpd.conf up to date with documented or required modulesGregg Lewis Smith1-1/+16
2011-12-01Update transformation.Graham Leggett1-0/+23
2011-12-01Changes to v2.4 APIs.Graham Leggett1-0/+23
2011-12-01Update transformations.Graham Leggett19-176/+242
2011-12-01mod_rewrite: Add the AllowNoSlash RewriteOption, which makes it possibleGraham Leggett2-2/+22
2011-12-01Wish came true: CacheEnable works within LocationMatch, giving us mod_cacheGraham Leggett1-4/+0
2011-12-01Use 2 sep hashing functions to account for collisions...Jim Jagielski3-14/+26
2011-11-30Remove some getpid() logging, this is now also included in the error logStefan Fritsch2-12/+6
2011-11-30mod_cache: Apply the API change that allows future mod_cache providers toGraham Leggett3-2/+10
2011-11-30Remove some more now redundant log prefixesStefan Fritsch5-65/+60
2011-11-30Clarify the peer IP of the connection and the client IP of the request withinGraham Leggett4-35/+40
2011-11-30RPM: Make it possible to build mod_socache_dc against distcache.Graham Leggett1-2/+16
2011-11-30Added missing proxy import to Netware build.Guenter Knauf1-0/+1
2011-11-30Fixed compilation for non-*nix platforms.Guenter Knauf1-0/+2
2011-11-30mod_session_crypto: Add a SessionCryptoPassphraseFile directive so that theGraham Leggett2-0/+64
2011-11-30use a style sheet... ideally we would pull one off the filesystem,Jim Jagielski1-23/+50
2011-11-29Remove more log message prefixes that are now redundant as theStefan Fritsch10-187/+182
2011-11-29mod_dbd: The dbd_prepared_init() function reported the result of the lastGraham Leggett1-3/+2
2011-11-29Ensure casing doesn't matter... (we know balancer->s->name isJim Jagielski1-0/+1
2011-11-29Some optimization... we have a hash, use it. Quicker than allJim Jagielski3-8/+13