02-26-2014 02:38 PM
03-01-2014 07:39 AM
03-01-2014 09:52 AM
03-01-2014 01:28 PM
03-01-2014 03:50 PM
03-01-2014 05:27 PM
03-01-2014 06:36 PM
03-03-2014 03:22 PM
03-04-2014 05:06 PM
03-05-2014 02:08 AM
<VirtualHost *:80>
ServerName www.myshare.com
[…]
RewriteEngine On
RewriteRule ^/$ share [R]
ProxyPass /share ajp://localhost:8009/share
ProxyPassReverse /share ajp://localhost:8009/share
</VirtualHost>
03-05-2014 03:08 AM
<Host name="avm.alfresco.localhost"
className ="org.alfresco.catalina.host.AVMHost"
appBase ="avm_webapps"
unpackWARs ="true"
autoDeploy ="false"
xmlValidation ="false"
xmlNamespaceAware ="false">
</Host>
#————————————————————
# Properties specific to local Alfresco virtualization server
alfresco.virtserver.domain=192-168-6-46.ip.alfrescodemo.net
alfresco.virtserver.cache-control.max-age.preview=4
alfresco.virtserver.cache-control.max-age.workarea=1800
alfresco.virtserver.cache-control.max-age.staging=1800
alfresco.virtserver.cache-control.max-age.default=1800
alfresco.virtserver.http.port=8180
alfresco.virtserver.jmxrmi.port=50500
alfresco.virtserver.connection.retry.interval=5000
alfresco.virtserver.cifs.avm.versiontree.win=v
alfresco.virtserver.cifs.avm.versiontree.unix=/media/alfresco/cifs/v
alfresco.virtserver.cifs.avm.versiontree.win.automount=true
alfresco.virtserver.cifs.avm.versiontree.unix.automount=true
alfresco.server.user=admin
alfresco.server.password=admin
alfresco.rmi.services.port=50500
alfresco.rmi.services.host=192.168.6.46
<VirtualHost *:80>
ServerName www.cliente1.com
ServerAlias cliente1.com www.aliascliente1.es www.cliente1.info cliente1.info www.cliente1.org cliente1.org
ProxyPass / http://cliente1.www--sandbox.193-44-244-44.ip.alfrescodemo.net:8180/
ProxyPassReverse / http://cliente1.www--sandbox.193-44-244-44.ip.alfrescodemo.net:8180/
</VirtualHost>
<VirtualHost *:80>
ServerName cliente2.org
ServerAlias www.cliente2.org
ProxyPass / http://cliente2.www--sandbox.193-44-244-44.ip.alfrescodemo.net:8180/
ProxyPassReverse / http://cliente2.www--sandbox.193-44-244-44.ip.alfrescodemo.net:8180/
</VirtualHost>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.