Hi On Mon, Aug 11, 2008 at 4:03 PM, Gaëtan GUYODO <[EMAIL PROTECTED]> wrote: > Hello, > > I'm afraid I can't access anymore to the main wiki (the one who can > manage all wikis). > I have made a few DNS / httpd.conf updates, for accessibility reasons, > but I'm not sure that main wiki worked fine just before... so I'm not > sure that's the reason. > Each wiki (included main wiki) is on a secured URL : > https://main.me.com/xwiki/bin/view/Main/ > https://first.me.com/xwiki/bin/view/Main/ > https://second.me.com/xwiki/bin/view/Main/... > > I have a static page on > https://main.me.com/index.htm => OK > => So I think DNS is not the problem, nor Apache config file. > > Apache (in front of Tomcat 6.0) logs show some 302 error code. > > And access to main wiki redirect to the wiki "xwiki.virtual.redirect=" > defined int oxwiki.cfg. > > Is there any test I can do to understand what happened to the main wiki > ? thanks for any idea...
You can always access main wiki using the ip if it's possible in your case. Another solution is not set "xwiki.virtual=0" in xwiki.cfg. To be accessed a wiki has to have a descriptor XWiki.XWikiServer<Wikiname> (for example XWiki.XWikiServerXwiki for the main wiki) where you list all the possible DNS for it including for the main wiki. There is just some exceptions : ip or any DNS starting with "www" (by default) goes to main wiki. > > Gaëtan GUYODO > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users > -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
