Page: http://wiki.cocoondev.org/Wiki.jsp?page=ApacheModProxy , version: 14 on 
Mon May 19 07:15:25 2003 by TonyCollen

- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        / 
http://localhost:8080/
+ ProxyPass        / http://localhost:8080/
- Using mod_proxy and the set of <B 
style="color:black;background-color:#A0FFFF">ProxyPass</b> configuration 
directive doesn't
+ Using mod_proxy and the set of ProxyPass configuration directive doesn't
- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        /static/ 
!
+ ProxyPass        /static/ !
- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        
/favicon.ico !
+ ProxyPass        /favicon.ico !
- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        / 
http://localhost:8080/
+ ProxyPass        / http://localhost:8080/
- Simple, the {{!}} (exclamation mark) keyword in <B 
style="color:black;background-color:#A0FFFF">ProxyPass</b> means "don't" :-)
+ Simple, the {{!}} (exclamation mark) keyword in ProxyPass means "don't" :-)
- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        /static/ 
!
+ ProxyPass        /static/ !
- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        
/favicon.ico !
+ ProxyPass        /favicon.ico !
- <B style="color:black;background-color:#A0FFFF">ProxyPass</b>        / 
http://localhost:8080/
+ ProxyPass        / http://localhost:8080/
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/static/?(.*)" "$0" [L]
+ RewriteRule "^/static/?(.*)" "$0" [L]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/WEB-INF/?(.*)" "$0" [L,F,NC]
+ RewriteRule "^/WEB-INF/?(.*)" "$0" [L,F,NC]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/(.*)\.gif$" "$0" [L]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/(.*)\.(jpg|jpeg)$" "$0" [L]
+ RewriteRule "^/(.*)\.gif$" "$0" [L]
+ RewriteRule "^/(.*)\.(jpg|jpeg)$" "$0" [L]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> "^/(.*)" 
"http://localhost:8080/$1"; [P]
+ RewriteRule "^/(.*)" "http://localhost:8080/$1"; [P]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/static/?(.*)" "$0" [L]
+ RewriteRule "^/static/?(.*)" "$0" [L]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/WEB-INF/?(.*)" "$0" [L,F,NC]
+ RewriteRule "^/WEB-INF/?(.*)" "$0" [L,F,NC]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/(.*)\.gif$" "$0" [L]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> 
"^/(.*)\.(jpg|jpeg)$" "$0" [L]
+ RewriteRule "^/(.*)\.gif$" "$0" [L]
+ RewriteRule "^/(.*)\.(jpg|jpeg)$" "$0" [L]
- <B style="color:black;background-color:#99ff99">RewriteRule</b> "^/(.*)" 
"http://localhost:8080/$1"; [P]
+ RewriteRule "^/(.*)" "http://localhost:8080/$1"; [P]
- Notes from Cal - when mounting applications using reverse proxying it appears 
that you need to keep the url intact for state and <B 
style="color:black;background-color:#ffff66">session</b> information to be 
preserved. \\
?                                                                               
                                                   
------------------------------------------------       ----

+ Notes from Cal - when mounting applications using reverse proxying it appears 
that you need to keep the url intact for state and session information to be 
preserved. \\
- e.g. "<B style="color:black;background-color:#A0FFFF">ProxyPass</b> /cocoon/ 
http://someserver.com:8080/cocoon/"; works and the state examples that come with 
cocoon work properly \\
?       ------------------------------------------------         ----

+ e.g. "ProxyPass /cocoon/ http://someserver.com:8080/cocoon/"; works and the 
state examples that come with cocoon work properly \\
- but "<B style="color:black;background-color:#A0FFFF">ProxyPass</b> 
/proxy/cocoon/ http://someserver.com:8080/cocoon/"; seems to break the state 
examples by inserting /proxy/ into the url. This is the same for a php 
application i have on another server sugesting that this is a general <B 
style="color:black;background-color:#ffff66">session</b> thing not just 
specific to cocoon  
?      ------------------------------------------------         ----            
                                                                                
                                                                                
                                              
------------------------------------------------       ----

+ but "ProxyPass /proxy/cocoon/ http://someserver.com:8080/cocoon/"; seems to 
break the state examples by inserting /proxy/ into the url. This is the same 
for a php application i have on another server sugesting that this is a general 
session thing not just specific to cocoon  
- i think that the cause of the above is that servlet containers set the path 
property of the <B style="color:black;background-color:#ffff66">session</b> 
cookie. the means that most browsers will not send back the cookie.
?                                                                               
              ------------------------------------------------       ----

+ i think that the cause of the above is that servlet containers set the path 
property of the session cookie. the means that most browsers will not send back 
the cookie.


Page: http://wiki.cocoondev.org/Wiki.jsp?page=People , version: 130 on Mon May 
19 07:02:17 2003 by SergeColin

- * [Serge Colin|SergeColin] unix admin, Cocoon/Lenya beginner
?          -----------

+ * [Serge Colin] unix admin, Cocoon/Lenya beginner


Page: http://wiki.cocoondev.org/Wiki.jsp?page=ErrorHandling , version: 6 on Mon 
May 19 07:05:35 2003 by SergeColin

- There seems to be only two type of error notification (as explained in the 
thread [Beautify 
404|http://archives.real-time.com/pipermail/cocoon-devel/2001-July/010015.html])
 :\\
+ There seems to be only two types of error notification (as explained in the 
thread [Beautify 
404|http://archives.real-time.com/pipermail/cocoon-devel/2001-July/010015.html])
 :\\
?                                +



Page: http://wiki.cocoondev.org/Wiki.jsp?page=GETlenya , version: 31 on Mon May 
19 07:51:13 2003 by MarkusVaterlaus

- __Note3:__ In order to install Lenya CMS on your computer, keep in mind, that 
you will need Apache Tomcat, Cocoon 2.1 and some endorsed libaries. Make sure 
to check the following [instructions | 
http://www.wyona.org/download/downloading_and_installing.html]  before you 
start. 
?                                                                               
                                                                                
                                                          
-------------------------         ^

+ __Note3:__ In order to install Lenya CMS on your computer, keep in mind, that 
you will need Apache Tomcat, Cocoon 2.1 and some endorsed libaries. Make sure 
to check the following [instructions | 
http://www.wyona.org/installation/index.html]  before you start. 
?                                                                               
                                                                                
                                                                 ++++++  ^^^



Reply via email to