apache i ssl nie chce dzia

Konfiguracja serwerów, usług, itp.
wojtektorr
Posty: 13
Rejestracja: 13 kwietnia 2009, 15:33
Lokalizacja: Stalowa Wola

apache i ssl nie chce działać

Post autor: wojtektorr »

Witam wszystkich.
Jestem początkującym, mam problem tego typu, że konfiguruję apache z ssl zgodnie z opisem ze strony: http://www.mandrivalinux.eu/showthread.php?t=126587. Apache się przeładowuje bez błędu, jednak wpisując adres:

Kod: Zaznacz cały

localhost
przeglądarka nic nie pokazuje. Proszę o pomoc.
Awatar użytkownika
lessmian2
Member
Posty: 1088
Rejestracja: 30 kwietnia 2008, 19:38
Lokalizacja: Kraków

Post autor: lessmian2 »

Masz literówkę w 97 linii ;)
Zamieść może swoje pliki konfiguracyjne, nikt tu szklanej kuli nie ma. Wklej zawartość /etc/apache2/apache2.conf, /etc/apache2/ports.conf, /etc/apache2/sites-available/default-ssl ew. innych w których masz konfigurację VHostów. Zamieść też wynik poleceń:

Kod: Zaznacz cały

apache2ctl -M
apache2ctl -S
netstat -an | grep 443
wojtektorr
Posty: 13
Rejestracja: 13 kwietnia 2009, 15:33
Lokalizacja: Stalowa Wola

Post autor: wojtektorr »

Pliki konfiguracyjne.

Kod: Zaznacz cały

apache2ctl -M

Kod: Zaznacz cały

[Wed Apr 07 21:07:37 2010] [error] (EAI 5)No address associated with hostname: Could not resolve host name *.443 -- ignoring!
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
Loaded Modules:
 core_module (static)
 log_config_module (static)
 logio_module (static)
 mpm_prefork_module (static)
 http_module (static)
 so_module (static)
 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)
 deflate_module (shared)
 dir_module (shared)
 env_module (shared)
 mime_module (shared)
 negotiation_module (shared)
 php5_module (shared)
 setenvif_module (shared)
 ssl_module (shared)
 status_module (shared)
Syntax OK

Kod: Zaznacz cały

apache2ctl -S

Kod: Zaznacz cały

[Wed Apr 07 21:13:31 2010] [error] (EAI 5)No address associated with hostname: Could not resolve host name *.443 -- ignoring!
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:443                  127.0.1.1 (/etc/apache2/sites-enabled/ssl:2)
*:80                   is a NameVirtualHost
         default server 127.0.1.1 (/etc/apache2/sites-enabled/000-default:1)
         port 80 namevhost 127.0.1.1 (/etc/apache2/sites-enabled/000-default:1)
Syntax OK

Kod: Zaznacz cały

netstat -an | grep 443

Kod: Zaznacz cały

unix  2      [ ACC ]     STREAM     LISTENING     11838    /tmp/orbit-wojtek/linc-eaa-0-70ee4432ce291
unix  3      [ ]         STREAM     CONNECTED     11841    /tmp/orbit-wojtek/linc-eaa-0-70ee4432ce291
Załączniki

[Rozszerzenie txt zostało wyłączone i nie będzie dłużej wyświetlane.]

[Rozszerzenie txt zostało wyłączone i nie będzie dłużej wyświetlane.]

[Rozszerzenie txt zostało wyłączone i nie będzie dłużej wyświetlane.]

ODPOWIEDZ