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