Jump to content

Use uniGUI on my dedicated Web Server with my URL


Guest

Recommended Posts

Message from: "Massimo Caroccia"

 

Hi Farshad,

first of all you are the best...your components are wonderful and will

surely have success.

 

I try it and it's work fine in my simple tests. Now I want to create a site

(mysite.mydomain.com) and use it without specifying a port

(mysite.mydomain.com: 8077), how I can do that?

 

Thank you so much.

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Hi Massimo,

 

> Hi Farshad,

> first of all you are the best...your components are wonderful and will

> surely have success.

>

 

Thanks for kind words.

 

> I try it and it's work fine in my simple tests. Now I want to create a

> site (mysite.mydomain.com) and use it without specifying a port

> (mysite.mydomain.com: 8077), how I can do that?

>

 

You can simply change the port number to 80 from ServerModule. Of course,

you must be sure that IIS (or any other webserver that listens port 80) is

not running.

 

Another method is to deploy your project as an ISAPI module to IIS or Apache

and call it using this format:

 

http://mysite.mydomain.com/mymodule.dll

 

Regards,

Farshad Mohajeri

 

 

.

 

Link to comment
Share on other sites

Message from: "Massimo Caroccia"

 

"Farshad Mohajeri" ha scritto nel messaggio

news:1KKdA7zWLHA.2104@anaxagvs227...

> Hi Massimo,

>

>> Hi Farshad,

>> first of all you are the best...your components are wonderful and will

>> surely have success.

>>

>

> Thanks for kind words.

>

>> I try it and it's work fine in my simple tests. Now I want to create a

>> site (mysite.mydomain.com) and use it without specifying a port

>> (mysite.mydomain.com: 8077), how I can do that?

>>

>

> You can simply change the port number to 80 from ServerModule. Of course,

> you must be sure that IIS (or any other webserver that listens port 80)

> is not running.

>

 

Yes, I tried it and it works fine, but on my web server, there are more

websites listening on port 80, this is my problem :(

I want to create a subdomain, such mytest.mysite.com, that can point

exclusively to my program even on port 80.

 

> Another method is to deploy your project as an ISAPI module to IIS or

> Apache and call it using this format:

>

> http://mysite.mydomain.com/mymodule.dll

 

This is a good solution...

 

>

> Regards,

> Farshad Mohajeri

>

 

Regards

 

.

 

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