Hello, I have installed koha, successfully as far as I can tell, but I cant get the installer up. I have run sudo a2enmod rewrite sudo a2ensite koha sudo apache2ctl restart and created the symlinks (which do point to the right place) but I still get the default apache page. Any ideas? Thanks, Harry
Hello, Are you just trying the default URL of the full path to the re-directed .pl like {your domain name}/cgi-bin/koha/opac-main.pl (You will find the exact path inside the VirtualHost section you created for Koha in your apache httpd configuration) Once you try this, you may start seeing any errors that are occurring. This is very much par for the course. You might want to tail your koha-error and other logs at the same time. Typically you have to fix some small errors/get some missing Perl modules before everything works. Thanks and regards, krishnan mani Pune, India --- On Sun, 2/11/08, harry wykman <harrybw@iinet.net.au> wrote: From: harry wykman <harrybw@iinet.net.au> Subject: [Koha] Apache problem? To: koha@lists.katipo.co.nz Date: Sunday, 2 November, 2008, 8:45 AM Hello, I have installed koha, successfully as far as I can tell, but I cant get the installer up. I have run sudo a2enmod rewrite sudo a2ensite koha sudo apache2ctl restart and created the symlinks (which do point to the right place) but I still get the default apache page. Any ideas? Thanks, Harry _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/
Have you tried these paths? http://localhost:8080 http://127.0.1.1:8080 http://machine-name-here:8080 Note that the second suggestion is 127.0.1.1 -- not the usual 127.0.0.1 (localhost). Andy Giesler School of Library and Information Studies University of Wisconsin-Madison -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of harry wykman Sent: Saturday, November 01, 2008 10:16 PM
I have installed koha, successfully as far as I can tell, but I cant get the installer up. [snip]
participants (3)
-
agiesler@wisc.edu -
harry wykman -
Krishnan Mani