Tags:
create new tag
view all tags

SID-01177: Installation of TWiki @ Bluehost

Status: Answered Answered TWiki version: 5.0.2 Perl version:
Category: CategoryInstallation Server OS: Last update: 14 years ago

Hi,

I installed TWiki at my Bluehost account by following this: http://twiki.org/cgi-bin/view/TWiki05x00/TWikiInstallationGuide#Installing_Manually_Without_Conf

But I failed to run: http://www.cnyuans.net/bin/configure There's an error "[an error occurred while processing this directive]" This caused that I didn't have an admin user...

Any idea on how to solve this issue?

Thanks,

Zhiguo

-- ZhiguoYuan - 2011-05-16

Discussion and Answer

http://www.cnyuans.net/ It seems that the site is running well except the 'configure'. Is there a way to create an admin user without running 'configure'?

-- ZhiguoYuan - 2011-05-17

Hello,

Check if you modified the configure section in the configuration file for apache that comes with TWiki

# Replace JohnDoe with the login name of the administrator
<FilesMatch "^configure.*">
   SetHandler cgi-script
   Order Deny,Allow
   Deny from all
   Allow from 127.0.0.1, 192.168.1.10  <<change this
   Require user JohnDoe  << and this
   Satisfy Any
</FilesMatch>

-- EnriqueCadalso - 2011-05-17

Thank you Enrique. Sorry to say that I have no luck and the issue is still there. I even commented these lines.

-- ZhiguoYuan - 2011-05-17

I guess I made it. Pick up a user in .htpasswd and replace $TWiki::cfg{AdminUserLogin} and $TWiki::cfg{Password} respectively in LocalSite.cfg. I'm leaning about TWiki and not sure if I did it correctly.

-- ZhiguoYuan - 2011-05-17

Closing this question as it seems to be answered.

-- PeterThoeny - 2011-05-24

      Change status to:
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.
SupportForm
Status Answered
Title Installation of TWiki @ Bluehost
SupportCategory CategoryInstallation
TWiki version 5.0.2
Server OS

Web server

Perl version

Edit | Attach | Watch | Print version | History: r5 < r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r5 - 2011-05-24 - PeterThoeny
 
  • 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.