RE: [jug-discussion] RE:confluence navigation & mod_jk

2006-04-13 Thread Tim Colson \(tcolson\)
> 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:


 ServerName www.tucson-jug.org
 ServerAlias www.tucson-jug.org
 ProxyPass / http://tucson-jug.org:8080/
 ProxyPassReverse / http://tucson-jug.org:8080/


(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]



Re: [jug-discussion] RE:confluence navigation & mod_jk

2006-04-13 Thread Warner Onstine
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).


-warner

On Apr 13, 2006, at 11:32 AM, Tim Colson ((tcolson)) wrote:


Okay, Confluence can do navigation out of the box. :-)

Browse Space -> Space Admin -> Themes -> select "Left Navigation"  
theme.

Add a page called "Navigation".

Bingo. You've got navigation. ;-)


For setting up the port 80 thing -- here are some sample configs using
mod_jk or apache proxypass:
http://tucson-jug.org:8080/display/TJUG/MOD_JK+or+Proxy+Setup

-Timo

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





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