Question
- Installing 4.2.0 on Linux with Apache... Everything goes as expected UNTIL I press the 'next' button in the configure script. Pressing the 'next' button just gives me a HTTP 500 - Internal server error. Thus nothing saves to
LocalSite.cfg file and it doesn't present the password page.
I can manually create the
LocalSite.cfg file and everything works as expected but I am thinking something is wrong since the configure script is not working.
Any ideas why the configure script wouldn't be saving? I know it states once you set a password the script won't save but this happens to me straight out of the box.
Any help is appreciated.
Thx!
Environment
--
StevenGlavach - 15 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.
Is there any more detail on that server error in the Apache log?
I suspect it's a permission error. Try something like this your
apache.conf or
twiki.conf:
<Files configure>
Allow From All
require user StevenGlavach
</Files>
--
SeanCMorgan - 16 Jun 2008
Closing this after more than 30 days of inactivity. Please feel free to re-open if needed.
--
PeterThoeny - 02 Aug 2008