[Building Sakai] Issue with Sakai Proxy passing?
    Benjamin Willard 
    developman at uniphix.com
       
    Wed Apr 27 19:52:33 PDT 2011
    
    
  
I get a internal server error with this setup but I am sure I am doing 
something wrong.  I am trying to figure out how to make my website 
http://compass.biblestudylms.com:8080/portal become 
http://compass.biblestudylms.com/portal without the 8080... Any help would 
be much appreciated.
I am using Ubuntu Server, with Tomcat 5.5.33, Apache 2, Sakai 2.7.1
<VirtualHost *:80>
ServerName compass.biblestudylms.com
ProxyRequests Off
<Proxy *>
    Order deny,allow
    Allow from all
</Proxy>
ProxyPreserveHost Off
ProxyPass /portal ajp://localhost:8009/portal
ProxyPass /library ajp://localhost:8009/library
ProxyPass /access ajp://localhost:8009/access
ProxyPass /podcasts ajp://localhost:8009/podcasts
ProxyPass /courier ajp://localhost:8009/courier
ProxyPass /dav ajp://localhost:8009/dav
ProxyPass /sakai-blogger-tool ajp://localhost:8009/sakai-blogger-tool
ProxyPass /sakai-chat-tool ajp://localhost:8009/sakai-chat-tool
ProxyPass /sakai-calendar-summary-tool 
ajp://localhost:8009/sakai-calendar-summary-tool
ProxyPass /sakai-jsf-resource ajp://localhost:8009/sakai-jsf-resource
ProxyPass /sakai-messageforums-tool 
ajp://localhost:8009/sakai-messageforums-tool
ProxyPass /sakai-profile-tool ajp://localhost:8009/sakai-profile-tool
ProxyPass /sakai-roster-tool ajp://localhost:8009/sakai-roster-tool
ProxyPass /sakai-rwiki-tool ajp://localhost:8009/sakai-rwiki-tool
ProxyPass /sakai-sitestats-tool ajp://localhost:8009/sakai-sitestats-tool
ProxyPass /sakai-content-tool ajp://localhost:8009/sakai-content-tool
</VirtualHost> 
    
    
More information about the sakai-dev
mailing list