> Excellent! Much better. In the mean-time we could set a 
> redirect from 80 to 8080 (I won't have time to look at 
> setting up mod_jk until maybe the weekend).

The proxypass trick might be easier, assuming that module is loaded.
http://tucson-jug.org:8080/display/TJUG/MOD_JK+or+Proxy+Setup
http://confluence.atlassian.com/display/DISC/Using+Apache+VirtualHosts

According to the comments, a default tomcat running on 8080, might just
need this change to httpd.conf:

<VirtualHost *>
 ServerName www.tucson-jug.org
 ServerAlias www.tucson-jug.org
 ProxyPass / http://tucson-jug.org:8080/
 ProxyPassReverse / http://tucson-jug.org:8080/
</VirtualHost>

(Confluence would need it's base url changed to match.)


More proxypass info for apache 2.0
http://httpd.apache.org/docs/2.0/mod/mod_proxy.html


-T

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to