nach upgrade auf etch kein ssl mehr im Apache 2.2
Hallo,
nach Durchforstung des Netzes und einigem Rumprobieren komme ich nicht
weiter, daher an euch die Frage.
Wie kann es sein, dass ich nach einem Upgrade von sarge auf etch, also
Apache 2.0 auf Apache 2.2 kein ssl mehr habe?
Ich finde nur die Info dass ssl jetzt im Apache integriert ist.
server:/etc/apache2# apache2ctl -M
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (static)
so_module (static)
actions_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_file_module (shared)
authz_default_module (shared)
authz_groupfile_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
cgi_module (shared)
dir_module (shared)
env_module (shared)
imagemap_module (shared)
include_module (shared)
info_module (shared)
mime_module (shared)
negotiation_module (shared)
php5_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)
userdir_module (shared)
Syntax OK
wie aktiviere ich das ssl modul, damit der Server es auch lädt?
hier noch die Ausgaben der Verzeichnisse:
server:/etc/apache2/mods-enabled# ls -la
lrwxrwxrwx 1 root root 26 2008-05-15 15:12 ssl.conf ->
../mods-available/ssl.conf
lrwxrwxrwx 1 root root 26 2008-05-15 15:12 ssl.load ->
../mods-available/ssl.load
server:/etc/apache2/mods-enabled# more ssl.load
<IfDefine SSL>
LoadModule ssl_module /usr/lib/apache2/modules/mod_ssl.so
</IfDefine>
server:/etc/apache2/mods-enabled# ls -la /usr/lib/apache2/modules/mod_ssl.so
-rw-r--r-- 1 root root 151612 2008-01-27 19:19
/usr/lib/apache2/modules/mod_ssl.so
schonmal vielen Dank für eure Hilfe
Sylvia
Reply to: