Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Fedora 8 - Subdomains


ghost's Avatar
0 0

I have on my computer Fedora 8 installed, and I want to use it as server. I have domain and I can set the DNS records. So if I set that subdomain blah.something.tld will point to >>MyIPaddress<< then the Fedora Test Page is displayed. The documents are taken from /var/www/html directory. But what can I do, when I want to blah.something.tld display the /var/www/html, and for example blah2.something.tld to display /var/www/html2 ??

Else, I saw on most servers that it taking my documents from /home/<myusername>/www, but in /home are stored user variables, how can I set it??

Thanks in advance for any help..


richohealey's Avatar
Python Ninja
0 0

i presume you're using apache?

man httpd.conf

it's all in there.. in fact it should be in comments in the damn file.


ghost's Avatar
0 0

Thanks.