diff --git a/doc/manual.txt b/doc/manual.txt index 7c77faa..38d7ee4 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -151,8 +151,8 @@ Apache Configuration ==================== Imagine ``soapEndPoint`` has been installed in ``/usr/lib/cgi-bin/idpc/`` and -``singleSignOn`` in ``/usr/lib/cgi-bin/idpc/auth/``. Apache CGI configuration -will typically look as follow:: +``singleSignOn`` (and other service URLs) in ``/usr/lib/cgi-bin/idpc/auth/``. +Apache CGI configuration will typically look as follow:: ScriptAlias /idpc/ /usr/lib/cgi-bin/idpc/ @@ -165,7 +165,8 @@ will typically look as follow:: For HTTP authentication Apache must be configured to restrict access to the -single sign on service URL; it may done as follow:: +service URLs (``singleSignOn``, ``singleLogout``, ``federationTermination``); +it may done as follow:: AuthType Basic