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 someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is 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:
Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2007-03-25 - KennethLavrsen
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.