RE: Startup Script

2002-10-30 Thread Boyle Owen
Quick fix is to put in the startup script: LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/openwin/lib before it tries to start apache.. Better fix is to recompile apache with the additional compile-time options: -L/usr/openwin/lib -R/usr/openwin/lib etc. (one pair for each lib). This should

Invalid method in request \x80\x80\x01\x03\x01

2002-10-30 Thread Roger Rosenblum
Greetings, I'm having problems getting SSL to work with Apache at the moment. The message showing up the the error_log is: Invalid method in request \x80\x80\x01\x03\x01 and openssl reports unknown protocol:s23_clnt.c:460: Situation: = Sparc Solaris 9, Apache 1.3.27

Re: Invalid method in request \x80\x80\x01\x03\x01

2002-10-30 Thread Geoff Thorpe
On Wednesday 30 Oct 2002 1:14 pm, Roger Rosenblum wrote: Greetings, I'm having problems getting SSL to work with Apache at the moment. SSLEngine on Your (virtual) host is expecting to talk clear HTTP to the client, and you need to tell it to talk HTTPS instead. Ie. on the server, you're

RE: Startup Script

2002-10-30 Thread Lawrence Cole
It's the last script to run in the directory. It's an S99 file. I'm running Solaris 8 with the latest patch cluster from Sun. -Original Message- From: [EMAIL PROTECTED] [mailto:owner-modssl-users;modssl.org] On Behalf Of Rick Widmer Sent: Tuesday, October 29, 2002 9:16 PM To: [EMAIL

RE: Startup Script

2002-10-30 Thread Lawrence Cole
Boyle, Thank you for your suggestions. Adding LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib:/usr/openwin/lib to the startup script does not help. Sourcing root's .profile before running the apachectl startssl command does not help. The LD_LIBRARY_PATH is set in the .profile. So the last thing