Code Monkey home page Code Monkey logo

Comments (6)

koobooteam avatar koobooteam commented on June 14, 2024

In this case, you run IIS on port 80 as proxy server, and Kooboo in the back with different port.

from kooboo.

hyzx86 avatar hyzx86 commented on June 14, 2024

But , how can I change the kooboo server's default port "80" to another port number?

from kooboo.

hyzx86 avatar hyzx86 commented on June 14, 2024

目前的端口默认是80 ,如果80端口被占用则会改变到81
那么如果服务器重启了,kooboo server 比IIS先启动 ,
那么 KOOBOO会不会占用80 端口 导致IIS 80端口的站点无法启动?

from kooboo.

koobooteam avatar koobooteam commented on June 14, 2024

改一下配置文件就可以的。
<appSettings> <add key="CmsLang" value="en"/> <add key="AllowUsers" value="*"/> <add key="DefaultUser" value="admin, admin"/> **<add key="Port" value="81"/>** </appSettings>

from kooboo.

hyzx86 avatar hyzx86 commented on June 14, 2024

OK , Thanks !

from kooboo.

koobooteam avatar koobooteam commented on June 14, 2024

port89

This is strange, I just tried it, works very fine like above. Maybe I have two extra ** in above code, you need to remove them.

<add key="Port" value="89"/>

from kooboo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.