[Koha] Issues with Koha 2.2.4 Installation on windows

Juvenal Sahiri jsahiri at yahoo.com
Thu Feb 2 17:20:26 NZDT 2006


I just sent this message to Amzari Abu Bakar
amzari79 at yahoo.com after reading the posting on
upgrading from 2.2.4 to 2.2.5. May be you can help:

Quote"
In the course of trying to get my Koha 2.2.4
installation to work, I came across your posting on
[Koha] Koha Installation Upgrade 2.2.4 to 2.2.5
Windows 
Amzari Abu Bakar amzari79 at yahoo.com
Mon Jan 23 23:26:38 NZDT 2006

The problem I was trying to solve is that entering
opac in the url gives me blank "page not found" while
http://localhost:8080/ gives me the OPAC library
visitor
page where I can submit a search.

But I never succeeded in getting the intranet page, no
matter what I tried.

Here is the content of my koha.config in etc and and
httpd.config in apache. 

koha.config:
database=blank224
hostname=localhost
user=koha
pass=koha
intranetdir=c:\usr\koha224\intranet
opacdir=c:\usr\koha224\opac
kohaversion=2.2.4
opachtdocs=c:\usr\koha224\opac\htdocs\opac-tmpl
intrahtdocs=c:\usr\koha224\intranet\htdocs\intranet-tmpl
includes=c:\usr\koha224\intranet\htdocs\intranet-tmpl\default\en\includes

====
httpd.config in apache:
Listen 127.0.0.1:8080

NameVirtualHost *

<VirtualHost _default_:*>
    ServerAdmin webmaster at dummy-opac
    DocumentRoot /usr/koha224/opac/htdocs
    ScriptAlias  /cgi-bin/ /usr/koha224/opac/cgi-bin/
    ServerName opac
    ErrorLog logs/opac-error_log
    CustomLog logs/opac-access_log common
    SetEnv PERL5LIB "c:/usr/koha224/intranet/modules"
</VirtualHost>

<VirtualHost *>
    ServerAdmin webmaster at dummy-opac
    DocumentRoot /usr/koha224/opac/htdocs
    ScriptAlias  /cgi-bin/ /usr/koha224/opac/cgi-bin/
    ServerName opac
    ErrorLog logs/opac-error_log
    CustomLog logs/opac-access_log common
    SetEnv PERL5LIB "c:/usr/koha224/intranet/modules"
</VirtualHost>

<VirtualHost *>
    ServerAdmin webmaster at dummy-opac
    DocumentRoot /usr/koha224/intranet/htdocs
    ScriptAlias  /cgi-bin/
/usr/koha224/intranet/cgi-bin/
    ServerName intranet
    ErrorLog logs/intranet-error_log
    CustomLog logs/intranet-access_log common
    SetEnv PERL5LIB "c:/usr/koha224/intranet/modules"
</VirtualHost>

I changed these values to those in your posting on the
discussion list except for 2.2.5 which I kept as 2.2.4

It didn't make a difference.

Appreciate your help

Best regards
Juvenal

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Koha mailing list