Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!
0 Пользователей и 1 Гость просматривают эту тему.
* Restarting web server apache2AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/apache2/ports.conf:5AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message(98)Address already in use: AH00072: make_sock: could not bind to address [::]:443(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443no listening sockets available, shutting downAH00015: Unable to open logsAction 'start' failed.The Apache error log may have more information.
<IfModule mod_ssl.c> <VirtualHost _default_:443> ServerAdmin diadlo@localhost ServerName diadlo.dyndns.org DocumentRoot /var/www/html <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined SSLEngine on SSLProtocol all -SSLv2 SSLCertificateFile /etc/apache2/ssl/apache.pem SSLCertificateKeyFile /etc/apache2/ssl/apache.key <FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars </Directory> BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown </VirtualHost></IfModule>
NameVirtualHost *:80Listen 80NameVirtualHost *:443Listen 443<IfModule mod_ssl.c> Listen 443</IfModule><IfModule mod_gnutls.c> Listen 443</IfModule>
sudo netstat -tulpn | grep ":443"
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 2083/vmware-hostdtcp6 0 0 :::443 :::* LISTEN 2083/vmware-hostd
Страница сгенерирована за 0.019 секунд. Запросов: 21.