Question
Hi,
just a newbie question.
I want to configure some things. Installed twiki with aptitude on Debian
I have a user who is in
TWikiAdminGroup. I can log in normally, but if I click on configure in "TWiki Site Tools" I am forced to log in again. If I do the same window pops up again asking for my user password
A new registration doesn't change anything. I still can not start the configure.
Any Ideas?
Chris
Environment
--
ChrisHa - 26 Jun 2008
Answer
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.
In /var/log/apache2/error.log:
[Fri Jun 27 16:19:38 2008] [error] [client 10.10.5.22] script not found or unable to stat: /var/www/twiki/bin
So that makes me think. Indeed the bin is not there, since the main twiki dir is in /var/lib/
I added in /etc/apache2/conf.d/twiki.conf
ScriptAlias /twiki/bin "/var/lib/twiki/bin"
and that was it. Can now access configure.
--
ChrisHa - 27 Jun 2008
Another thing:
In twiki.conf, make sure your IP is allowed to see configure!
Order Deny,Allow
Deny from all
Allow from 127.0.0.1, 192.168.1.10
Require user TWikiGuest
Satisfy Any
--
ChrisHa - 27 Jun 2008
Topic revision: r2 - 2008-06-27
- ChrisHa