norm

Well-Known Member
Apr 23, 2002
52
0
306
For some unknown reason, SSL certs stopped working on a particular server. Reported in /etc/httpd/logs/error_log:

[Thu Dec 19 18:57:15 2002] [error] [client ####] Invalid method in request \x80L\x01\x03
[Thu Dec 19 18:57:19 2002] [error] [client ####] Invalid method in request \x80L\x01\x03
[Thu Dec 19 18:57:19 2002] [error] [client ####] Invalid method in request \x80L\x01\x03


Loaded modules for Apache:
mod_php4, mod_log_bytes, mod_frontpage, mod_ssl, mod_setenvif, mod_so, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core

Apache software: Apache/1.3.27 (Unix) PHP/4.2.3 mod_log_bytes/0.3 FrontPage/5.0.2.2510 mod_ssl/2.8.11 OpenSSL/0.9.6b

Any hints/suggestions/links are warmly accepted and appreciated :)
 

Tim Greer

Well-Known Member
Aug 11, 2002
59
0
156
[quote:a9142c8550][i:a9142c8550]Originally posted by norm[/i:a9142c8550]

For some unknown reason, SSL certs stopped working on a particular server. Reported in /etc/httpd/logs/error_log:

[Thu Dec 19 18:57:15 2002] [error] [client ####] Invalid method in request \x80L\x01\x03
[Thu Dec 19 18:57:19 2002] [error] [client ####] Invalid method in request \x80L\x01\x03
[Thu Dec 19 18:57:19 2002] [error] [client ####] Invalid method in request \x80L\x01\x03


Loaded modules for Apache:
mod_php4, mod_log_bytes, mod_frontpage, mod_ssl, mod_setenvif, mod_so, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core

Apache software: Apache/1.3.27 (Unix) PHP/4.2.3 mod_log_bytes/0.3 FrontPage/5.0.2.2510 mod_ssl/2.8.11 OpenSSL/0.9.6b

Any hints/suggestions/links are warmly accepted and appreciated :)[/quote:a9142c8550]

make sure you have the &SSLEngine On& directive set for the virtual host that uses SSL.
 

rnh

Well-Known Member
Apr 15, 2003
118
0
166
Originally posted by norm
Loaded modules for Apache:
mod_php4, mod_log_bytes, mod_frontpage, mod_ssl, mod_setenvif, mod_so, mod_auth, mod_access, mod_rewrite, mod_alias, mod_userdir, mod_actions, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core
How do we install more apache modules in Cpanel? I'm running FreeBSD and Cpanel doesn't use my Apache install it wanted to use it's own, and so now I can't find out how to install extra modules w/ cPanel... thanks!
 

rnh

Well-Known Member
Apr 15, 2003
118
0
166
ok thanks, thought that maybe there was something in /scripts that I was missing.