Serv00服务器后台通过devil命令管理,常用功能收集:

  • 开启用户程序或脚本执行权限

    devil binexec on
  • 端口管理

    • 添加端口:

      devil port add [tcp,udp] 54321 # 指定端口
      devil port add [tcp,udp] random # 随机分配端口
    • 查看端口:

      devil port list
    • 删除端口:

      devil port del [tcp,udp] 33333
  • 网站管理

    • 添加网站:

      devil www add xxx.your.domain proxy localhost 54321 # 代理到本地服务
      devil www add xxx.your.domain [php] # php
      devil www add xxx.your.domain pointer www.baidu.com
      devil www add xxx.your.domain [python|nodejs|ruby] /home/xxxx/bin/xxx [production, staging, development, test]
    • 查看网站:

      devil www list
    • 删除站点:

      devil www del xxx.your.domain
  • 查看当前所在服务器IP

    devil vhost list

标签: none

添加新评论