Hi all,

has anyone already tried the "Junp to page" feature of the release 1.9.0
behind an Apache server?

When I type the page name, I'm asked for authentication again and again.

Here is my apache config:

<Location /xwiki>
  SSLRequireSSL
  AuthType Basic
  AuthName "xwiki is a restricted area."
  AuthUserFile E:\Programme\xampp\apache\etc\passwd
  Require valid-user
  ProxyPass ajp://127.0.0.1:8019/xwiki
  ProxyPassReverse ajp://127.0.0.1:8019/xwiki
</Location>

My XWiki installation:

XWiki 1.9.0
MySQL 5
Tomcat 5.0.28


Thanks a lot,
Marco
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to