| Server IP : 180.180.241.3 / Your IP : 216.73.216.216 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files/CA/arcserve Unified Data Protection/Engine/Apache/conf/extra/ |
Upload File : |
# 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
# <URL:http://httpd.apache.org/docs/2.4/vhosts/>
# 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 <VirtualHost> block.
#
<VirtualHost *:8014>
#ServerAdmin webmaster@dummy-host.example.com
DocumentRoot "C:/Program Files/CA/arcserve Unified Data Protection/Engine/Apache/htdocs"
ServerName zhagi01-test1
ServerAlias zhagi01-test1
ErrorLog "|bin/rotatelogs.exe -l logs/rps-error.%Y-%m-%d-%H_%M_%S.log 50M"
SetEnvIf Request_URI .FlashServiceImpl flashLog
CustomLog "|bin/rotatelogs.exe -l logs/rps-access.%Y-%m-%d-%H_%M_%S.log 50M" common env=!flashLog
ProxyPass / ajp://localhost:8016/ connectiontimeout=300 timeout=900 retry=0
ProxyPassReverse / ajp://localhost:8016/
</VirtualHost>