SID-00490: Run "configure" for first time, it asks usrname/passwd
| Status: |
Answered |
TWiki version: |
4.3.0 |
Perl version: |
5.10 |
| Category: |
CategoryInstallation |
Server OS: |
WinXp |
Last update: |
16 years ago |
Hi ,
I am installing Twiki for the frist time, when i run "http://localhost/twiki/bin/configure" through the browser as instructed in installation guide it is asking for username/passwd (with a pop-up window). As admin username/passwd is not created yet, what should be done to overcome this
--
KrishnanSukumar - 2009-08-19
Discussion and Answer
If you are using apache- check your apache configuration for following section
<FilesMatch "^configure.*">
SetHandler cgi-script
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168.1.10
Require user JohnDoe
Satisfy Any
</FilesMatch>
--
SopanShewale - 2009-08-24
Seems to be answered.
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2009-10-02
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.