LINUX.ORG.RU

Ответ на: комментарий от imul

cat 000-default.conf

<VirtualHost *:80>

# ServerAdmin webmaster@localhost

DocumentRoot /var/www/html

Redirect permanent / https://10.0.0.10

ErrorLog ${APACHE_LOG_DIR}/error.log

CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

cat default-ssl.conf

<IfModule mod_ssl.c>

<VirtualHost _default_:443>

ServerAdmin webmaster@localhost

DocumentRoot /var/www/html

Include /etc/phpmyadmin/apache.conf

Alias / /var/lib/roundcube/

SSLCertificateFile /etc/ssl/certs/mailserver.pem

SSLCertificateKeyFile /etc/ssl/private/mailserver.pem

BrowserMatch «MSIE [2-6]» \

nokeepalive ssl-unclean-shutdown \

downgrade-1.0 force-response-1.0

BrowserMatch «MSIE [17-9]» ssl-unclean-shutdown

</VirtualHost>

</IfModule>

access.log

192.168.15.10 - - [17/Aug/2017:14:26:35 +0300] «GET /postfixadmin/setup.php HTTP/1.1» 404 708 "-" «Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0»

192.168.15.10 - - [17/Aug/2017:14:26:36 +0300] «GET /postfixadmin/setup.php HTTP/1.1» 404 570 "-" «Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0»

192.168.15.10 - - [17/Aug/2017:14:26:45 +0300] «GET /postfixadmin/ HTTP/1.1» 404 699 "-" «Mozilla/5.0 (Windows NT 5.1; rv:50.0) Gecko/20100101 Firefox/50.0»

error.log

[Thu Aug 17 14:17:54.728794 2017] [mpm_prefork:notice] [pid 4483] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured — resuming normal operations

[Thu Aug 17 14:17:54.728819 2017] [core:notice] [pid 4483] AH00094: Command line: '/usr/sbin/apache2'

[Thu Aug 17 14:23:42.408218 2017] [mpm_prefork:notice] [pid 4483] AH00169: caught SIGTERM, shutting down

[Thu Aug 17 14:23:43.456469 2017] [ssl:warn] [pid 4583] AH01906: :443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Thu Aug 17 14:23:43.456519 2017] [ssl:warn] [pid 4583] AH01909: :443:0 server certificate does NOT include an ID which matches the server name

[Thu Aug 17 14:23:43.501018 2017] [ssl:warn] [pid 4584] AH01906: :443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)

[Thu Aug 17 14:23:43.501043 2017] [ssl:warn] [pid 4584] AH01909: :443:0 server certificate does NOT include an ID which matches the server name

[Thu Aug 17 14:23:43.504483 2017] [mpm_prefork:notice] [pid 4584] AH00163: Apache/2.4.10 (Debian) OpenSSL/1.0.1t configured — resuming normal operations

[Thu Aug 17 14:23:43.504509 2017] [core:notice] [pid 4584] AH00094: Command line: '/usr/sbin/apache2'

tooncheg
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.