2012/3/16 David Hughes <dghughe...@googlemail.com>

> Hi all,
>
> Forgive me if this is slightly off-topic, but I wonder if I could trouble
> you for some advice about setting up website subdomains with Apache. I
> currently have a website up and running on a jailed VPS; I've been trying
> to set up subdomains so that one might navigate to a certain area of the
> site by using a URL of the form blog.mywebsite.net rather than
> mywebsite.net/blog.
>
> I've tried reading the official Apache documentation and a number of
> tutorials that I've found online, but nothing I've tried has worked so far.
> Do Virtual Hosts behave differently if they're within a jail? Or do I need
> some sort of DNS registration for subdomains? I've been trying to figure it
> out by myself, with little success so far - I'm quite new to this.
>

If you have control of your DNS for mywebsite.net just add a CNAME for
blog.mywebsite.net and add a virtual server to your apache configuration.
I'm assuming that you control your DNS and your apache server.  More
subdomains would requier repeating the process.

Not much help without a bit more info on your installation.

ed


>
> Thanks for your help,
>
> David
> ______________________________**_________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/**mailman/listinfo/freebsd-**questions<http://lists.freebsd.org/mailman/listinfo/freebsd-questions>
> To unsubscribe, send any mail to "freebsd-questions-**
> unsubscr...@freebsd.org <freebsd-questions-unsubscr...@freebsd.org>"
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to