Hi everyone, I am new to apache, so if my question is answered in the
groups faq, or on the apache web site, feel free to tell me to f**k off
and read there.
However I have looked through the manual, and cant find any reference to
the issues im having. So if anyone could help me, I would be greatfull.
Ok, a friend recently asked me to host her domain on my system, and
there are various subdomains too. All of these now resolve to my IP
address.
I have set up the following virual host in my httpd.conf (the details
match the users details on my system)
<VirtualHost angryphase.purehacker.com >
ServerAdmin angryphase DeleteThis @purehacker.com
DocumentRoot /usr/home/angryphase/public_html
ServerName angryphase.purehacker.com
ErrorLog /usr/home/angryphase/error_log
CustomLog /usr/home/angryphase/access_log common
</VirtualHost>
Now the problem is if I browse to
httpd://angryphase.purehacker.com I
get the users website. But if I browse to
http://www.purehacker.com I
also see the user who I set the virual host up for's website. And not
the main sites website.
I am racking my brain trying to figure out the problem here, if someone
could point out to me what the issue is, I would be most greatfull.
Thanks in advance
Mick