This question about Installation of Foswiki: Answered
Configuration error
When accessing configure through a URL like
http://my-site.com/configure
all I get is an empty page and the JQuery-UI error message saying: "error".
When setting up my site to access configure through
http://my-site.com/bin/configure
it works.
This used to work just fine in Foswiki 1.0.X.
I could not find anything in the logs that would help me debug that issue.
Any quick patch to configure would be most welcome.
--
StephaneLenclud - 04 Jan 2016
The issue was that
configure
could not reach
jsonrpc
cause it was missing from my
ScriptAliasMatch
.
ScriptAliasMatch ^(/(attach|jsonrpc|previewauth|restauth|viewauth|changes|rdiff|save|viewfile|compare|login|rdiffauth|search|viewfileauth|compareauth|logon|register|configure|manage|rename|statistics|edit|oops|resetpasswd|upload|preview|rest|view)(.*)$) "/var/www/mysite/foswiki/bin$1"
--
StephaneLenclud - 04 Jan 2016