注意 使用管理员运行终端

    1. # 校验配置文件
    2. squid -k parse
    3. # 停止
    4. squid -k shutdown
    5. # 启动
    6. squid -s
    7. # 重启
    8. squid -k restart
    9. -k reconfigure|rotate|shutdown|restart|interrupt|kill|debug|check|parse
    10. Parse configuration file, then send signal to
    11. running copy (except -k parse) and exit.