Zeus 4.3 For Linux
Zeus Web Server is the most scalable, high-performance web
server software available, underpinning business-critical
solutions for the world's leading web hosting, content
provider and secure e-commerce companies. Flexible
web-based management, extensive integration capabilities,
and the most comprehensive range of features available from
commercial server software, combine to provide fully
extensible and future-proof web-based solutions.
Website: http://www.zeus.com/products/zws/
简单的说:Zeus是一个基于apache代码的商业web服务器,有着很高的性能,国际上一些知名大站都使用他作为web服务器。
今天down了一个下来,安装一下的说。
安装文件包括如下几个部分:
1个tgz包,一个license.key文件,一个zeus.web文件。
首先解包:
tar zxvf Zeus_43_Linux-x86.tgz
然后进入目录并且运行zinstall:
Zeus_43_Linux-x86/zinstall
出现安装提示:
You are installing a package built for Linux-x86
Zeus Installation Program - Copyright (C) Zeus Technology 2004
Checking distribution ... all packages match checksums
然后是让你看license,这里输入accept同意license。
Enter `accept' if you accept this license agreement: accept
确认安装路径:不想修改的话直接回车。
Where should the product be installed? [/usr/local/zeus]:
选择安装类型:
Installation options:
1. Full install of both admin server & web server
2. Stand-alone install of admin server
3. Clustered install of web server
H. Help
Choose installation option [1]:
下边是安装license。输入路径/root/zeus/license.key
This product requires a valid license key file to run.
It will run in unlicensed mode if none is supplied.
Enter the key filename, or leave blank for unlicensed mode:/root/zeus/license.key
安装完毕,设置admin界面的密码。
Installing web-4.3...
Installing snmp-4.3...
Installing admin-4.3...
Installing zperl-4.3...
Installing webadmin-4.3...
Installing webadmin_lang_en_gb-4.3...
Installing webadmin_lang_en_us-4.3...
Please choose a password for the admin server:
启用SNMP,并且输入验证串。
Enable SNMP support for web package? Y/N [N]: y
SNMP uses 'community strings' to restrict access to authorized
users. You should set a community string, just as you would
set a password, so that unauthorized users cannot read the
SNMP counters. Use the string 'public' to allow public access.
Please choose a community string for the SNMP server:
设置运行身份,和apache一样,默认nobody。
**
** SNMP support has been enabled for your Zeus Web Server.
** SNMP is active on port 161
**
Choose a UNIX user for the web process to run as [nobody]:
是否允许自启动。
Zeus can be installed so that it automatically runs
when this computer boots.
Would you like Zeus to start at boot time? Y/N [Y]: y
主程序安装完成。
[color=blue]Start script linked into /etc/rc3.d/S85zeus
Installation successful, starting Zeus product software
Initializing Zeus Application Framework. (C) 1995 - 2004 Zeus Technology Limited
Zeus Admin Server - (C) 1995 - 2004 Zeus Technology Limited
Version 4.3, Build date: Jun 13 2004 18:26:16
INFO:Zeus Admin Server started
INFO:Version 4.3, Build date: Jun 13 2004 18:26:16
INFO:http://F1:9090
INFO:Zeus Admin Server running
Zeus Web Server - (C) 1995 - 2004 Zeus Technology Limited
Version 4.3, Build date: Jun 13 2004 18:37:34
Process permissions set to nobody:nobody
INFO:sendfile: Linux 2.2 sendfile driver
SERIOUS:Your license key (/usr/local/zeus/web/etc/license.key) is not suitable because:
SERIOUS:Unable to decode corrupt key data in /usr/local/zeus/web/etc/license.key
SERIOUS:Running in unlicensed mode. You will be unable to start Virtual Servers
SERIOUS:until a valid license is installed.
SERIOUS:Please contact your supplier for a valid license key, or
SERIOUS:go to the 'Licensing' page in the Zeus Admin Server.
INFO:Zeus Web Server started
INFO:Version 4.3, Build date: Jun 13 2004 18:37:34
INFO:Zeus Web Server running
Zeus SNMP Agent -- Master (C) 1995-2004 Zeus Technology Ltd
Portions (C) Carnegie Mellon University
INFO:Zeus SNMP Agent -- Master listening on port 161
INFO:Zeus SNMP Agent -- Master running
**
** To configure the Zeus Web Server, please go to
** http://F1:9090/
** and login as 'admin' with your admin password.
**
Please read the release notes (/usr/local/zeus/webadmin/RELEASE_NOTES)[/color]
然后把安装目录里边的zeus.web复制到/usr/local/zeus/web/下,覆盖原文件,并且chmod 755给运行权限。
有必要的话还要改一下防火墙,比如iptables,开9090端口。
然后访问http://yourIP:9090登陆管理界面。
登陆进去的主界面——点击查看大图
然后图形界面就好配置了。
一会挂上php,用phpsysinfo看看系统信息。
期待楼主给俺开个jsp空间。。