Hi! I installed Koha-2 on Fedora-C2 with httpd-2.0.49, mysql-3.23, perl-5.8. When I installed Koha, I used the installer.pl script, and the installation was successfully. But when I want try to connect to http://myserver:8080 the connection was refused. And my Web Server is OK if I connect to http://myserver I try to see the file /usr/local/koha/log but is empty. I saw the file /var/log/httpd/error_log and it's OK. And I visited the Koha archives and I saw the collection of prior postings to the list. But I still have the problem Thanks for your help. Marco Antonio _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Hello Brothers;) Happen through an equal experience installing koha-2.0 in the FEDORA and had an error with the Mysql, the installation was successful using installer.pl, but at the moment for entering mysql as usuary koha and entering the data base Koha, does not work the Mysql. does not rise the Mysql. Somebody had exito in installing koha in Fedora? I hope serves as something. Thanks. (ES) Hola Hermanos ;) Pase por una experiencia igual instalando el koha-2.0 en el FEDORA y tuve un error con el Mysql, la instalacion fue exitosa usando installer.pl, pero el en el momento de entrar al mysql como usuario koha y entrando a la base de datos Koha , no funciona el Mysql. no se levanta el Mysql. Alguien tuvo exito en instalar el koha en Fedora? Espero sirva de algo. Gracias. On Wed, 28 Jul 2004 16:08:21 +0000, Marco Antonio Castillo Arreozola wrote
Hi!
I installed Koha-2 on Fedora-C2 with httpd-2.0.49, mysql-3.23, perl-5.8. When I installed Koha, I used the installer.pl script, and the installation was successfully. But when I want try to connect to http://myserver:8080 the connection was refused. And my Web Server is OK if I connect to http://myserver
I try to see the file /usr/local/koha/log but is empty. I saw the file /var/log/httpd/error_log and it's OK. And I visited the Koha archives and I saw the collection of prior postings to the list. But I still have the problem
On 2004-07-28 17:08:21 +0100 Marco Antonio Castillo Arreozola <cobi31@hotmail.com> wrote:
But when I want try to connect to http://myserver:8080 the connection was refused.
Sounds like your server does not listen on 8080. Look for a line "Listen 8080" in the config files, or some line containing 8080 and LISTEN in the output of the command "netstat -an". If neither are there, add the Listen line to a config file, perhaps even koha_httpd.conf Hope that helps, -- MJR/slef My Opinion Only and not of any group I know http://www.ttllp.co.uk/ for creative copyleft computing Please email about: BT alternative for line rental+DSL; Education on SMEs+EU FP6; office filing that works fast
how can i change the way koha computes for fine to suit our policy? ex. our fine start at 9:00 am after the day the item have been borrowed. it charges one (1) peso per hour of late returned item. how can i go around with this? Thanks
Eric, since Koha is written to compute fines and overdues by day instead of hour, this would require rewriting part of the code. In other words, it's not something you can do by setting a parameter. It's possible that someone out there has already revised their Koha code to do this, or maybe you can get someone to write the change for you. Stephen Eric G. Salayon said:
how can i change the way koha computes for fine to suit our policy? ex. our fine start at 9:00 am after the day the item have been borrowed. it charges one (1) peso per hour of late returned item. how can i go around with this? Thanks
-- Stephen Hedges Skemotah Solutions, USA www.skemotah.com -- shedges@skemotah.com
participants (5)
-
Christian Calle -
Eric G. Salayon -
Marco Antonio Castillo Arreozola -
MJ Ray -
Stephen Hedges