Olwe Bottorff wrote:
 
*  Unfortunately, it only seems to know about Apache's standard
directory: /var/www/  that is, my test index.html comes up, but I can't
seem to access any other pages/directories that
I've got set up in my /etc/apache2/sites-available. Is this some sort of
Apache tweek I need to do, or am I just not putting in the address
correctly?
 
Sounds like you're using <NamedVirtualHosts>?
 
If >1 site share an ip address, requests must include web-site name so
Apache knows which site to serve.  Otherwise, you'll get the default
site.
 
Try updating  etc/hosts on your Win laptop, , eg
 
192.168.0.5 siteA
192.168.0.5 siteB
 
and then connect by name rather than ip address, eg.
http://siteA 
http://siteB
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mn-linux.org/pipermail/tclug-list/attachments/20110415/5d209e11/attachment-0001.html>