- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
当我启动 apache 服务器时,出现类似
的错误[root@ram conf]# service httpd start
Starting httpd: httpd: apr_sockaddr_info_get() failed for ram
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
(13)Permission denied: make_sock: could not bind to address [::]:2244
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:2244
no listening sockets available, shutting down
Unable to open logs
我以 root 用户身份运行它。我怎样才能解决这个问题 ?
最佳答案
当 /etc/httpd/conf/httpd.conf
配置为 httpd 监听 TCP 端口 80、443、488、8008、8009 或 8443 以外的端口时,必须使用 semanage port
命令将新端口号添加到 SELinux 策略配置。
semanage port -a -t http_port_t -p tcp 12345
再次运行 service httpd start
以启动 httpd 并让它监听新端口。
关于linux - 为什么我得到:(13)Permission denied: make_sock: could not bind to address [::]:2244 error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37137804/
之前我的 IP 是 10.0.6.63 ,apache 服务器工作正常。 重新启动时,DHCP 将我的 IP 地址更改为 10.0.15.12 现在,当我尝试启动 apache 时,出现以下错误 $s
MySQL 和 PHP 在我的 MAMP 上工作了很长一段时间,所以我真的不知道发生了什么。现在,每次我尝试从终端登录 Apache 时,我都会得到: httpd:无法可靠地确定服务器的完全限定域名,
当我尝试启动 Apache2 时收到以下消息: * Restarting web server apache2
Apache 启动时出错: Address already in use: make_sock: could not bind to address [::]:443 *Executing start
我想做的是将我的网站定向到 Amazon EC2 实例上,以便我能够在 HTTPS 协议(protocol)上打开。我的网站以前运行过,但警告说它没有有效的证书,使用此链接示例 https://my.
升级到 macOS Sierra 后我的 apache 没有启动。 apache 的去向 error_log : AH00112: Warning: DocumentRoot [/usr/docs/d
当我尝试访问任何文件夹或文件时出现 apache 错误,它返回 Http Not found 或 Forbidden我正在尝试重新启动并启动 apache sudo apachectl restart
我试图在 centos 6 上启动 httpd 服务器。它抛出以下错误: [root@machine ~]# service httpd start Starting httpd: (13)Permi
当我启动 apache 服务器时,出现类似 的错误 [root@ram conf]# service httpd start Starting httpd: httpd: apr_sockaddr_i
我正在尝试为 Ubuntu 下的 xampp 配置 Internet 访问。一切正常,但当我添加:Listen myip:80在 httpd.conf 我无法再次启动 apache 服务器。这是/op
我昨天刚刚用 Mavericks 更新了我的 OSX,现在我在使用 apache 和 Jetty 时遇到了错误。 它曾经将我的 example.com 域直接映射到 localhost。 现在似乎无法
我正在尝试通过 SSL 安装 trac 和 mod_wsgi。我尝试手动安装它,但效果不佳,所以我开始按照以下步骤操作:trac-on-ubuntu 我跳过了 svn 部分,因为我想改用 git。第一
我正在尝试在 apache 中添加一个虚拟服务器: Listen xx.xxx.xx.xx:80 NameVirtualHost domain.com DocumentRoot /home/webs
我正在尝试一个非常简单的教程,解释如何将 docker-compose 转换为 minishift ( Minishift and Kompose 。我尝试转换并推送 docker-compose.y
我在 Mac OS Big Sur 上遇到 Apache 的问题。操作系统更新后,Apache(使用 Brew)不再工作。 所以我决定卸载httpd公式。 然后测试的是 Apache 的预装版本,它确
我是一名优秀的程序员,十分优秀!