/etc/apache2/sites-enabled/000-default contains this text:
NameVirtualHost 192.168.0.101
<VirtualHost 192.168.0.101>
ServerName boothkicker.com
ServerAdmin
boothkicker@boothkicker.com
#Local address no port
DocumentRoot /home/cody/public_html
#directory to launch from
ServerName
www.boothkicker.com
#
www.servername.com
</VirtualHost>
<VirtualHost 192.168.0.101>
ServerName bristleridgeacademy.com
DocumentRoot /home/dak/public_html
ServerName
www.bristleridgeacademy.com
</VirtualHost>
#<VirtualHost *>
# ServerName securitycontrol.biz
# ServerAdmin
boothkicker@boothkicker.com
#Local address no port
# DocumentRoot /home/sce/public_html
#directory to launch from
# ServerName
www.securitycontrol.biz
#
www.servername.com
#</VirtualHost>
The last virtual host is another site that I'm trying to server, but I have some nameserver stuff I have to figure out for it. That is why it is commented out.
And the output of ifconfig is:
server1:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:EC:56:92:95
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:515767 errors:0 dropped:0 overruns:0 frame:0
TX packets:101214 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:153664537 (146.5 MiB) TX bytes:48598126 (46.3 MiB)
Interrupt:11 Base address:0xe400
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1470 errors:0 dropped:0 overruns:0 frame:0
TX packets:1470 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:237220 (231.6 KiB) TX bytes:237220 (231.6 KiB)
Thank you
Recent comments
2 hours 12 min ago
3 hours 11 min ago
6 hours 58 min ago
8 hours 12 min ago
11 hours 49 min ago
19 hours 4 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 20 hours ago
1 day 22 hours ago