talk about other service urls

This commit is contained in:
fpeters 2004-09-08 11:45:21 +00:00
parent 0322fbdb90
commit 5173ce77ba
1 changed files with 4 additions and 3 deletions

View File

@ -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::
<Directory /usr/lib/cgi-bin/idpc/auth>
AuthType Basic