SID-00064: Configure is not running
| Status: |
Answered |
TWiki version: |
4.2.4 |
Perl version: |
5.8.8 |
| Category: |
CategoryDeployment |
Server OS: |
RedHat Linux |
Last update: |
17 years ago |
I have installed TWiki-4.2.4 in my Linux and also updated the configuration of apache using apache config generator and when I try to view run configure in browser blank page is coming. The url I used is http://<IPAddress>:<PortNumber>/twiki/bin/configure. .Please help
I am having jboss also in the same linux server.. Can I deploy Twiki in jboss?
--
VijayaKumarManickam - 29 Jan 2009
Discussion and Answer
Things to check:
- Make sure /var/www/twiki/bin is a cgi-enabled directory. Check Apache configure settings. The ApacheConfigGenerator comes in handy.
- Check permissions of twiki/bin directory and files in it. Must be executable by the webserver user.
--
PeterThoeny - 01 Feb 2009
For the same calling
http://doman/TWiki/bin/configure
getting error
Could not find where LocalSite.cfg is supposed to go. Edit your LocalLib.cfg and set $twikiLibPath to point to the 'lib' directory for your install. Please correct this error before continuing.
--
SanjeevJha77 - 16 Feb 2009
Edit
twiki/bin/LocalLib.cfg and in there specify the path to your
twiki/lib/ directory.
--
PeterThoeny - 16 Feb 2009
I have already edited twiki/bin/LocalLib.cfg as you said but still persist same error
as said earlier.
use vars qw( $twikiLibPath $CPANBASE );
$twikiLibPath = "/var/www/html/lamp/apache2/htdocs/TWiki/lib";
--
SanjeevJha77 - 17 Feb 2009
- Installing TWiki on jboss - that may not be easy
- I suggest you to check the apache log (errors and access ) - try to paste that here
--
SopanShewale - 19 Feb 2009
My problem for Twiki is solved. Got a wonderful help given by
SopanShewale
Thanks a lot him
--
SanjeevJha77 - 19 Feb 2009
changing status to "Answered question"
--
SopanShewale - 19 Feb 2009
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.