[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] UPDATE, still broken: RaQ4r -SSL not running
- Subject: RE: [cobalt-users] UPDATE, still broken: RaQ4r -SSL not running
- From: JIgou@xxxxxxxxx
- Date: Wed Dec 4 11:52:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
--- begin quote ---
Hey
It looks like you might have deleted the mod.rewrites within the
httpd.conf
look at a working one... and you'll probably find the code is missing
from the site you are trying to get to
Dan
------
After taking a look at the httpd.conf on this machine and comparing it to
another one, they are different (in ways other than virtual hosting
information...)
Most notably, the "broken" one is missing a section that the other one has,
even though the functioning machine does NOT have SSL enabled. The section
is the "Global SSL Setup" section.
My next question: will the Cobalt automatically re-create this portion? I
know there are some things that it re-creates when things are turned off
and on, or other pieces of the file (like virtual hosts) are changed. I'm
certainly not afraid to edit the file, but knowing the penchant for
changing anyway, if there's a way for the machine to generate it for me
instead, there's no sense in me mucking about with it.
--- end 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