Форум русскоязычного сообщества Ubuntu


Следите за новостями русскоязычного сообщества Ubuntu в Twitter-ленте @ubuntu_ru_loco

Автор Тема: Доступ к вебприложению работающему в гостевой системе в virtualbox  (Прочитано 1791 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн Гамлиэль Фишкин

  • Участник
  • *
  • Сообщений: 153
  • Ubuntu MATE 16.04.4 x64 Ubuntu user since 2009
    • Просмотр профиля
    • about me
Какие записи в error.log'е?

Оффлайн Volkonskaya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 45
    • Просмотр профиля
/var/log/apache2

[Tue May 01 00:46:54.848114 2018] [mpm_prefork:notice] [pid 2115] AH00163: Apache/2.4.18 (Ubuntu) configured -- resuming normal operations
[Tue May 01 00:46:54.848151 2018] [core:notice] [pid 2115] AH00094: Command line: '/usr/sbin/apache2'
[Tue May 01 00:52:28.609523 2018] [access_compat:error] [pid 4025] [client 192.168.1.106:43136] AH01797: client denied by server configuration: /var/www/
[Tue May 01 00:52:28.803518 2018] [access_compat:error] [pid 4025] [client 192.168.1.106:43136] AH01797: client denied by server configuration: /var/www/favicon.ico
[Tue May 01 00:52:28.831207 2018] [access_compat:error] [pid 4025] [client 192.168.1.106:43136] AH01797: client denied by server configuration: /var/www/favicon.ico
[Tue May 01 00:52:50.158791 2018] [access_compat:error] [pid 4143] [client 192.168.1.106:43138] AH01797: client denied by server configuration: /var/www/dvwa
[Tue May 01 00:58:09.022284 2018] [access_compat:error] [pid 4171] [client 192.168.1.106:43178] AH01797: client denied by server configuration: /var/www/dvwa

Оффлайн Гамлиэль Фишкин

  • Участник
  • *
  • Сообщений: 153
  • Ubuntu MATE 16.04.4 x64 Ubuntu user since 2009
    • Просмотр профиля
    • about me
Попробуйте добавить в блок <VirtualHost> строчку Options +FollowSymLinks. Если это поможет, замените её на Options +SymLinksIfOwnerMatch.
« Последнее редактирование: 01 Мая 2018, 12:05:57 от Гамлиэль Фишкин »

Оффлайн Volkonskaya

  • Автор темы
  • Новичок
  • *
  • Сообщений: 45
    • Просмотр профиля
в файл /etc/apache2/sites-available/000-default.conf пробовала добавлять и то и другое в раздел <VirtualHost *:80> и в раздел <Directory /var/www/>. Ничего не происходит к сожалению :-[
<VirtualHost *:80>
        # The ServerName directive sets the request scheme, hostname and port that
        # the server uses to identify itself. This is used when creating
        # redirection URLs. In the context of virtual hosts, the ServerName
        # specifies what hostname must appear in the request's Host: header to
        # match this virtual host. For the default virtual host (this file) this
        # value is not decisive as it is used as a last resort host regardless.
        # However, you must set it for any further virtual host explicitly.
        #ServerName www.example.com

        ServerAdmin webmaster@localhost
        DocumentRoot /var/www


        # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
        # error, crit, alert, emerg.
        # It is also possible to configure the loglevel for particular
        # modules, e.g.
        #LogLevel info ssl:warn

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        # For most configuration files from conf-available/, which are
        # enabled or disabled at a global level, it is possible to
        # include a line for only one particular virtual host. For example the
        # following line enables the CGI configuration for this host only
        # after it has been globally disabled with "a2disconf".
        #Include conf-available/serve-cgi-bin.conf


        <Directory /var/www/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        AllowOverride All
        Order allow,deny
        allow from all
        #Options +SymLinksIfOwnerMatch
        Options +FollowSymLinks
        </Directory>

        #Options +FollowSymLinks
        #Options +SymLinksIfOwnerMatch
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet


Пробовала отдельно это приложение (DVWA) настраивать на созданном гостевом сервере ubuntu 16.04. Там все заработало через мост без всяких дьявольских танцев с бубнами. Вот инструкция по которой я настраивала https://www.youtube.com/watch?v=5BG6iq_AUvM.
Удобство Web Security Dojo в том что там на одной машине сразу много всяких приложений. А так придется их по одиночке настраивать. Настройка одного DVWA у меня заняла около 2ч. Времени жалко
« Последнее редактирование: 01 Мая 2018, 14:18:33 от Volkonskaya »

 

Страница сгенерирована за 0.07 секунд. Запросов: 25.