一、安装apache2.2.8
首先去http://www.apache.org网站上下载apache2.2.8源码包
解压缩
#tar zxvf httpd-2.2.8.tar.gz
得到 httpd-2.2.8文件夹
#cd httpd-2.2.8
配置
#./configure --prefix=/usr/local/apache --enable-so --enable-module=rewrite
编译
#make
安装
#make install
安装完成
测试一下安装效果
#cd /usr/local/apache
#cd bin
# ./apachectl start
httpd: apr_sockaddr_info_get() failed for
httpd: Could not reliably determine the server"s fully qualified domain name, using 127.0.0.1 for ServerName
[Thu Apr 03 09:37:41 2008] [warn] (2)No such file or directory: Failed to enable the "httpready" Accept Filter
出现上述提示
#vi /usr/local/apache/conf/httpd.conf
修改SeverName一项即可解决(1)错误提示
产生(2)的原因是:FreeBSD 系统还提供了http filter,会自动过滤掉不完整的HTTP请求。
一、安装apache2.2.8
首先去http://www.apache.org网站上下载apache2.2.8源码包
解压缩
#tar zxvf httpd-2.2.8.tar.gz
得到 httpd-2.2.8文件夹
#cd httpd-2.2.8
配置
#./configure --prefix=/usr/local/apache --enable-so --enable-module=rewrite
编译
#make
安装
#make install
安装完成
测试一下安装效果
#cd /usr/local/apache
#cd bin
# ./apachectl start
httpd: apr_sockaddr_info_get() failed for
httpd: Could not reliably determine the server"s fully qualified domain name, using 127.0.0.1 for ServerName
[Thu Apr 03 09:37:41 2008] [warn] (2)No such file or directory: Failed to enable the "httpready" Accept Filter
出现上述提示
#vi /usr/local/apache/conf/httpd.conf
修改SeverName一项即可解决(1)错误提示
产生(2)的原因是:FreeBSD 系统还提供了http filter,会自动过滤掉不完整的HTTP请求。
上一页12 3 下一页 阅读全文相关文章:
1. Win11 Build 25295预览版更新(附更新修复内容汇总)2. 电脑蓝屏代码0x000000d1怎么办?0x000000d1电脑蓝屏代码解决方法3. Win11 Dev 预览版Build 25300发布更新(附完整更新日志) 4. Win10 22H2(19045.2670)更新补丁KB5022906发布(附更新修复内容汇总)5. win最稳定的版本推荐6. Win11加密功能怎么添加到右键菜单? Win11加密解密右键快捷添加方法7. 你没有权限在此位置中保存文件请与管理员联系以或得相应权限8. Win11提示音怎么关闭?Win11系统开机提示音关闭方法9. Win10应用搜索功能不能用怎么办? Win10搜索索引失效的解决办法10. Win11无法打印彩色文档怎么办? win11无法打印彩色文档解决方法