Koozali.org: home of the SME Server
Legacy Forums => Suggestions => Topic started by: Hasan Muhammad on August 26, 2000, 11:07:34 PM
-
It would be nice to specify the port tha apache should listen to when we are adding a virtual host throught the GII.
Thanks,
Hasan
-
Hasan Muhammad wrote:
> It would be nice to specify the port tha apache should listen
> to when we are adding a virtual host throught the GII.
I'm curious as to why you want this feature, given that apache supports HTTP 1.1 virtual domains on the standard port. Can you explain?
Charlie
-
Charlie,
You never know what kind of package somebody is trying to run on top of a linux disto. I'm experimenting with Midgard 1.2.5 and one of their methods of admin involved using a different port on a virtual host's address for admin...
something like
www.domain.com:8101
being equivalent to
www.domain.com/admin
Anyway, I think it would be a good idea for e-smith-manager to accommodate all known ways of aliasing a virtual host, such has
www.virtualhost.com
mapped to
www.masterhost.com:xxxx
www.masterhost.com/xxxx
xxxx.masterhost.com
Thanks for asking,
Hasan
-
What I really mean...
I'd like to specify in the ' domain name' field of the Creat a new virtual domain screen a virtual domain name in the format of
domain.com, or
xxxx.domain.com, or
yyy.domain.com/xxxx, or
yyy.domain.com:xxxx
and select the desired ibay (where the content would be stored).
The scripts would then configure the httpd.conf file to achieve the desired aliasing.