How To Install Your Own Web Server - Adding A Virtual HostJune 10th, 2008 · 1 CommentIn my last post of this series, I’ve shown you how to create a MySQL database using the GUI tools. In the fifth part of this tutorial, we’re now going to see how to add a virtual host. What Is A Virtual Host?A virtual host allows your web server to serve multiple websites from a unique shared IP address. Apache in this case, knows which website to serve based on the domain name requested by the web browser. How To Add A Virtual HostFor this tutorial, we’re going to add a virtual host so that we can install phpMyAdmin to manage our MySQL database. Usually we would install phpMyAdmin in a directory and configure an aliase so that it could be accessed from any website hosted on this web server (ie.: http://www.myfirstwebsite.com/phpmyadmin, http://www.mysecondwebsite.com/phpmyadmin, etc.). But let’s not go there right now, we don’t want to get confused from the start.
The error message is caused by the fact that there’s simply no files in C:\www\phpmyadmin and that Apache has been configured to deny directory browsing. Once we have installed phpMyAdmin, we won’t see this error message again. Stay tuned as next time we’ll install phpMyAdmin in our virtual host directory. Click here to subscribe in a RSS reader or by email to receive updates. Related PostsPosted in Apache · MySQL · PHP · Tutorials · Windows Server | 1 Comment |
Popular PostsLatest PostsLatest Deals & Coupons
Recent Comments
Hosting ReviewsRecent WebmastersTag Cloud
1and1
apache
bluehost
centos
cheap web hosting
control panel
coupon code
coupons
cpanel
dedicated servers
dreamhost
godaddy
godaddy vs 1and1
green web hosting
hostdime
hostgator
hostpapa
iis
inmotion hosting
knownhost
linux
lunarpages
mysql
openx
php
reseller hosting
shared hosting
system administration
vps
web hosting
web hosting comparison
Web Hosting Comparisons
whm
windows
windows 2008
|
|||||||||
1 response so far ↓
1. Response by : How To Install Your Own Web Server - Installing phpMyAdmin on Jun 12, 2008 at 1:28 pm
[...] Extract the content from the archive to your hard drive in C:wwwphpmyadmin (if you followed this tutorial). [...]
Leave a Comment