× 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.



Ah! But that's the IP, not the URL. I'm not sure how the webserver config
goes on the i, but I'm pretty sure most webservers support serving multiple
pages on the same port, same ip, but different url/dns. You might have,
rob.com and berendt.com both go to 10.10.10.10:80 but the server knows
what was asked for and serves differently...
So, you might get all the webservers listening on the various ports, you
might get the apps from the httpadmin, but I'm not sure you can really get
the URLs from there

On Fri, Aug 16, 2019 at 4:09 PM Rob Berendt <rob@xxxxxxxxx> wrote:

Let's assume that your network guy knows nothing about IBM i and it's
command structure.
Can you create a user profile for him on IBM i? If so, then show him this
link and how to fire up iACS Run SQL Scripts

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/QSYS2.NETSTAT_INFO
This will allow him to do a netstat, which any network guy should know,
independent of OS.
He'll be looking for local port 80 for http and 443 for https.
Then he can do his own nslookups, etc to find what name(s) are associated
with your IP interface(s) being served.
He can also look up cname records in the dns, etc.

This should be enough to tell him stuff like
http://companyX.com
http://companyY.com
both go to xxx.xxx.xxx.xxx
and so on.

Now, he won't be able to figure out (and probably you neither) how many
varieties of
http://companyX.com/herewego
http://companyX.com/therewego
...
there may be.

Now, if it makes your bowels void to give him access to your machine then
wrap that link I showed you in a CREATE TABLE like this
create table rob.netstat as
(SELECT *
FROM qsys2.netstat_info)
with data;
cl: CPYTOIMPF FROMFILE(ROB/NETSTAT) TOSTMF('/home/rob/netstat.csv')
STMFCCSID(*PCASCII) RCDDLM(*CRLF) ADDCOLNAM(*SQL);
and give him a copy of that csv file.

Rob Berendt
--
IBM Certified System Administrator - IBM i 6.1
Group Dekko
Dept 1600
Mail to: 2505 Dekko Drive
Garrett, IN 46738
Ship to: Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com


-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
gio.cot via MIDRANGE-L
Sent: Thursday, August 15, 2019 9:46 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Cc: gio.cot <gio.cot@xxxxxxxxxxx>
Subject: How find the HTTP Server Url

CAUTION: This email originated from outside of the organization. Do not
click links or open attachments unless you recognize the sender and know
the content is safe.


Hi all

I'm new in http concept .. my lan expert, is asking to me the Url of a
http server/istance that is runnig in our IBM i .. question : where i find
this information ?

I try to connect to ADMIN Console (port 2001) i see the server , but i'm
not able to find this information .

Can some help me ?

Sorry but this argument is new for me

Thanks in advance

gio



---
Questa e-mail è stata controllata per individuare virus con Avast
antivirus.
https://www.avast.com/antivirus
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.