###補足情報(言語/FW/ツール等のバージョンなど)
- Vagrant1.8.4
- VirtualBox 5.0.26
- CentOS7
- Apache2.4.6
###前提・実現したいこと
現在作成しているアプリケーションのバージョン移行に伴い、まずローカルのVagrantで仮想環境を作成しつつ、そこからバージョンの切り替えを行おうかと考えていたのですが、何度バーチャルホストの設定を見直してもうまくいかないので、質問させてください。
hostsは192.168.33.10をhogeに設定しています。
実現したいこととしまして、http://hogeにアクセスをしたら表示がされるようにしたいです。
###発生している問題・エラーメッセージ
[Tue Sep 06 16:42:10.499947 2016] [auth_digest:notice] [pid 3668] AH01757: generating secret for digest authentication ... [Tue Sep 06 16:42:10.500436 2016] [lbmethod_heartbeat:notice] [pid 3668] AH02282: No slotmem from mod_heartmonitor [Tue Sep 06 16:42:10.517548 2016] [mpm_prefork:notice] [pid 3668] AH00163: Apache/2.4.6 (CentOS) PHP/5.6.24 configured -- resuming normal operations [Tue Sep 06 16:42:10.517625 2016] [core:notice] [pid 3668] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
###該当のソースコード
// /etc/httpd/conf.d/httpd-vhosts.conf <VirtualHost *:80> DocumentRoot "/vagrant/hoge/" ServerName hoge </VirtualHost> <Directory "/vagrant/hoge/"> Options Indexes FollowSymLinks AllowOverride all Require all granted </Directory>

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/09/07 14:08
2016/09/07 15:03
2016/09/08 00:27
2016/09/08 01:14
2016/09/08 01:36
2016/09/08 02:50