Already a member?
Sign in
Install Apache for UCM
Apache config file httpd for stellent
* Q: One of these installs is a 7.5.1 install and the other is a 10gR3 install. Does it matter which install's module I should use, or would the module have even changed between versions?
* A: Traditionally, the filter has been backwards compatible and I believe that is still the case with 10gR3. So I would point to the 10gR3 version and your 7.5.1 instance should be able to work with it.
#
#Oracle Content Management Settings
#
LoadModule IdcApacheAuth "C:/stellent/shared/os/win32/lib/IdcApache22Auth.dll"
IdcUserDB idc "C:/stellent/data/users/userdb.txt"
#
Alias /idc "C:/stellent/weblayout"
<Location /idc>
DirectoryIndex portal.htm
IdcSecurity idc
Allow from all
</Location>
#
#IBR settings
#
IdcUserDB ibr "C:/stellent_ibr/data/users/userdb.txt"
Alias /ibr "C:/stellent_ibr/weblayout"
<Location /ibr>
Allow from all
DirectoryIndex portal.htm
IdcSecurity ibr
</Location>
#
#WCM SiteStudio settings
#
<Location />
IdcSecurity idc
</Location>
IdcUserDB urm "C:/stellent2/data/users/userdb.txt"
Alias /urm "C:/stellent2/weblayout"
<Location /urm>
DirectoryIndex portal.htm
IdcSecurity urm
Allow from all
</Location>
Alias /irm "C:/stellent/weblayout/irm"
<Location /irm>
DirectoryIndex index.html
Allow from all
</Location>
# One isapi filter for all instances, use the latest version of the isapi filter that
# you've got, i.e. if running 10gR3 and 7.5.1, use the 10gR3 filter
LoadModule IdcApacheAuth "d:/stellent/10gr3_4/shared/os/win32/lib/IdcApache22Auth.dll"
# One entry per server
# A 10gR3 server
IdcUserDB idc "d:/stellent/10gr3_4/data/users/userdb.txt"
Alias /10gr3_4 "d:/stellent/10gr3_4/weblayout"
<Location /10gr3_4>
DirectoryIndex portal.htm
IdcSecurity idc
Allow from all
</Location>
# A 7.5.2 Server
IdcUserDB lowes_752 "c:/stellent/lowes_752/data/users/userdb.txt"
Alias /lowes_752 "c:/stellent/lowes_752/weblayout"
<Location /lowes_752>
DirectoryIndex portal.htm
IdcSecurity lowes_752
</Location>
# The following is so site studio can use path based website names.
UseCanonicalName off
<Location "/">
IdcSecurity idc
</Location>
* Q: One of these installs is a 7.5.1 install and the other is a 10gR3 install. Does it matter which install's module I should use, or would the module have even changed between versions?
* A: Traditionally, the filter has been backwards compatible and I believe that is still the case with 10gR3. So I would point to the 10gR3 version and your 7.5.1 instance should be able to work with it.
This comes form the UCM VM off of Fusion Factory.
#
#Oracle Content Management Settings
#
LoadModule IdcApacheAuth "C:/stellent/shared/os/win32/lib/IdcApache22Auth.dll"
IdcUserDB idc "C:/stellent/data/users/userdb.txt"
#
Alias /idc "C:/stellent/weblayout"
<Location /idc>
DirectoryIndex portal.htm
IdcSecurity idc
Allow from all
</Location>
#
#IBR settings
#
IdcUserDB ibr "C:/stellent_ibr/data/users/userdb.txt"
Alias /ibr "C:/stellent_ibr/weblayout"
<Location /ibr>
Allow from all
DirectoryIndex portal.htm
IdcSecurity ibr
</Location>
#
#WCM SiteStudio settings
#
<Location />
IdcSecurity idc
</Location>
IdcUserDB urm "C:/stellent2/data/users/userdb.txt"
Alias /urm "C:/stellent2/weblayout"
<Location /urm>
DirectoryIndex portal.htm
IdcSecurity urm
Allow from all
</Location>
Alias /irm "C:/stellent/weblayout/irm"
<Location /irm>
DirectoryIndex index.html
Allow from all
</Location>
Here is another httpd.conf example:
# One isapi filter for all instances, use the latest version of the isapi filter that
# you've got, i.e. if running 10gR3 and 7.5.1, use the 10gR3 filter
LoadModule IdcApacheAuth "d:/stellent/10gr3_4/shared/os/win32/lib/IdcApache22Auth.dll"
# One entry per server
# A 10gR3 server
IdcUserDB idc "d:/stellent/10gr3_4/data/users/userdb.txt"
Alias /10gr3_4 "d:/stellent/10gr3_4/weblayout"
<Location /10gr3_4>
DirectoryIndex portal.htm
IdcSecurity idc
Allow from all
</Location>
# A 7.5.2 Server
IdcUserDB lowes_752 "c:/stellent/lowes_752/data/users/userdb.txt"
Alias /lowes_752 "c:/stellent/lowes_752/weblayout"
<Location /lowes_752>
DirectoryIndex portal.htm
IdcSecurity lowes_752
</Location>
# The following is so site studio can use path based website names.
UseCanonicalName off
<Location "/">
IdcSecurity idc
</Location>
Latest page update: made by emocat
, Nov 27 2007, 12:30 PM EST
(about this update
About This Update
Moved from: The Official Oracle Wiki
- emocat
No content added or deleted.
- complete history)
No content added or deleted.
- complete history)
Keyword tags:
None
More Info: links to this page

