Jump to content

Recommended Posts

Posted

When we go to create a NEW PROJECT > Other > Application Wizard there is an option named " Apache Module"

Can anyone explain what is the purpose of it ? Is it something useful  for deploying a Unigui + Isapi  code ?

Posted
21 hours ago, Sherzod said:

Thanks Sherzod  Good material

This video is the best one I found about “Delphi / uniGUI: ISAPI application with Apache Server. Simple and Practical”. With it and Xamp I could finally deploy my program

I suggest including it in the site / manual

https://www.youtube.com/watch?v=krSKLEt6KMY

  • Like 2
Posted
2 hours ago, jahlxx said:

Hi.

Wich option is better to deploy? Apache module, or hyperserver?

Thanks.

 

I do not believe that these are alternative options.

I know only that in these last 3 weeks I am trying without success to deploy a ISAPI + Apache code.

I am disaponted because after two years converting a source to Unigui I was successful  but  I could not imagine how difficult would be to deploy. I could do with standalone and this works well however ISAPI - at least with Apache ....

. If I knew this two years ago I would certainly look for another alternative like learning JS

Posted

Dear Sergio,

Apache is recent in the Unigui World and words. It is thanks to your that I discovered this the day before yesterday.

I haven't tried it yet. If so, i would certainly help you.

But why are you focused on Apache ?

Why not Using IIS or simply a Windows Service ?

Deploying your software with these technologies is relatively simple.

 

Posted
Just now, Abaksoft said:

Dear Sergio,

Apache is recent in the Unigui World and words. It is thanks to your that I discovered this the day before yesterday.

I haven't tried it yet. If so, i would certainly help you.

But why are you focused on Apache ?

Why not Using IIS or simply a Windows Service ?

Deploying your software with these technologies is relatively simple.

 

Dear Abaksoft , thank ou for your attention. I am focused in Apache because I started doing with it and I do not have anymore time to try something dfferent. In this post  I explain my difficultie which seems to be easy . The source  code attached there is a basic "HelloWorld".. Someone told me yesterday in anther forum that may be something like to compile in 32 bits and using Xampp 64 bits. I will a trial now. I think my doubts are well explained in this post.  Regards and thanks for any assistance

http://forums.unigui.com/index.php?/topic/14899-error-500-in-deploying-isapi-xampp/

Posted

Abaksoft Seems that worked when I added 64 bits  platsorm. I will do more tests today an to inform here

I got  info about this here http://unigui.com/doc/online_help/creating-a-new-apache-project.htm

Maybe is good to add this to the Manual (about 32-64 bits) in the first line part "Deploying with Apache"

  • 1 year later...
  • 2 months later...
Posted
On 8/4/2020 at 2:41 PM, SergioFeitoza said:

Thanks Sherzod  Good material

This video is the best one I found about “Delphi / uniGUI: ISAPI application with Apache Server. Simple and Practical”. With it and Xamp I could finally deploy my program

 

I suggest including it in the site / manual

 

https://www.youtube.com/watch?v=krSKLEt6KMY

 

or unigui stuff create a videos on them channel for deploying this modules (ISAPI, APACHE)

  • 10 months later...
Posted

 

On 8/3/2020 at 10:44 PM, Sherzod said:

Referred to this link:

http://unigui.com/doc/online_help/index.html?configuring-apache-configurati.htm

Inserted one new line to httpd.conf:

LoadModule uniapache_module "D:\Test\Project1.dll

and then Apache can't start anymore.

Checked error at command line (Windows 10) and got error message as below:
 

C:\Apache24\bin\httpd -t

Invalid command 'LoadModule\xc2\xa0uniapache_module\xc2\xa0"D:\\Test\\Project1.dll', perhaps misspelled or defined by a module not included in the server configuration

Any mistakes about Apache configuration?

Thanks.

 

By the way, these three lines will not generate error from Apache syntax checking function.

<Location /uniapp>
    SetHandler uniApache-handler
</Location>

 

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