Configure Virtual Host on XAMPP for Windows

  • Browse to <XAMPP Install Directory>\Apache\Conf\Extra
  • Edit httpd-vhosts.conf (Create a Backup httpd-vhosts.old before proceeding)
  • Add a single entry for each seperate website
<VirtualHost *:80>
	ServerAdmin administrator@website.com
	DocumentRoot "<path to xampp>/htdocs/website"
	ServerName www.website.com
	<Directory "<path to xampp>/htdocs/estimating">
	</Directory>
</VirtualHost>
  • Restart the Apache Service

Panzura NIC Teaming to Cisco Switch

Switch Configuration

interface Port-Channel 1
description Uplink to Panzura
switchport mode trunk
switchport trunk allowed vlan x
switchport trunk native vlan x

interface GigabitEthernet1/0/1
description Uplink to Panzura
channel-group 1 mode active

interface GigabitEthernet1/0/2
description Uplink to Panzura
channel-group 1 mode active

channel-group mode active indicates LACP Trunk

Panzura Configuration

Common Subnet Masks

AddressesHostsNetmaskReverse WildcardAmount of Class C
/3042255.255.255.2520.0.0.31/64
/2986255.255.255.2480.0.0.71/32
/281614255.255.255.2400.0.0.151/16
/273230255.255.255.2240.0.0.311/8
/266462255.255.255.1920.0.0.631/4
/25128126255.255.255.1280.0.0.1271/2
/24256254255.255.255.00.0.0.2551
/23512510255.255.254.00.0.0.2552
/2210241022255.255.252.00.0.1.2554
/2120482046255.255.248.00.0.3.2558
/2040964094255.255.240.00.0.7.25516
/1981928190255.255.224.00.0.15.25532
/181638416382255.255.192.00.0.32.25564
/173276832766255.255.128.00.0.127.255128
/166553665534255.255.0.00.0.255.255256