SID-01177: Installation of TWiki @ Bluehost
| Status: |
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
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.