Tags:
create new tag
, view all tags

Question

I am trying to install my first TWiki. When running the configuration script, I am asked at the beginning for the WikiName - I should give a username and a password, but I have no clue what they should be.

Environment

TWiki version: TWikiRelease04x01x01
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server: Apache
Perl version:  
Client OS:  
Web Browser:  
Categories:  

-- RetoBeeler - 17 Feb 2007

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.

It looks like your configure script (or the whole bin directory) is set to require a valid user. Check the Apache settings and remove that restriction for the configure script. Once your site is properly configured and you have registered in TWiki, you can enable access control for the configure script. Example entry in bin/.htaccess:

<FilesMatch "configure.*">
       require user RetoBeeler
</FilesMatch>

-- PeterThoeny - 17 Feb 2007

Thanks - I could solve the problem by changing the .htaccess file.

-- RetoBeeler - 17 Feb 2007

 
Change status to:
Topic revision: r4 - 2007-03-25 - KennethLavrsen
 
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.