Red Hat NETSCAPE MANAGEMENT SYSTEM 4.5 - COMMAND-LINE Manuale Utente Pagina 114

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 128
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 113
8.4 Enabling Fast Downloads for Files and Wikis
NOTE: Although this is an optional step for customers we do this for all our test systems.
___a) On the Deployment Manager copy the file: mod_ibm_local_redirect.so from
/opt/IBM/Connections/plugins/ihs/mod_ibm_local_redirect/linux_x64-ap22/
to the IHS system in to the folder: /opt/IBM/HTTPServer/modules/
cp /opt/IBM/Connections/plugins/ihs/mod_ibm_local_redirect/linux_x64-ap22/mod_ibm_local_redirect.so
/opt/IBM/HTTPServer/modules/
___b) Edit the httpd.conf (/opt/IBM/HTTPServer/conf) and add/edit the following:
vi /opt/IBM/HTTPServer/conf/httpd.conf
LoadModule ibm_local_redirect_module modules/mod_ibm_local_redirect.so // had to add this
LoadModule env_module modules/mod_env.so // already existed
___c) Add the following to the bottom of the httpd.conf file... [node: paths will need to change based on installation]
Alias /downloadfiles /opt/IC_Share/files/upload/
Alias /downloadwikis /opt/IC_Share/wikis/upload/
<Directory /opt/IC_Share/files/upload/>
Order Deny,Allow
Deny from all
Allow from env=REDIRECT_FILES_CONTENT
</Directory>
<Directory /opt/IC_Share/wikis/upload/>
Order Deny,Allow
Deny from all
Allow from env=REDIRECT_WIKIS_CONTENT
</Directory>
<Location /files>
IBMLocalRedirect On
IBMLocalRedirectKeepHeaders X-LConn-Auth,Cache-Control,Content-Type,Content-Disposition,Last-Modified,ETag,Content-
Language,Set-Cookie
SetEnv FILES_CONTENT true
</Location>
<Location /wikis>
IBMLocalRedirect On
IBMLocalRedirectKeepHeadErs X-LConn-Auth,Cache-Control,Content-Type,Content-Disposition,Last-Modified,ETag,Content-
Language,Set-Cookie
SetEnv WIKIS_CONTENT true
</Location>
___d) On the Deployment Manager edit the files-config.xml and wikis-config.xml files that can be found in the
folder:/opt/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/dslvm171Cell01/LotusConnections-config/ and
make the following changes:
files-config: search for "<download>" and set the values of the properties to those shown in blue
<download>
<modIBMLocalRedirect enabled="true"
hrefPathPrefix="/downloadfiles" />
<stats>
<logging enabled="true" />
</stats>
</download>
wikis-config.xml: search for "<download>" and set the values of the properties to those shown in blue
<download>
<modIBMLocalRedirect enabled="true"
hrefPathPrefix="/downloadwikis" />
<stats>
<logging enabled="false" />
</stats>
</download>
___e) Synchronize and Restart IBM Connections as follows:
Do a Full Synchronize on all Nodes
Stop all Connection's clusters
Stop and reStart the Deployment manager
Stop and Restart the HTTP server
© Copyright IBM Corp. 2013
114
Vedere la pagina 113
1 2 ... 109 110 111 112 113 114 115 116 117 118 119 ... 127 128

Commenti su questo manuale

Nessun commento