[Building Sakai] Proxying through Apache

Martin B. Smith smithmb at ufl.edu
Wed Apr 7 08:09:02 PDT 2010


On 04/07/2010 10:59 AM, chuot con wrote:
> Hi Steve,
> 
> I have set up with mod_proxy.
> If I set up non SSL, the web browser can access to http://localhost/portal
> But I set up with SSL, the web browser always redirects to
> http://localhost:8443/portal
> Could you please help me to set up proxy with mod_proxy ?
> Thanks
> 
> Regards.
> Thinh.
> 
> 
> 
> 
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"

Hello Thinh,

What does your server.xml file look like? Does it have a connector like:

<Connector protocol="AJP/1.3" debug="0" redirectPort="443"
               enableLookups="false" port="1234" maxProcessors="1024"
               minProcessors="20" acceptCount="10"
               connectionTimeout="20000"
               URIEncoding="UTF-8"
               tomcatAuthentication="false"
               scheme="https" secure="true"
               slProtocol="TLS"
               proxyName="foo.edu"
               proxyPort="443"
                />

Change 1234 and foo.edu as needed :)
-- 
Martin B. Smith
smithmb at ufl.edu - (352) 273-1374
CNS/Open Systems Group
University of Florida

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5497 bytes
Desc: S/MIME Cryptographic Signature
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20100407/5e4d6903/attachment.bin 


More information about the sakai-dev mailing list