Thanks!
I solved issue with xwiki/xwiki

but still getting DocumentDoesNotExist .. why? Of course i have Main.WebHome
as i am using default xar file imported with default wiki sets ...

D.

2008/4/15 [Ricardo Rodriguez] Your EPEC Network ICT Team <
[EMAIL PROTECTED]>:

> David Hláčik wrote:
> > Hi,
> >
> > actually then it is really strange, steps what i have done
> >
> > 1) I have xwiki 1.3.1.8931 installed under tomcat5 on centos
> > 2) I have imported default xar file for xwiki 1.3.1
> > 3) I have created a new user boss, added him to group
> > XWikiAdministratorGroup
> > 4) I have changed global rights for groups :
> >
> > Special Users View Comment Edit Delete Admin Register Program
>  Unregistered
> > Users    Groups   Users View Comment Edit Delete Admin Register Program
> >
> >  XWikiAdminGroup<
> http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAdminGroup>
> > XWikiAllGroup <
> http://intranet.hlacik.eu/xwiki/bin/view/XWiki/XWikiAllGroup>
> > If it will not show you correctly,
> > i have disabled any kind of access for Unregistered Users
> >
> > 5) After i will type url http://site.domain.com/xwiki it will ask for
> login
> > and password
> > 6) After i will type login and password it will open site
> > http://site.domain.com/xwiki/xwiki/bin/view/Main/DocumentDoesNotExist
> > Now i found that there is 2times xwiki/xwiki .
> > 7) I have apache virtual domain configured as a proxy to tomcat running
> on
> > port 8080
> >
> > <VirtualHost *:80>
> >     ServerName  site.domain.com
> >     ServerAlias s.domain.com
> >     RedirectMatch permanent '^//*$' /xwiki/
> >     ProxyRequests Off
> >     ProxyPass        /xwiki  http://localhost:8080/xwiki
> >     ProxyPassReverse /xwiki  http://localhost:8080/xwiki
> >     <Proxy *>
> >         Order deny,allow
> >         Allow from all
> >     </Proxy>
>
> There is a previous thread dealing with this issue. See this...
>
> http://tinyurl.com/4bjapr
>
> HTH,
>
> --
> Ricardo Rodríguez
> Your EPEC Network ICT Team
>
> _______________________________________________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to