Jump to content

Search the Community

Showing results for tags 'Apache'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. How do I detect the browser that is running the application? Because this code only works right when I run in debugger: var C: TUniClientInfoRec; begin label_ra.Caption: = UniApplication.RemoteAddress; C: = UniApplication.ClientInfoRec; label_bt.Caption: = C.BrowserType; label_bv.Caption: = IntToStr (C.BrowserVersion); label_os.Caption: = C.OSType; But when I run inside Apache or IIS, it is not returning me anything, it comes in white.
  2. I am having problems using the ISAPI module on the Apache 2.4 server, error message: Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this is a server error, please contact the webmaster. Error 500 localhost Apache / 2.4.41 (Win64) OpenSSL / 1.1.1c PHP / 7.4.1 I use UniGUI 1.90.0.1508 Installation instructions for modifying the configuration to the httpd.conf file (http://www.unigui.com/doc/online_help/apache_2_2.htm) have been followed. In standalone server mode, the application runs without problems how to solve my problem?
  3. I do every setting wanted from UniGui for deploy UniGui delphi 10.3 app to web server via Apache 2.4.37 all is fail I do all the settings of IIS also also fail and because of many documents had written about deploy but all are week document and videos Please I need the steps needed to deploy , step by step or what unigui need from me to run its app from web server . Thanks >>>>>>>>>>>>>>>>> FMSoft uniGUI Pro 1.90.0.1509 Complete Suite I write it here because I don't know how to reply in forum . there is no button for that
  4. Hi Pals: I always deploy my UniGui applications as Windows Services. Therefore I always need to open a port on the firewall to publish my site, and one port for application. I have also a guardian windows service to test if the process of the application is on and start up if fall for some reason. The unique method of security I can apply is implementing SSL layer or using into a VPN with encryption. And of course user / password / captcha standard methods. My point is... I ask if there is a good or better reason to use ISS or Apache than using Windows Service in addition to have only one port open to the intenet and have the apps distributed as pages of the site, like http://accouting.mycompany.comor http://sales.mycompany.com. Thanks for your answers my Pals and as always Best Regards to all of You
  5. Hi all, We try to deploy ISAPI dll to Apache PHP Version 5.6.30. On MainModule is placed AdoConnection and connected Queries components to access MS SQL database. From log files I can see that application crash (access violation) just after AdoConnection is open. Of course on server module AutoCoInitialize is set to True. In the same time app run on IIS or standalone server without any problem, but on Apache is crash. Anybody has idea what could be wrong? Development environment: UniGui: 0.93.1.1000 Delphi Xe2 DB: MSSQL
×
×
  • Create New...