Hi Juan Pablo,

we've also set up a JSPWiki instance behind an Apache server at work, and
> we haven't had any problems:
>
> - jspwiki.baseURL points to http://ic.softwarefactory.entelgy.com/JSPWiki/
> - relevant Apache2 configuration:
> <Location /JSPWiki>
> Order Deny,Allow
> Deny from all
> Allow from All
> ProxyPass  http://192.168.3.12:8085/JSPWiki
> SetEnv force-proxy-request-1.0 1
> SetEnv proxy-nokeepalive 1
> ProxyPassReverse  http://192.168.3.12:8085/JSPWiki
> </Location>
>
>

I have noticed in your code the SetEnv commands. I have copied to my
configuration... with no results :-(
Are sure these commands are required in your configuration?

Another issue is the "entry point". I see in your config that the entry
point is /JSPWiki. In my case is /
Do you know if this can be a problem?


> you can also check http://www.jspwiki.org/wiki/ApacheTomcatConnection to
> see if it helps you
>
>
Thanks a lot. I can not see anything relevant,. I tried
the emptySessionPath="true" in the Connector, as well as the proxyName="
www.your-domain.com". Neither could solve the problem :-(

-- Mariano
------------------------------------------------------
  Mariano Rico <http://www.ii.uam.es/~mrico>
  Computer Science Dept <http://www.ii.uam.es/>.
  Universidad Autónoma de Madrid <http://www.uam.es/>
  Spain

Reply via email to