Tags:
create new tag
, view all tags

Question

I just installed Twiki. When i browse to the URL TWiki/bin/configure it asks me for login and password. I don't have one. But if i click cancel it gives me an error "Unauthorized user" CP

Environment

TWiki version: TWikiRelease04x00x04
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux kernel 2.6
Web server: Apache
Perl version: 5.8.7
Client OS: Windows
Web Browser: mozilla
Categories: Installation

-- ChandraprakashLoonker - 13 Jul 2006

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.

Look in .htaccess. Check whether you have set require on the configure script e.g.

<Files "configure">
    require valid-user
</Files>
That is what is triggering the login request. Read the apache documentation on the "require" directive to understand how this works, and set it up the way you want.

-- CrawfordCurrie - 06 Aug 2006

 
Topic revision: r2 - 2006-08-06 - CrawfordCurrie
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.