Koozali.org: home of the SME Server

Other Languages => Français => Topic started by: ecureuil on May 10, 2020, 05:23:00 PM

Title: 10.97.1.1 et 10.97.1.1:2316
Post by: ecureuil on May 10, 2020, 05:23:00 PM
bonjour,

Avec firefox :

Si je fais10.97.1.1, je tombe sur ibay primary
=>
https://10.97.1.1/

Si je fais http://10.97.1.1:2316/ , je suis sur la config de geneweb

Comment cela se passe dans smeserver?

Merci
Anne
Title: Re: 10.97.1.1 et 10.97.1.1:2316
Post by: ReetP on May 11, 2020, 01:13:36 AM
Why do you think it happens?

It has nothing really to do with SME, and there are lots of pages on services and ports.

You can run a http or https server on any port you want.

We accept by default http is on port 80 and https on port 443

Your web browser assumes this too (which can be bloody annoying).

So

http://10.97.1.1

is really

http://10.97.1.1:80

Your browser adds the 80 itself.

Geneweb runs on a different port so it doesn't interfere with your normal web stuff. You could run multiple http servers all on different ports.

You can work the rest out yourself from the pages of FAQs written for you on the interwebs.
Title: Re: 10.97.1.1 et 10.97.1.1:2316
Post by: ecureuil on May 11, 2020, 07:33:40 AM
merci beaucoup pour cette explication.

J'ai compris comment cela se passe.

Anne