Jump to content

UniSession.RemoteIP does not return a value only for Apache Module.


Fujio

Recommended Posts

I created three projects that are exactly the same except for the source code of the projects: Standalone Server, IIS Module, and Apache Module.
I just placed one UnimLabel1 in TMainmForm and wrote the following code in the OnCreate event of the Form.
  UnimLabel1.Caption:=UniSession.RemoteIP;
When I checked the behavior, the Standalone Server and IIS Module correctly display the IP address of the PC running the browser, However, nothing is displayed for Apache Module.

Is this a bug?, or is there a way to get the correct IP address for Apache Module?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...