论坛首页 入门技术论坛

怎样把rails的3000端口改为:80端口?

浏览 4473 次
该帖已经被评为新手帖
作者 正文
   发表时间:2007-09-21  
怎样把rails的3000端口改为:80端口?

====================================

我们在安装完rails后,默认端口都是3000端口,我创建了个应用,想把这个应用的地址改为80端口,怎么改?

例如: http://localhost:3000/admin   ==>  http://localhost/admin
   发表时间:2007-09-21  
启动时可指定不同的端口
ruby script/server -p 80

=> Booting WEBrick...
=> Rails application started on http://0.0.0.0:80
=> Ctrl-C to shutdown server; call with --help for options
[2007-09-21 10:36:43] INFO  WEBrick 1.3.1
[2007-09-21 10:36:43] INFO  ruby 1.8.6 (2007-03-13) [i386-mswin32]
[2007-09-21 10:36:43] INFO  WEBrick::HTTPServer#start: pid=5760 port=80
1 请登录后投票
论坛首页 入门技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics