[Using Sakai] sakai behind a reverse proxy

Tapas Mishra mightydreams at gmail.com
Mon Jul 12 09:58:56 PDT 2010


Sakai is generating URLs like this:

GET /library/skin/default/portal.css
GET /portal/styles/portalstyles.css
GET /library/js/jquery.js

mod_proxy does not rewrite HTML, only a few specific headers, so sakai
 must generate the correct URLs, eg
/'sakai/styles/portalstyles.css'. 

So if I do 
ProxyPass /sakai http://192.168.1.5:9090/portal
ProxyPassReverse /sakai http://192.168.1.5:9090/portal

there is no rule for /library or /portal or some more stuff html elements in
sakai which are generating URLs not at /portal but some thing different such
as /library or /admin so that is causing the problem.
Changing port will not create the correct URLs

How many ReWriteRules do I need to write so that it becomes correctly
available.



-- 
View this message in context: http://sakai-project-mail-list-archives.1343168.n2.nabble.com/Using-Sakai-sakai-behind-a-reverse-proxy-tp5277477p5283796.html
Sent from the DG: User / Using Sakai (sakai-user at collab.sakaiproject.org) mailing list archive at Nabble.com.


More information about the sakai-user mailing list