Monday, May 5, 2014

liferay port redirection from port 8080 to 80

 diff server.xml server.xml-org
-----------------------------------------------------

        Connector port="8080" address="127.0.0.1"  protocol="HTTP/1.1"
----------------------------------------------------------------------------
       Connector port="8080" protocol="HTTP/1.1"
---------------------


diff  httpd.conf httpd.conf-ORG
Listen 192.168.20.29:8080
Listen 127.1.0.8:8080

--Proxy * tag start
  AddDefaultCharset Off
  Order deny,allow
  Allow from all
 --Proxy  tag stop

 ProxyPass /JSCSSAddin !
 ProxyPass /survey !
 ProxyPass /esign !
 ProxyPass /awstats !
 ProxyPass / ajp://localhost:8009/
 ProxyPassReverse / ajp://localhost:8009

No comments: