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



You add those statements to your HTTP config then retrieve the environment
variable in your program to see which one they are on.

Here's a real world example (go to the Powered by Apache HTTP Configuration
for the IBM i section.)

https://www.fieldexit.com/forum/display?threadid=10

I've also done exactly what you are asking for a few clients.

Bradley V. Stone
www.bvstools.com
Native IBM i e-Mail solutions for Microsoft Office 365, Gmail, or any Cloud
Provider!

On Tue, Apr 21, 2020 at 12:14 PM Justin Taylor <JUSTIN@xxxxxxxxxxxxx> wrote:

So you add that to request responses and then monitor what's coming in?
Would each page have to watch for that?

-----Original Message-----
From: B Stone [mailto:bvstone@xxxxxxxxx]
Sent: Tuesday, April 21, 2020 11:01 AM
To: Web Enabling the IBM i (AS/400 and iSeries) <web400@xxxxxxxxxxxxxxxxxx

Subject: Re: [WEB400] Identify http:// connections

you could add your own headers to each request to know which one it is.
Inside each virtualhost...

<virtualhost xxxxxx:80>
SetEnv SITE_ENV http
.....
</virtualhost>

<virtualhost xxxxx:443>
SetEnv SITE_ENV https
....
</virtualhost>

Then you can grab the SITE_ENV (or whatever you want to call it) and tell
what environment it is.

Bradley V. Stone
www.bvstools.com
GreenTools for PayPal <https://www.bvstools.com/g4pp.html>: Easily send
PayPal invoices from your IBM i applications using RPG ILE! Process
refunds, get account balances and more!

On Tue, Apr 21, 2020 at 10:54 AM Justin Taylor <JUSTIN@xxxxxxxxxxxxx>
wrote:

I have an internal Apache instance that allows both HTTP and HTTPS
connections. Is there a good way to identify clients connecting in
the clear using HTTP? It looks like I could try and parse my
access_log, but that seems clunky and error prone.

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



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

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.