zoukankan      html  css  js  c++  java
  • Permission denied: make_sock: could not bind to address处理

    转自 http://blog.csdn.net/dzl84394/article/details/7835479

    我起httpd的时候报题目的错,这个问题大家答案都一样,都是抄的

    是selinux出错,不过俺的semanage port -l|grep http命令是没用的,-bash错,我也懒得去处理它,直接把selinux关掉

    selinux有3个膜式

    Enforcing:强制模式

    Permissive:警告模式

    Disabled:关闭模式

    查看SELinux命令:getenforce
    关闭SELinux命令:setenforce 0 #警告模式

    关闭SELinux命令:setenforce 1 #强制模式

    好了,世界清静了

  • 相关阅读:
    UI
    OC之block
    web前端开发学习
    OC面向对象下之文件
    UIButton
    视图
    frame和bounds
    UIView
    UIWindow
    Hello friends!
  • 原文地址:https://www.cnblogs.com/waniu/p/2943175.html
Copyright © 2011-2022 走看看