# Virtual Hosts
#
# Required modules: mod_log_config
# If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
#
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any block.
#
#
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot "/usr/local/apache2/docs/dummy-host.example.com"
# ServerName dummy-host.example.com
# ServerAlias www.dummy-host.example.com
# ErrorLog "logs/dummy-host.example.com-error_log"
# CustomLog "logs/dummy-host.example.com-access_log" common
#
#
# ServerAdmin webmaster@dummy-host2.example.com
# DocumentRoot "/usr/local/apache2/docs/dummy-host2.example.com"
# ServerName dummy-host2.example.com
# ErrorLog "logs/dummy-host2.example.com-error_log"
# CustomLog "logs/dummy-host2.example.com-access_log" common
#
#NameVirtualHost 202.41.218.52:80
# default setting
####
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "/data/htdocs"
ErrorLog "/usr/local/apache2/logs/error_log"
CustomLog "/usr/local/apache2/logs/access_log" combined
Require all granted
AllowOverride none
####
ServerName www2.calico.jp
DocumentRoot "/data/htdocs"
AllowOverride none
Order Allow,deny
Allow from all
Options FollowSymLinks
#Options Indexes
ErrorLog "/usr/local/apache2/logs/www_error"
CustomLog "/usr/local/apache2/logs/www_access" combined
####
ServerName wm.calico.jp
DocumentRoot "/data/htdocs/wm/calico"
AllowOverride none
#Order Allow,deny
#Allow from all
Options FollowSymLinks
Require all granted
DirectoryIndex index.html index.htm index.php
#Options Indexes
AuthName "Restricted Directory"
Authtype Basic
AuthUserFile /etc/httpasswd/wm_calico
require valid-user
ErrorLog "/data/support/wwwreport/www_error"
CustomLog "/data/support/wwwreport/www_access" combined
####
ServerName wm.tukada-riken.co.jp
DocumentRoot "/data/htdocs/wm/tr"
AllowOverride none
#Order Allow,deny
#Allow from all
Options FollowSymLinks
Require all granted
DirectoryIndex index.html index.htm index.php
#Options Indexes
AuthName "Restricted Directory"
Authtype Basic
AuthUserFile /etc/httpasswd/wm_tr
require valid-user
ErrorLog "/data/support/wwwreport/www_error"
CustomLog "/data/support/wwwreport/www_access" combined
####
ServerName wm.ishidacs.co.jp
DocumentRoot "/data/htdocs/wm/sdi"
AllowOverride none
#Order Allow,deny
#Allow from all
Options FollowSymLinks
Require all granted
DirectoryIndex index.html index.htm index.php
#Options Indexes
AuthName "Restricted Directory"
Authtype Basic
AuthUserFile /etc/httpasswd/wm_sdi
require valid-user
ErrorLog "/data/support/wwwreport/www_error"
CustomLog "/data/support/wwwreport/www_access" combined
####
ServerName wm.asahimatsu.co.jp
DocumentRoot "/data/htdocs/wm/ah"
AllowOverride none
#Order Allow,deny
#Allow from all
Options FollowSymLinks
Require all granted
DirectoryIndex index.html index.htm index.php
#Options Indexes
AuthName "Restricted Directory"
Authtype Basic
AuthUserFile /etc/httpasswd/wm_ah
require valid-user
ErrorLog "/data/support/wwwreport/www_error"
CustomLog "/data/support/wwwreport/www_access" combined
####
ServerName wm.klang.jp
DocumentRoot "/data/htdocs/wm/klang"
AllowOverride none
#Order Allow,deny
#Allow from all
Options FollowSymLinks
Require all granted
DirectoryIndex index.html index.htm index.php
#Options Indexes
AuthName "Restricted Directory"
Authtype Basic
AuthUserFile /etc/httpasswd/klang
require valid-user
ErrorLog "/data/support/wwwreport/www_error"
CustomLog "/data/support/wwwreport/www_access" combined