[opensuse] 11.4 - who broke apache? Invalid command 'SSLEngine'?
All, Just went to fire up apache on the laptop and got the following: [22:48 alchemy:/home/david] # rcapache2 start Starting httpd2 (prefork) Syntax error on line 48 of /etc/apache2/vhosts.d/vhost-ssl.conf: Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL failed Hmm... worked find 3 days ago... I haven't had time to dig into it yet, but I thought I would check if anyone else has seen this behavior? I've done package updates, but no config changes, so I'm not sure what's up. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/10/11 01:00, David C. Rankin wrote:
All,
Just went to fire up apache on the laptop and got the following:
[22:48 alchemy:/home/david] # rcapache2 start Starting httpd2 (prefork) Syntax error on line 48 of /etc/apache2/vhosts.d/vhost-ssl.conf: Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration
The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
failed
Hmm... worked find 3 days ago... I haven't had time to dig into it yet, but I thought I would check if anyone else has seen this behavior? I've done package updates, but no config changes, so I'm not sure what's
mod ssl is not loaded ... a2enmod ssl and restart apache. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 10/06/2011 11:08 PM, Cristian Rodríguez wrote: <snip>
mod ssl is not loaded ... a2enmod ssl and restart apache.
Hmmm.. thanks Christian, but... it should be: [23:16 alchemy:/etc/apache2] # noc /etc/sysconfig/apache2 APACHE_CONF_INCLUDE_FILES="" APACHE_CONF_INCLUDE_DIRS="" APACHE_MODULES="authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imagemap rewrite php5 authz_default" APACHE_SERVER_FLAGS="SSL" ^^^^^^^^^^^^^^^^^^^^^^^^^ <snip> Hmm.., but Christian is always right... so [23:17 alchemy:/etc/apache2] # cd /etc/sysconfig [23:18 alchemy:/etc/sysconfig] # cp apache2 /tmp/apache2.sav [23:18 alchemy:/etc/sysconfig] # a2enmod ssl; rcapache2 stop; rcapache2 start; diff apache2 /tmp/apache2.sav Shutting down httpd2 (not running) done Starting httpd2 (prefork) done 84c84 < APACHE_MODULES="authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imagemap rewrite php5 authz_default ssl" ---
APACHE_MODULES="authz_host actions alias auth_basic authz_groupfile authn_file authz_user autoindex cgi dir include log_config mime negotiation setenvif status userdir asis imagemap rewrite php5 authz_default"
Well I'll be... Thanks Christian -- what gives? New changes? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/10/11 01:22, David C. Rankin wrote:
APACHE_SERVER_FLAGS="SSL" ^^^^^^^^^^^^^^^^^^^^^^^^^
Yeah, but that does not load mod_ssl, it only starts the server with -DSSL ...
Well I'll be... Thanks Christian -- what gives? New changes?
No idea ;) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Cristian Rodríguez
-
David C. Rankin