【问题标题】:Cannot access Koha无法访问 Koha
【发布时间】:2013-12-18 04:58:52
【问题描述】:

我正在关注 this guide 在 Ubuntu 上运行 Koha。

我的文件内容如下所示。

/etc/koha/koha-sites.conf:

DOMAIN=".eit-Dimension-5100"  # Change this to be your domain.
INTRAPORT="80"  # TCP listening port for the administration interface
INTRAPREFIX=""
INTRASUFFIX="-intra"
DEFAULTSQL=""
OPACPORT="80"  # TCP listening port for the users' interface
OPACPREFIX=""
OPACSUFFIX=""
ZEBRA_MARC_FORMAT="marc21"  # Possible values are 'marc21', 'normarc' and 'unimarc'
ZEBRA_LANGUAGE="en"  # Possible values are 'en', 'fr' and 'nb'    

/etc/hosts:

127.0.0.1 localhost
127.0.0.1 library.eit-Dimension-5100
127.0.0.1 library-intra.eit-Dimension-5100

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

运行此命令后:

sudo xmlstarlet sel -t -v 'yazgfs/config/pass' /etc/koha/sites/library/koha-conf.xml

...在导航到时,我仍然得到相同的 Apache 默认首页:

lynx http://library-intra.eit-Dimension-5100:80

谁能告诉我出了什么问题?

【问题讨论】:

    标签: apache ubuntu apache2


    【解决方案1】:

    建议您重新启动您的 koha 服务器并在没有端口 (:80) 的情况下浏览网站

    【讨论】:

      猜你喜欢
      • 2021-09-07
      • 2014-01-29
      • 2017-04-10
      • 1970-01-01
      • 2015-07-09
      • 2021-01-04
      • 2019-12-16
      • 2016-04-05
      • 2014-12-25
      相关资源
      最近更新 更多