Apache issue in HP-UX 11.31

HP-UX、Linux、Tru64 UNIX、NonStop、OpenVMS、Windows Server等,数据中心、虚拟化方案等

版主: xyevolve

版面规则
1. 本版是定位于惠普软件系统及解决方案的技术讨论区。
2. 本版鼓励发帖共同讨论技术问题,不鼓励站内信件私下交流,独知知不如众知知。
3. 本版允许转贴或引用他人的作品,但必须声明原作者信息。
4. 本版禁止发表出售、求购、或其他非技术讨论等帖子。
5. 本版禁止灌水,包括但不限于任何与所讨论主题无关的回复,无意义字符,直接复制其他回复等。
6. 本站附件禁止用于商业目的,请在下载后24小时内删除,本站不对其造成的结果负任何责任。
回复
SYSTEM
网站编辑
帖子: 265
注册时间: 2012年 2月 20日 15:45 星期一

Apache issue in HP-UX 11.31

帖子 SYSTEM » 2012年 5月 14日 09:19 星期一

We have apache not starting in 11.31 log file shows the below error apache version is shown below.

hpuxws22APACHE B.2.2.15.06 HP-UX Apache-based Web Server

Error log
[Fri May 11 11:06:43 2012] [crit] (19)No such device: Digest: error generating secret: No such device Configuration Failed

HONG
注册用户
帖子: 87
注册时间: 2011年 1月 26日 23:03 星期三

Re: Apache issue in HP-UX 11.31

帖子 HONG » 2012年 5月 14日 09:33 星期一

Depending on the state of your system, perhaps the bundle contents are in a state of flux for some reason . .

or simply wasn’t configured properly during the install “configure” phase.

In any case, one immediately thing to try is “swconfig –x reconfigure=true hpuxws22APACHE”.
This will implicitly select the OpenSSL bundle as well, which is probably okay to include.

If you want to just reconfigure Apache, then use “swconfig -x reconfigure=true -x autoselect_dependencies=false hpuxws22APACHE”

Maybe this will fix it.

SYSTEM
网站编辑
帖子: 265
注册时间: 2012年 2月 20日 15:45 星期一

Re: Apache issue in HP-UX 11.31

帖子 SYSTEM » 2012年 5月 14日 09:33 星期一

Well I did swconfig –x reconfigure=true hpuxws22APACHE but still the issue exists, but If I comment the line for digest in httpd.conf it is working.

HEUNG
荣誉版主
帖子: 229
注册时间: 2011年 1月 26日 23:31 星期三

Re: Apache issue in HP-UX 11.31

帖子 HEUNG » 2012年 5月 14日 09:35 星期一

This is a configuration issue.

I would check these in the first instance:

a) Do you have these devices:

/dev/random
/dev/urandom

If not, install them.

Or, check if this module is loaded:

# lsdev |grep rng
140 -1 rng pseudo

It must not show status "unknown":

# lsdev |grep rng
115 -1 rng unknown

# kcmodule -v rng
Module rng (0.1)
Description Strong Random Number Generator
Timestamp Fri Feb 16 03:01:29 2007 [45D4D131]
State loaded (as requested)
State at Next Boot loaded (as requested)
Capable loaded unused
Depends On interface HPUX_11_31_PERF:1.0

b) What are the permissions on them. These are defaults:

cr--r--r-- 1 root sys 140 0x000000 Feb 15 14:42 /dev/random
cr--r--r-- 1 root sys 140 0x000001 Feb 15 14:42 /dev/urandom

However, I know of a case that had to change user and group ownership to "bin"

回复