Koozali.org: home of the SME Server

ProxyPass

sam

ProxyPass
« on: September 12, 2003, 01:21:30 AM »
Please help.  I am have installed the following portal on my server:
www.liferay.com (orion build)
I am having problems getting it to work over ssl with ProxyPass.

What I would like to do is run liferay on port 8080 while my web stuff is running on port 80 and have both sites be redirected by ProxyPass so they use ssl/ssh/https.
I modified ProxyPass as follows:

    ProxyPass /portal http://127.0.0.1:8080/
   
                allow all
   


I modified the template in the following location:
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf