summaryrefslogtreecommitdiffstats
path: root/NOTICE (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-11-29whitespaceJim Jagielski1-2/+2
2011-11-29RPM: Add support for mod_lua.Graham Leggett1-0/+14
2011-11-29RPM: Introduce a proper layout for RPM, removing the need for scriptGraham Leggett2-13/+27
2011-11-29Logic which makes the balancer "active" or not... so we can turn themJim Jagielski4-11/+18
2011-11-29RPM: Introduce an httpd-tools package, containing all the userlandGraham Leggett1-9/+26
2011-11-29RPM: Align the requires and buildrequires lines with those of the FedoraGraham Leggett1-18/+22
2011-11-29Instead of running thru all kinds of logic paths, just add inJim Jagielski1-0/+1
2011-11-29RPM: Split the LDAP and proxy_html modules into dedicated RPMs, so that theGraham Leggett1-6/+136
2011-11-29RPM: Remove stray configure options that are covered byGraham Leggett1-8/+0
2011-11-29RPM: Support shared mpms with the event mpm as default. Remove all theGraham Leggett1-40/+3
2011-11-29RPM: Include configuration for mod_proxy_html.Graham Leggett1-0/+2
2011-11-29RPM: The default httpd mpm is now worker instead of prefork.Graham Leggett1-1/+1
2011-11-28Expose the path that the balancer handles...Jim Jagielski2-2/+10
2011-11-28Pull this out as a sep function to allow for full vhostingJim Jagielski2-7/+32
2011-11-28"Final" (I hope) proxy struct/API changes in order to supportJim Jagielski2-3/+8
2011-11-28Error-check.Jim Jagielski3-27/+45
2011-11-28fix typoHiroaki Kawai1-1/+1
2011-11-28fix typo.Hiroaki Kawai4-7/+7
2011-11-27- Add some error handling for writing to the output filter chain.Stefan Fritsch1-9/+32
2011-11-27Fix some warn_unused_result compiler warnings by checking the return code ofStefan Fritsch1-15/+24