× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I'd first change the config to an IP, not *. But that's up to you. Do you
really want your HTTP server listening on EVERY interface?

As for subomains, the apache server handles it fine if you're sending them
all to the same IP. Use the ServerName Directive...

<VirtualHost 192.168.201.35:443>
ServerName www.bvstools.com
.......
</VirtualHost>

<VirtualHost 192.168.201.35:443>
ServerName subdomain1.bvstools.com
.......
</VirtualHost>

<VirtualHost 192.168.201.35:443>
ServerName subdomain2.bvstools.com
.......
</VirtualHost>

Bradley V. Stone
www.bvstools.com
MAILTOOL Benefit #2 <https://www.bvstools.com/mailtool.html>: The ability
to specify a "From" and/or "Reply To" email address!

On Mon, Aug 26, 2019 at 6:49 PM midrange <franz9000@xxxxxxxxx> wrote:

If the current domain is xyz.com is hosted on an IBM I .

And the registrar's entry points to our firewall which then forwards to
the
IBM I,

Company now wants to host the static portion externally (on Amazon AWS) as
www.xyz.com <http://www.xyz.com> ,

And add a registrar entry for www.abc.xyz.com <http://www.abc.xyz.com> to
point to address of our firewall



Will I have a problem when in www.abc.xyz.com <http://www.abc.xyz.com>
(on
IBM i) and trying to redirect to a page on www.abc.com <http://www.abc.com

which is hosted elsewhere?

Current config has Listen *:80



Jim



--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/web400.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.