Novell eBook Reader User Manual

Page 44

Advertising
background image

40

Liberty Identity Provider for Novell eDirectory

Novell Confidential

06appb.fm last saved 4/14/03

Manual

Version: 3/17/03

103

JkMount /nidp/slo ajp13

JkMount /nidp/*.css ajp13

JkMount /nidp/slo_return ajp13

JkMount /nidp/term ajp13

JkMount /nidp/soap ajp13

JkMount /nidp/setintro ajp13

JkMount /nidp/rni ajp13

JkMount /nidp/sso ajp13

JkMount /nidp/*.jsp ajp13

JkMount /nidp/logview ajp13

JkMount /nidp/*.gif ajp13

JkMount /nidp/metadata ajp13

JkMount /nidp/rni_return ajp13

JkMount /nidp/term_return ajp13

JkMount /nidp/*.js ajp13

JkMount /nidp/* ajp13

JkMount /nidp ajp13

4

Paste the data in your Apache ssl.conf file (the default location is C:\Program
Files\Novell\Apache\conf\ssl.conf) before the line </VirtualHost> at the end of the file.

5

Copy the entire virtual host section (from <VirtualHost_default_:443> to </VirtualHost>) of
your Apache ssl.conf file (the default location is C:\Program
Files\Novell\Apache\conf\ssl.conf).

6

Paste the virtual host data at the end of the Apache ssl.conf file (the default location is
C:\Program Files\Novell\Apache\conf\ssl.conf) after the </VirtualHost> line to create a
second virtual host section for the common domain.

7

In the second virtual host section you just created, remove the eMFrame section, as shown:

################### localhost:/eMFrame ##################

# Static files

Alias /eMFrame "C:/PROGRA~1/Novell/Tomcat/webapps/eMFrame"

<Directory "C:/PROGRA~1/Novell/Tomcat/webapps/eMFrame">

Options Indexes FollowSymLinks

DirectoryIndex index.html index.htm index.jsp

</Directory>

# Deny direct access to WEB-INF and META-INF

#

<Location "/eMFrame/WEB-INF/*">

AllowOverride None

deny from all

</Location>

<Location "/eMFrame/META-INF/*">

AllowOverride None

deny from all

</Location>

#

# Use Directory too. On Windows, Location doesn't work unless case

matches

#

<Directory "C:/PROGRA~1/Novell/Tomcat/webapps/eMFrame/WEB-INF/">

AllowOverride None

deny from all

</Directory>

Advertising