[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] UPDATE, still broken: RaQ4r -SSL not running



|---------+---------------------------------->
|         |           JIgou@xxxxxxxxx        |
|         |           Sent by:               |
|         |           cobalt-users-admin@list|
|         |           .cobalt.com            |
|         |                                  |
|         |                                  |
|         |           12/04/2002 01:52 PM    |
|         |           Please respond to      |
|         |           cobalt-users           |
|         |                                  |
|---------+---------------------------------->
  >-------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                   |
  |       To:       cobalt-users@xxxxxxxxxxxxxxx                                                                      |
  |       cc:                                                                                                         |
  |       Subject:  RE: [cobalt-users] UPDATE, still broken: RaQ4r -SSL not running                                   |
  >-------------------------------------------------------------------------------------------------------------------|









--- begin quote ---

I've looked through the httpd.conf files, and addressed the fact that the
"Global SSL Setup" section was missing, as well as re-inserting a couple
other lines from that area of httpd.conf that seemed to be bad. They now
match both another machine and the "httpd.conf.master" file in the same
directory. It looks to me like all of the programming in that section is
generic, which is good....I think.

However, I'm getting the following error now:

[root conf]# /etc/rc.d/init.d/httpd restart
Shutting down Web Service:
Setting up Web Service: mod_perl: Invalid command 'SSLengine', perhaps
mis-spelled or defined by a module not included in the server configuration
chiliasp: module started, version 3.5.2.31
/usr/sbin/httpd

The only two instances of "SSLengine" in the httpd.conf file are identical:
            $PerlConfig .= "SSLengine on\n";

All quotes in the neighborhood of that that line appear to have partners. ;
-)

I searched google and took a close look at the httpd.conf file, but I can't
see anything out of sorts when I compare it to a working copy from
elsewhere....

Nothing in /home/log/httpd/adm_error (except the afore-mentioned "Invalid
certicicates for main site - not starting SSL" message)
/home/log/httpd/error says:
[Wed Dec  4 13:37:56 2002] [notice] caught SIGTERM, shutting down
mod_perl: Invalid command 'SSLengine', perhaps mis-spelled or defined by a
module not included in the server configuration
[Wed Dec  4 13:38:00 2002] [notice] Apache/1.3.20 Sun Cobalt (Unix)
PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25
configured -- resuming normal operations

Any other places I should be looking for clues? Anyone run into this
before?

Help is greatly appreciated!

Jarrod

-------- end quote ---------------------
----------------------------------------------

Nothing like replying to your own message....but isn't it some law of
computers that, as soon as you ask another question, you stumble across the
answer yourself?

The history: suddenly, SSL stopped working on my Raq4. I dug through the
archives, and found no answers.

After some more digging, I did a file-compare of a working httpd.conf and
the non-working httpd.conf (with UltraEdit this time :-), and found the
issue.

For some reason, this line disappeared from my httpd.conf file:
      LoadModule ssl_module modules/libssl.so

Putting that back in makes the server a WHOLE lot happier.

Now on to other minor details....like where that went in the first place.
:-(

Jarrod