[pubcookie-users] index.cgi 500 Internal Server Error

Elena Ryazanova elena.ryazanova at tufts.edu
Sun Feb 6 08:46:56 PST 2005


Quoting Nathan Dors <dors at cac.washington.edu>:

> 
> > bash-2.05$ ls -al /usr/local/apache/conf/ssl.key
> > total 6
> > drwx------   2 webowner other        512 Feb  4 14:45 .
> > drwxr-xr-x   7 webowner other        512 Feb  2 11:50 ..
> > -rw-r--r--   1 webowner other        887 Feb  4 14:39 supervillain.key
> 
> OK, given those permissions the index.cgi must be running as 
> webowner, right? Perhaps you run Apache as this user.
Yes, it is.
> 
> If that's the case, well, I'm not sure what to look at next. 
> You've already got the logging_level at 3 and the error message is 
> consistently pointing to the ssl_key_file, right? 
Yes, All messages I see ssl_key related
Maybe it's some 
> sort of platform-specific bug loading the private key. What OS are 
> you using, with what compiler, version of OpenSSL, etc.
Sun Microsystems Inc.   SunOS 5.8 
I was getting an error: 
[Thu Feb  3 15:58:49 2005] [error] [client 130.64.204.226] Premature end of 
script headers: /usr/local/apache/htdocs/index.cgi
ld.so.1: index.cgi: fatal: libssl.so.0.9.7: open failed: No such file or 
directory
until I set SetEnv LD_LIBRARY_PATH  /usr/local/lib/:/usr/local/openssl/lib 
pointing to libssl.so.0.9.7 in httpd.conf
Thanks,

Elena



More information about the pubcookie-users mailing list