Sunday, May 4, 2014

Alfresco port direction from 8080 to 80


diff server.xml server.xml-ORG

diff httpd.conf httpd.conf-org

 137,138d136
Listen 192.168.20.34:8080
Listen 127.1.0.8:8080
296,302d293
# Force http redirect to https
RewriteEngine On
RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteRule (.*) https://dm.joseph.com%{REQUEST_URI}

---  proxy tag start----
 AddDefaultCharset Off
 Order deny,allow
 Allow from all

--- proxy tag stop ----


ProxyPass /ar !
ProxyPass /en !
ProxyPass /web !
ProxyPass /web2 !
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/

No comments: