<VirtualHost *:80>
ServerName www.myshare.com
[…]
RewriteEngine On
RewriteRule ^/$ share [R]
ProxyPass /share ajp://localhost:8009/share
ProxyPassReverse /share ajp://localhost:8009/share
</VirtualHost>
<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>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.