Surely it will, but in practice, with shared hosting, you'd assign a single
vhost to each customer.

This is where Alias / AliasMatch comes into play.

On Mon, 4 Apr 2022 at 11:35, Jim Albert <j...@netrition.com> wrote:

> On 4/4/2022 11:16 AM, Eric Covener wrote:
> > On Mon, Apr 4, 2022 at 11:11 AM A <amit.general.m...@gmail.com> wrote:
> >> Hi,
> >>
> >> I am planning to make changes to Apache web server so that it can serve
> multiple websites (not sub-domains) from port 80.
> >>
> >> This will save money for someone who has more than one website. That
> person need not buy more than one hosting plan, one hosting plan will
> suffice.
> >>
> >> Based on the incoming base URL, Apache web server will decide from
> which directory to serve the index file or other files. There will be a
> user file where user can list which website is mapped to which directory.
> >>
> >> For example:
> >>
> >> abcd:com:/abcd
> >> xyz.com:/xyz
> > It's hard to interpret what you mean by these examples. What full URL
> > would your user use and what would the server do with it?
> >
> >
>
> I think an understanding of Apache Virtual Hosts or knowing that they
> exist might help.
> https://httpd.apache.org/docs/2.4/vhosts/
>
>
> --
> Jim Albert
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to