Kbase P137102: Error HTTP 500 Running CGIIP Messenger in Apache Web Server JAIL Environment
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Error HTTP 500 Running CGIIP Messenger in Apache Web Server JAIL Environment
HTTP ERROR: 500 Internal Server Error
The Apache error log has the following error:
Premature end of script headers: wspd_cgi.sh
Can not load library libunwind.so
Manually running $DLC/bin/cgiip gives error
Unable to load library libenhlog.so
FACT(s) (Environment):
Running "ldd $DLC/bin/cgiip" shows cgiip is dynamically linked with libunwind.sl
Apache is running in JAILed environment
Apache 2.x
ia64 (Itanium)
HP-UX 11i v2
CAUSE:
This is a permission issue caused by JAILing up Apache. In JAILed environment, all related objects either dynamically linked or dynamically loaded must be copied over to JAILed directory structure, otherwise, JAILed Apache can not "see" them.
FIX:
Follow solution P137067 to set up cgiip in JAIL environment.