помогите пожалуйста понять в чём может быть проблема
на linux mint поставил lamp. он работает, о чём сообщает команда:
sergey@sergey-H61M-D2-B3 /var/log/apache2 $ sudo service apache2 status
* apache2 is running
по умолчанию установлен один виртуальный хост:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
проблема в том, что не получается, набрав в адресной строке браузера http://html или http://html/index.html увидеть отрисованную страницу. вместо этого адрес выводится
502 Bad Gateway
nginx/1.6.2
при этом nginxа в системе точно нет. и файл /var/www/html/index.html точно существует(с соответствующими правами)
логи апача: access.log:
::1 - - [11/Feb/2015:10:39:31 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:31 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:31 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:31 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:31 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:32 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:32 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:32 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:32 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
::1 - - [11/Feb/2015:10:39:32 +0300] "OPTIONS * HTTP/1.0" 200 125 "-" "Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 (internal dummy connection)"
error.log:
[Wed Feb 11 10:35:59.764080 2015] [mpm_event:notice] [pid 552:tid 140517218862976] AH00489: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Wed Feb 11 10:35:59.764192 2015] [core:notice] [pid 552:tid 140517218862976] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 11 10:36:09.780983 2015] [mpm_event:notice] [pid 552:tid 140517218862976] AH00491: caught SIGTERM, shutting down
[Wed Feb 11 10:36:10.833262 2015] [mpm_prefork:notice] [pid 2017] AH00163: Apache/2.4.7 (Ubuntu) configured -- resuming normal operations
[Wed Feb 11 10:36:10.833342 2015] [core:notice] [pid 2017] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 11 10:36:12.056747 2015] [mpm_prefork:notice] [pid 2017] AH00169: caught SIGTERM, shutting down
[Wed Feb 11 10:36:13.139540 2015] [mpm_prefork:notice] [pid 2104] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 configured -- resuming normal operations
[Wed Feb 11 10:36:13.139590 2015] [core:notice] [pid 2104] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 11 10:39:31.948877 2015] [mpm_prefork:notice] [pid 2104] AH00171: Graceful restart requested, doing restart
AH00558: 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
[Wed Feb 11 10:39:31.973618 2015] [mpm_prefork:notice] [pid 2104] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 configured -- resuming normal operations
[Wed Feb 11 10:39:31.973636 2015] [core:notice] [pid 2104] AH00094: Command line: '/usr/sbin/apache2'
[Wed Feb 11 10:39:32.085736 2015] [mpm_prefork:notice] [pid 2104] AH00171: Graceful restart requested, doing restart
AH00558: 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
[Wed Feb 11 10:39:32.113057 2015] [mpm_prefork:notice] [pid 2104] AH00163: Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.5 configured -- resuming normal operations
[Wed Feb 11 10:39:32.113072 2015] [core:notice] [pid 2104] AH00094: Command line: '/usr/sbin/apache2'
other_vhosts_access.log: пусто