Skip to main content link. Accesskey S
  • Translate Page ▼
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • Lotus Quickr wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search

Categories

Tag Cloud

  • 2010 Quickr 8.5 Customer Day
  • 8.0
  • 8.1
  • 8.1.1
  • 8.2
  • 8.5
  • administering
  • administrators
  • API
  • atom
  • authentication
  • backup_schedule_service
  • best practices
  • best_practices
  • blogs
  • calendar integration
  • chat
  • clustering
  • CMIS
  • configuring
  • Connections
  • Connectors
  • Content Integrator
  • customization
  • customizing
  • customizing_quickr
  • demo
  • deploying
  • deployment
  • Development
  • Document
  • document_libraries
  • Domino
  • draft
  • ECM
  • education
  • email
  • enablement
  • events
  • Feed
  • FileNet
  • getting started
  • Help
  • installation
  • installing
  • integrating
  • introducing
  • key file
  • ldap
  • Library
  • lotusphere
  • LTPA
  • Masterclass
  • Media Gallery
  • media_Domino
  • media_Portal
  • migrating
  • migration
  • mml
  • nodes
  • notes
  • P8
  • performance
  • Places
  • Portal
  • profiles
  • proxy
  • qpconfig.xml
  • QRD85 Enablement
  • QuickPlace
  • Quickr
  • Quickr 8.5
  • Quickr Domino 8.2 Masterclass
  • Quickr Domino 8.5
  • Quickr Domino 8.5.1
  • Quickr Domino8.5
  • Quickr J2EE 8.1.1 Masterclass
  • Quickr_customization
  • Quickr_Domino_8.5
  • quickrD
  • QuickrJ
  • REST
  • Sametime
  • security
  • SiteMinder
  • SPNEGO
  • SSL
  • SSO
  • TAM
  • templates
  • test_infrastructure
  • theme
  • themes
  • tips
  • troubleshooting
  • upgrading
  • video
  • web_seminar
  • webservices
  • xml_node
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > Best practices: Quickr for Domino > IHS as a Reverse Proxy and Lotus Quickr-Domino 8.2
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars

IHS as a Reverse Proxy and Lotus Quickr-Domino 8.2 

expanded Abstract
collapsed Abstract
No abstract provided.
Authors :

Xavier Defossez : Software IT Specialist  xd@fr.ibm.com

Vincent Perrin : Software IT Specialist vincent.perrin@fr.ibm.com

Abstract :

The purpose of this document is to outline the steps required to configure IBM HTTP Server as a reverse proxy in front of Lotus Quickr 8.2 for Domino Services.

Architecture :        

        - IBM HTTP Server 6.1

        - Lotus Quickr 8.2 for Domino Services

Modifications of httpd.conf in the ihs server :

1. Load Proxy Modules

Uncomment these two lines to enable proxy modules in the HTTP Server.

LoadModule proxy_module modules/mod_proxy.so

LoadModule proxy_http_module modules/mod_proxy_http.so

2. Activate the Reverse Proxy

Add this line at the end of the httpd.conf :
ProxyRequests Off

This directive prevents Apache from functioning as a forward proxy server

3. Proxypass directives

The ProxyPass directive allows remote servers to be mapped into the space of the local server.

  1. This directive provides access to Quickr Main Page.
ProxyPass /LotusQuickr http://local.server.com/LotusQuickr
ProxyPassReverse /LotusQuickr http://local.server.com /LotusQuickr

  1. This directive provides access to Quickr Ressources.
ProxyPass /qphtml http://local.server.com /qphtml
ProxyPassReverse /qphtml http://local.server.com /qphtml

  1. This directive provides access to Quickr Servlet, otherwise you will have a white page.
ProxyPass /servlet http://local.server.com /servlet
ProxyPassReverse /servlet http://local.server.com /servlet

  1. This directive provides access to Quickr Content Services for RSS feeds or Quickr Connectors.
ProxyPass /dm http://local.server.com /dm
ProxyPassReverse /dm http://local.server.com/dm


4. Quickr Connectors Support
You have to add this directive to support Qhickr connectors.

AllowEncodedSlashes On

The AllowEncodedSlashes directive allows URLs which contain encoded path separators (%2F for /  and additionally %5C for \ on according systems) to be used. Otherwise Quickr Connectors will returned a 404 (Not found) error.


5. (Optional) Multiple Server behind the reverse proxy
If you plan to use the Reverse Proxy to secure other server, you have to do two additional steps :

a. Add this directive because Place URL are, in standard, http://Quickr.server.com/placename

ProxyPass /quickr http://local.server.com .com
ProxyPassReverse /quickr http://local.server.com .com

B. Modify the place catalog in the Quickr Server
The Place Catalog contains data on IBM® Lotus Quickr servers, and the places, rooms, and members on those servers.

Add your prefix, in this example quickr in the field PlaceServerAccessURLPrefix

Screenshot of the PlaceServer document in the PlaceCatalog.nsf :
Image:IHS as a Reverse Proxy and Lotus Quickr-Domino 8.2
Link : How the Place Catalog Works
http://publib.boulder.ibm.com/infocenter/lqkrhelp/v8r0/index.jsp?topic=/com.ibm.lotus.quickr.admin.dom.doc/admin/qp_adm_pc_config_t.html

expanded Article information
collapsed Article information
Category:
Best practices: Quickr for Domino, Deployment scenarios: Quickr for Domino, Lotus Quickr for Domino, Tips & tricks: Quickr for Domino, Tips: Quickr for Domino,
Tags:
8.2, best_practices, connectors, content_services, integrating, proxy, security

This Version: Version 5 July 31, 2009 3:25:41 PM by Dana Liburdi  IBMer
   
expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (3)
collapsed Versions (3)
expanded Version Comparison
collapsed Version Comparison
     
Version Date Changed by               Summary of changes
This version (5) Jul 31, 2009 3:25:41 PM Dana Liburdi  
4 Jul 31, 2009 2:57:01 AM Xavier Defossez  
2 Jul 30, 2009 4:42:18 PM Vincent Perrin  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Tip: When linking to articles use the original title, not the edited title. The alias for the link can be the edited title.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • Lotus Technical Information and Education Team Blog
  • Lotus Tech Info on Twitter
  • Lotus Tech Info on Facebook
  • Lotus product forums
  • IBM Collaboration Solutions UX Blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use
Return to English
Arabic
Chinese Simplified
Chinese Traditional
French
German
Italian
Japanese
Korean
Portuguese
Russian
Spanish