Apache Problem - Virtual Name Hosting
Posted: Sat Mar 27, 2004 3:15 pm
Don't really know which forum to use, but here it is. I tried posting at apachefreaks.com but with their layout, its gonna take months before I get a reply.
I followed the tutorial there, but to no avail. Here's my httpd.conf file (not all of it... just the relevant):
But I can't get to it from my browser. I have a feeling that this is not all of what I need to do to host a page on my computer. Has anyone had any luck with this?
I'm running WAMP on XP Home
I followed the tutorial there, but to no avail. Here's my httpd.conf file (not all of it... just the relevant):
Code: Select all
NameVirtualHost *
#commentary removd
<VirtualHost *>
ServerName www.steveo6500.com
ServerAlias steveo6500.com
DocumentRoot "C:/Program Files/EasyPHP1-7/www/steveo6500.com/public_html"
ServerAdmin you@admin.com
CustomLog "C:/Program Files/EasyPHP1-7/www/steveo6500.com/access.log" combined
ErrorLog "C:/Program Files/EasyPHP1-7/www/steveo6500.com/error.log"
</VirtualHost>I'm running WAMP on XP Home