04-04-2011 06:19 AM
04-04-2011 07:19 AM
04-04-2011 07:33 AM
04-04-2011 11:03 AM
ProxyVia on
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /alfresco http://localhost:9090/alfresco
ProxyPassReverse /alfresco http://localhost:9090/alfresco
ProxyPass /share http://localhost:9090/share
ProxyPassReverse /share http://localhost:9090/share
11-05-2016 12:44 PM
Hi,
I tried this and I get the login page but when I tried to login I get the following error.
Something's wrong with this page...
We may have hit an error or something might have been removed or deleted, so check that the URL is correct.
Alternatively you might not have permission to view the page (it could be on a private site) or there could have been an internal error. Try checking with your Alfresco administrator.
If you're trying to get to your home page and it's no longer available you should change it by clicking your name on the Alfresco toolbar.
04-04-2011 11:13 AM
04-07-2011 08:26 AM
04-07-2011 10:48 AM
04-08-2011 10:02 AM
httpd.conf file
###settings for transferring data through proxy on another virtual host within Apache server###
# Load mod_jk module
# Update this path to match your modules location
LoadModule jk_module /etc/httpd/modules/mod_jk.so
# Where to find workers.properties
# Update this path to match your conf directory location (put workers.properties next to httpd.conf)
JkWorkersFile /etc/httpd/conf/workers.properties
# Where to put jk shared memory
# Update this path to match your local state directory or logs directory
JkShmFile /var/log/httpd/mod_jk.shm
# Where to put jk logs
# Update this path to match your logs directory location (put mod_jk.log next to access_log)
JkLogFile /var/log/httpd/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel info
# Select the timestamp log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
# Send everything for context /examples to worker named worker1 (ajp13)
JkMount /samples/* worker1
JkMount /alfresco/* worker1
JkMount /share/* worker1
<VirtualHost *:80>
ServerName localhost
ErrorLog /etc/httpd/logs/ajp.error.log
CustomLog /etc/httpd/logs/ajp.log combined
<Proxy *>
AddDefaultCharset Off
Order deny,allow
Allow from all
</Proxy>
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
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.