# 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.
#
DocumentRoot "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-bladed"
Alias "/redfish/v1" "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-bladed"
Require all granted
Options Indexes FollowSymLinks
ErrorLog "logs/8001-error_log"
CustomLog "logs/8001-access_log" common
DocumentRoot "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-catfish"
Alias "/redfish/v1" "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-catfish"
Require all granted
Options Indexes FollowSymLinks
ErrorLog "logs/8002-error_log"
CustomLog "logs/8002-access_log" common
DocumentRoot "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-localstorage"
Alias "/redfish/v1" "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-localstorage"
Require all granted
Options Indexes FollowSymLinks
ErrorLog "logs/8003-error_log"
CustomLog "logs/8003-access_log" common
DocumentRoot "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-rackmount1"
Alias "/redfish/v1" "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-rackmount1"
Require all granted
Options Indexes FollowSymLinks
ErrorLog "logs/8004-error_log"
CustomLog "logs/8004-access_log" common
DocumentRoot "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-sasfabric"
Alias "/redfish/v1" "/usr/local/apache2/htdocs/DSP2043_1.1.0/public-sasfabric"
Require all granted
Options Indexes FollowSymLinks
ErrorLog "logs/8005-error_log"
CustomLog "logs/8005-access_log" common
DocumentRoot "/usr/local/apache2/htdocs/DSP2043_1.1.0"
Require all granted
Options Indexes FollowSymLinks
ErrorLog "logs/8006-error_log"
CustomLog "logs/8006-access_log" common