Tags:
create new tag
, view all tags

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

TWiki version: TWikiRelease04x02x00
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Installation

-- StevenGlavach - 15 Jun 2008

Answer

ALERT! If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list 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

 
Change status to:
Topic revision: r3 - 2008-08-02 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.