summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/server/server-conf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor server hosting module, rename it and move it under a hosting dir, ↵jsdelfino2012-01-301-7/+0
| | | | | | and refactor its datastore components into a single component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68
* Add ability to configure an HTTPS proxy with load balancing over a set of ↵jsdelfino2011-12-181-0/+4
| | | | | | HTTP backend servers and get OAuth authentication working with that topology. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1220526 13f79535-47bb-0310-9956-ffa450edef68
* Enable multiple apps to co-exist under different paths in a single Virtual ↵jsdelfino2011-11-101-22/+0
| | | | | | Host and Internet domain. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200105 13f79535-47bb-0310-9956-ffa450edef68
* Port to Mac OS X 10.6.7.jsdelfino2011-06-281-4/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1140690 13f79535-47bb-0310-9956-ffa450edef68
* Simplify HTML and Javascript to improve UI and performance on iOS devices. ↵jsdelfino2011-05-021-0/+15
| | | | | | Fix offline cache manifest. Add an app clone page. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098489 13f79535-47bb-0310-9956-ffa450edef68
* Add Javascript functions and test cases to help work with JSON.jsdelfino2011-03-131-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081204 13f79535-47bb-0310-9956-ffa450edef68
* Skeleton of a composite app editor module.jsdelfino2010-12-291-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1053560 13f79535-47bb-0310-9956-ffa450edef68
* Port XML, ATOM and SCDL parsing logic to Javascript. Implement minimal ↵jsdelfino2010-12-111-1/+5
| | | | | | component rendering functions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044594 13f79535-47bb-0310-9956-ffa450edef68
* Add a CSS style sheet. Fix HTTPD Require configuration for files in the js ↵jsdelfino2010-12-081-0/+22
| | | | | | module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043293 13f79535-47bb-0310-9956-ffa450edef68
* Create a js module for client side javascripts. Move client component script ↵jsdelfino2010-12-061-2/+7
| | | | | | to that module and add a few utility scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042535 13f79535-47bb-0310-9956-ffa450edef68
* Use different servers for cert-based and password-based auth and use event ↵jsdelfino2010-11-281-1/+5
| | | | | | MPMs for tunnel and proxy servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1039840 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD ↵jsdelfino2010-11-131-1/+1
| | | | | | 2.3 Form auth modules play nice together. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034693 13f79535-47bb-0310-9956-ffa450edef68
* Fix path to JavaScript file.jsdelfino2010-10-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1028208 13f79535-47bb-0310-9956-ffa450edef68
* Fix configuration scripts to create directories if necessary.jsdelfino2010-08-161-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985800 13f79535-47bb-0310-9956-ffa450edef68
* Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS ↵jsdelfino2010-08-141-19/+3
| | | | | | and add HTTPS config to store-cluster sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985561 13f79535-47bb-0310-9956-ffa450edef68
* Refactor and cleanup some of the config scripts. Add a sample using ↵jsdelfino2010-07-281-0/+51
| | | | | | mod_proxy_balancer to distribute requests across three servers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980009 13f79535-47bb-0310-9956-ffa450edef68
* More changes to get both single and mass dynamic virtual hosting working ↵jsdelfino2010-07-081-16/+0
| | | | | | with HTTP and HTTPS. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961589 13f79535-47bb-0310-9956-ffa450edef68
* Add support for HTTPD mass dynamic virtual hosting. Components can now be ↵jsdelfino2010-07-061-1/+2
| | | | | | deployed, resolved, wired and invoked within a virtual host. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960847 13f79535-47bb-0310-9956-ffa450edef68
* Minor cleanup of config scripts and samples.jsdelfino2010-07-061-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960846 13f79535-47bb-0310-9956-ffa450edef68
* HTTPD configuration changes to properly work behind a proxy or in a cluster.jsdelfino2010-07-041-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960383 13f79535-47bb-0310-9956-ffa450edef68
* Minimal support for implementation.widget, using simplified (and generic) ↵jsdelfino2010-07-011-0/+4
| | | | | | JSONRPC and ATOMPub Javascript proxies. Minor changes to the server runtime to serve reference requests from widgets. Adjust and simplified samples using the widget support. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959521 13f79535-47bb-0310-9956-ffa450edef68
* Move SCA runtime SSL config from httpd-ssl-conf to server-conf, as it only ↵jsdelfino2010-03-291-0/+9
| | | | | | applies to servers running the SCA runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928608 13f79535-47bb-0310-9956-ffa450edef68
* Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to ↵jsdelfino2010-03-271-3/+12
| | | | | | end with both HTTPD and WSGI servers. Minor cleanup of the HTTPD config scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928160 13f79535-47bb-0310-9956-ffa450edef68
* Minor fixes to distro build. Added missing scripts. Placed libraries in the ↵jsdelfino2010-03-011-1/+1
| | | | | | correct module and component directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917438 13f79535-47bb-0310-9956-ffa450edef68
* Improvements to autoconf build to make support for python, web service etc ↵jsdelfino2010-01-111-2/+0
| | | | | | and relevant test cases optional and generate ac_defines used in ifdefs to check for debug and multithreading. Moved some optional code and test cases around to run them only when the tested features are built. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897791 13f79535-47bb-0310-9956-ffa450edef68
* Fixed build break. Added missing dir and fix server configuration script.jsdelfino2009-11-231-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883256 13f79535-47bb-0310-9956-ffa450edef68
* Refactored httpd server integration, split http support and server logic in ↵jsdelfino2009-11-231-0/+32
two modules. Added functions to load component implementations packaged as dynamic libraries. Minor monad code cleanup, converted cast operators to separate functions. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@883249 13f79535-47bb-0310-9956-ffa450edef68