| Commit message (Expand) | Author | Age | Files | Lines |
* | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 2012-04-02 | 1 | -10/+30 |
* | Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff... | jsdelfino | 2012-02-20 | 1 | -6/+14 |
* | Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to... | jsdelfino | 2011-12-23 | 1 | -1/+1 |
* | Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect req... | jsdelfino | 2011-12-18 | 1 | -1/+1 |
* | Add ability to configure an HTTPS proxy with load balancing over a set of HTT... | jsdelfino | 2011-12-18 | 1 | -40/+63 |
* | Enable log collection using Scribe, and some minor log cleanup. | jsdelfino | 2011-11-30 | 1 | -3/+12 |
* | Change default log level from 'info' to 'notice' and improve some of the log ... | jsdelfino | 2011-11-21 | 1 | -1/+1 |
* | Change authentication scheme from Form based auth to OpenID + OAuth. | jsdelfino | 2011-11-14 | 1 | -0/+5 |
* | Upgrade to HTTPD 2.3.15-beta. | jsdelfino | 2011-11-12 | 1 | -4/+10 |
* | Enable multiple apps to co-exist under different paths in a single Virtual Ho... | jsdelfino | 2011-11-10 | 1 | -6/+0 |
* | Use Page Speed to minify Web resources at build time, and a few more improvem... | jsdelfino | 2011-10-26 | 1 | -1/+1 |
* | Refactor and simplify edit app, and optimize app resource loading and caching. | jsdelfino | 2011-10-24 | 1 | -0/+5 |
* | Fix stack overflow on Mac OS X. | jsdelfino | 2011-09-20 | 1 | -0/+10 |
* | Make authentication work with wildcard domains and increase authentication co... | jsdelfino | 2011-08-06 | 1 | -1/+3 |
* | Port to Mac OS X 10.6.7. | jsdelfino | 2011-06-28 | 1 | -6/+13 |
* | Add the ability to configure page headers and footers. | jsdelfino | 2011-06-13 | 1 | -6/+3 |
* | Add configuration and script to enable mod-security 2.6.0. | jsdelfino | 2011-06-13 | 1 | -0/+9 |
* | Fix representation of null values and escape control characters in JSON and H... | jsdelfino | 2011-04-17 | 1 | -3/+3 |
* | Fix performance and security issues reported by pagespeed and skipfish. | jsdelfino | 2011-04-04 | 1 | -2/+20 |
* | HTML cleanup, improve layout on different browsers, iOS and android devices a... | jsdelfino | 2011-03-27 | 1 | -0/+4 |
* | Merge changes from apr-2 branch. Port to APR 1.4.x and enable mod_session_cry... | jsdelfino | 2010-12-27 | 1 | -1/+1 |
* | Move HTTPD Require configuration for openid resources to the openid configura... | jsdelfino | 2010-12-08 | 1 | -16/+2 |
* | Add scripts to support 'Require valid-user' and 'Require group' authz configu... | jsdelfino | 2010-12-03 | 1 | -0/+10 |
* | Use different servers for cert-based and password-based auth and use event MP... | jsdelfino | 2010-11-28 | 1 | -49/+82 |
* | Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2... | jsdelfino | 2010-11-13 | 1 | -20/+70 |
* | Minor improvements to HTTPD configuration scripts. Add a mod-rewrite rule to ... | jsdelfino | 2010-10-28 | 1 | -0/+4 |
* | Improve format of HTTP and HTTPS logs. | jsdelfino | 2010-10-25 | 1 | -1/+8 |
* | Script fixes to get database working with the HTTPS-enabled store-cluster sam... | jsdelfino | 2010-08-19 | 1 | -1/+1 |
* | Test Postgresql hot standby + replication and integrated Postgresql database ... | jsdelfino | 2010-08-16 | 1 | -0/+1 |
* | Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an... | jsdelfino | 2010-08-14 | 1 | -7/+12 |
* | Fix HTTPS config scripts to enable SSL certicates, HTTP basic auth, and OpenI... | jsdelfino | 2010-08-02 | 1 | -7/+11 |
* | Refactor and cleanup some of the config scripts. Add a sample using mod_proxy... | jsdelfino | 2010-07-28 | 1 | -19/+24 |
* | More changes to get both single and mass dynamic virtual hosting working with... | jsdelfino | 2010-07-08 | 1 | -13/+22 |
* | Add support for HTTPD mass dynamic virtual hosting. Components can now be dep... | jsdelfino | 2010-07-06 | 1 | -2/+16 |
* | Minor cleanup of config scripts and samples. | jsdelfino | 2010-07-06 | 1 | -4/+4 |
* | HTTPD configuration changes to properly work behind a proxy or in a cluster. | jsdelfino | 2010-07-04 | 1 | -3/+9 |
* | Minimal support for implementation.widget, using simplified (and generic) JSO... | jsdelfino | 2010-07-01 | 1 | -0/+1 |
* | Add support for user and email component properties, and minimal support for ... | jsdelfino | 2010-06-27 | 1 | -0/+1 |
* | Add build support for a minimum distribution using prebuilt dependencies from... | jsdelfino | 2010-06-05 | 1 | -0/+26 |
* | Add a host parameter to the conf scripts to allow an external DNS host name t... | jsdelfino | 2010-03-28 | 1 | -3/+3 |
* | Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e... | jsdelfino | 2010-03-27 | 1 | -4/+59 |
* | Added support for HTTP references and different versions of the store-wsgi co... | jsdelfino | 2010-03-17 | 1 | -0/+2 |
* | Moved server configuration to HTTPD postConfig phase, to avoid running config... | jsdelfino | 2010-02-07 | 1 | -0/+1 |
* | Simplified server configuration, HTTPD modules now use deployment composite t... | jsdelfino | 2009-12-26 | 1 | -1/+1 |
* | Refactored httpd server integration, split http support and server logic in t... | jsdelfino | 2009-11-23 | 1 | -2/+0 |
* | Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk. | jsdelfino | 2009-11-16 | 1 | -0/+37 |