Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12097
  • Joined

  • Last visited

  • Days Won

    801

Everything posted by Farshad Mohajeri

  1. You can configure Apache 2.4 to run native Apache modules: https://www.unigui.com/doc/online_help/index.html?native-apache-module.htm
  2. Hi, It seems that you are trying to use an ISAPI module with Apache. (Apache for windows can both accept native Apache modules and ISAPI dlls) In this case you must use HyperServer isapi DLL instead. Also, binary_name should be an EXE file.
  3. 1) Please set your pool settings based on below instructions: https://www.unigui.com/doc/online_help/hyperserver-isapi-module-mode.htm https://www.unigui.com/doc/online_help/using-a-different-account-for-.htm 2) Make sure no 3rd party virus protection software is installed on your server.
  4. Your Node exe file (index.exe) crashes for an unknown reason. Please also check node log files which is located under folder "index.exe".
  5. Hi, It seems that your DLL crashes for some reason. Is the attached log file full log file? It only contains a few lines. Can you also check Windows event viewer for any application error logs?
  6. Hello, Application exe files should be in same folder as hyperserver. uniGUI will open separate cache folders for each application.
  7. Hello, First of all make sure you use a different app pool for your hyperserver which uses LocalSystem account. https://www.unigui.com/doc/online_help/index.html?installing-and-configuring-hyp.htm You must also make sure no 3rd party anti virus application is blocking TCP/IP ports.
  8. 4 GB is in theory. Actual limit can be lower in practice because of memory fragmentation. For an ISAPI module system won't spawn a new worker. You should use uniGUI HyperServer to solve this problem.
  9. OK. Issue is already know to us. Please review this thread:
  10. 4 GB applies per each Node. So if you have 100 sessions and 4 Nodes then each Node will own roughly 25 sessions. If your sessions are memory hungry then consider increasing number of Nodes. (max_nodes parameter)
  11. Normally when you install uniGUI all files should be installed correctly.
  12. It exists in our deployment files. Can you upgrade to the latest build?
  13. Please check if file \Framework\unigui\ext-7.4.0\build\classic\locale\locale-uk.js physically exists.
  14. Are you using mobile grid? (TUnimDBGrid) Please upgrade to latest build. We have fixed some decimal point related issues in latest build.
  15. In file uniGUIApache.pas please make following change: (Replace below array) HTTPRequestHeaders : array [1..58] of string = ( 'A-IM', 'Accept', 'Accept-Charset', 'Accept-Datetime', 'Accept-Encoding', 'Accept-Language', 'Access-Control-Request-Method', 'Access-Control-Request-Headers', 'Authorization', 'Cache-Control', 'Connection', 'Content-Encoding', 'Content-Length', 'Content-MD5', 'Content-Type', 'Cookie', 'Date', 'Expect', 'Forwarded', 'From', 'Host', 'HTTP2-Settings', 'If-Match', 'If-Modified-Since', 'If-None-Match', 'If-Range', 'If-Unmodified-Since', 'Max-Forwards', 'Origin', 'Pragma', 'Proxy-Authorization', 'Range', 'Referer', 'TE', 'Trailer', 'Transfer-Encoding', 'User-Agent', 'Upgrade', 'Via', 'Warning', 'Upgrade-Insecure-Requests', 'X-Requested-With', 'DNT', 'X-Forwarded-For', 'X-Forwarded-Host', 'X-Forwarded-Proto', 'Front-End-Https', 'X-Http-Method-Override', 'X-ATT-DeviceId', 'X-Wap-Profile', 'Proxy-Connection', 'X-UIDH', 'X-Csrf-Token', 'X-Request-ID', 'X-Correlation-ID', 'Save-Data', '_s_id', 'Unisessionid' );
  16. It seems to be a bug here. Checking....
  17. Hello, What is the URL which is used to load your web app?
  18. Hello, We have tested the installer on various test PCs. We can't reproduce same error message. It's surely a false positive.
  19. Sure https://www.unigui.com/doc/online_help/index.html?hyperserver-isapi-module-mode.htm
  20. You must make sure you have set all Pool identities to LocalSystem as described in our docs. Thanks
  21. Hi, Are you doing any specific tasks when session is terminated?
  22. Thanks for the update. Glad to see that your issue is resolved.
×
×
  • Create New...