【发布时间】: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
谁能告诉我出了什么问题?
【问题讨论】: