Associate
- Joined
- 26 Jan 2009
- Posts
- 848
- Location
- Amsterdam
I'm intending to set up a soft of Software-As-A-Service system, using Apache and a load of other things. Basically, each registered customer/user gets a URL such as
http://www.example.com/<customer name>/
I'm hoping to provide a service whereby a user can register their domain name, and have their DNS records point to us, and we will redirect traffic from their domain to their URL automatically.
I'm under the impression that I'll need to use Apache's VirtualHost functionality to achieve this, but any edits to the configuration files require a restart of Apache, and I'd like to avoid this scenario.
Are there any ways around this?
http
I'm hoping to provide a service whereby a user can register their domain name, and have their DNS records point to us, and we will redirect traffic from their domain to their URL automatically.
I'm under the impression that I'll need to use Apache's VirtualHost functionality to achieve this, but any edits to the configuration files require a restart of Apache, and I'd like to avoid this scenario.
Are there any ways around this?