Author: dumindu Date: Sat Dec 8 08:33:54 2007 New Revision: 10724 Log:
module should be named 'mod_cspace' in the modules directory to be consistent with the rest of the document. Modified: trunk/solutions/identity/modules/mod-cspace/INSTALL Modified: trunk/solutions/identity/modules/mod-cspace/INSTALL ============================================================================== --- trunk/solutions/identity/modules/mod-cspace/INSTALL (original) +++ trunk/solutions/identity/modules/mod-cspace/INSTALL Sat Dec 8 08:33:54 2007 @@ -1,43 +1,43 @@ - MOD_CASPACE INSTALLATION OVERVIEW - - Requiements - =========== - - o Apache2 Web Server (2.0.x or better) - o libxml2 ( >= 2.6.0) - o xmlsec ( >= 1.0.0) - - Unix - ==== - - $ ./configure --with-apxs2[=PATH_TO_APXS2] - $ make - $ cp .libs/libmod_cspace.so APACHE_MODULES_DIR/ - - NOTES: * Replace PATH_TO_APXS2 with the path to the apxs2 file in your Apche2 - installatoin. - - * Replace APACHE_MODULES_DIR with the directory where you want your - module to reside. Usually this is with the other modules in - /usr/lib/apache2/modules/ - - Configuration - ============= - - Minimal configuration required to enable cardspace on Apache2 server is as - follows. Note that this assumes that a PHP-like framework is in place to - provide session management. - - LoadModule cspace_module modules/mod_cspace.so - <Location /identity/> - UseCardSpaceAuth - </Location> - - NOTE: You need mod_ssl[1] configured properly for SSL requests in order to - use mod_cspace. - - For a complete list of configuration options please refer to the - MOD_CSPACE_GUIDE or [2] - - [1] www.modssl.org - [2] http://wso2.org/project/solutions/identity/1.0/docs/mod_cspace_config.html + MOD_CASPACE INSTALLATION OVERVIEW + + Requiements + =========== + + o Apache2 Web Server (2.0.x or better) + o libxml2 ( >= 2.6.0) + o xmlsec ( >= 1.0.0) + + Unix + ==== + + $ ./configure --with-apxs2[=PATH_TO_APXS2] + $ make + $ cp .libs/libmod_cspace.so APACHE_MODULES_DIR/mod_cspace.so + + NOTES: * Replace PATH_TO_APXS2 with the path to the apxs2 file in your Apche2 + installatoin. + + * Replace APACHE_MODULES_DIR with the directory where you want your + module to reside. Usually this is with the other modules in + /usr/lib/apache2/modules/ + + Configuration + ============= + + Minimal configuration required to enable cardspace on Apache2 server is as + follows. Note that this assumes that a PHP-like framework is in place to + provide session management. + + LoadModule cspace_module modules/mod_cspace.so + <Location /identity/> + UseCardSpaceAuth + </Location> + + NOTE: You need mod_ssl[1] configured properly for SSL requests in order to + use mod_cspace. + + For a complete list of configuration options please refer to the + MOD_CSPACE_GUIDE or [2] + + [1] www.modssl.org + [2] http://wso2.org/project/solutions/identity/1.0/docs/mod_cspace_config.html _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
